The following settings were added or updated with this release:
Setting |
Value and Default |
Purpose |
PACSLoginWithRISDBUserID |
False |
Value=Boolean, Default=[False] - When [False], RIS will attempt PACS login using the User ID as entered by the user. When [True], the (case-sensitive) value from the RIS database will be sent. Added in v2021.2.1 #28370 |
ScanDocumentArchiveLocationExistsTimeout |
Value=Milliseconds as Integer, Default=[1500] |
Number of milliseconds before timing out when attempting to verify the ScanDocumentArchiveCurrentLocation is accessible. When [0], RIS will wait indefinitely. Added in v2021.2.1 #28664 |
WLIndexRefreshDateMinutesBack |
Value=Minutes as Integer, Default=[1] |
Number of minutes to delay worklist refresh to prevent including uncommited rows. Caution: Consult with RIS Development Support before modifying. Added in v2021.2.1 #29082 |
The following settings were added or updated with this release:
Setting |
Default |
Purpose |
Clinical.CarrierSearch.QuickSearchInactive |
Value=[None|Full], Default=[None] |
Controls the ability to include inactive carriers when performing a Carrier Search from the upper-right QuickSearch box. Updated in v2021.2.1 #26900 |
The following settings were added or updated with this release:
Feature #26798 adds settings to assist service personnel and eRAD RIS development:
· <add key="MemoryLeakCheckIntervalInMinutes" value="20"/>
· <add key="MemoryLeakAllowableInstancesBeforeWarning" value="9"/>
Patient Portal applicationsettings.config Settings
The following settings were added or updated with this release:
· LoadPACSWebDirectly
· EnabledWebViewer
Patient Portal Web.config Settings
The following new web.config settings have been added. They are located under the <staticContent> section of the file.
· <remove fileExtension=".png" />
· <remove fileExtension=".js" />
· <mimeMap fileExtension=".png" mimeType="image/jpeg" />
· <mimeMap fileExtension=".js" mimeType="application/x-javascript" />
· <clientCache cacheControlCustom="public" cacheControlMode="UseMaxAge" cacheControlMaxAge="300.0:00:00" />
Example of how it looks in the file: