Summary of all settings that were added, updated, or removed.
Changes to Access Strings
The following settings were added or updated with this release:
Setting |
Default |
Purpose |
Clinical.AUCReview |
Value=[None|Full], Default=[None] |
Controls access to the "AUC Review" screen. Added in v2021.3.15 #29104
Note: This setting is for future functionality and should remain set to NONE at this time. |
Config.LookupEditor.AUCPriorityClinicalArea |
Value=[None|Full], Default=[None] |
Controls access to the "AUC Priority Clinical Area" lookup table editor. Added in v2021.3.15 #29110
Note: This setting is for future functionality and should remain set to NONE at this time. |
Changes to SysConfig Settings
The following settings were added or updated with this release:
Setting |
Default |
Purpose |
ORPAPIEnabled |
Value=Boolean, Default=[FALSE] |
When True, URL calling to the Online Registration Portal is enabled. Added in v2021.3.15 #28748 |
ORPAPIIntegrationKey |
Value=String, Default=Blank |
String of random characters used to login to the Online Registration Portal MORF page. Added in v2021.3.15 #28748 |
ORPClientKey |
Value=String, Default=Blank |
A short unique string of random characters identifying a specific installation of the Online Registration Portal, e.g. 4329fuir3jg3. Added in v2021.3.15 #28748 |
ORPDaysUntilExpiry |
Value=Days as Number, Default=[2] |
Number of days until the c_pending_questionnaire entry for a patient is removed in the Online Registration Portal. Added in v2021.3.15 #28748 |
ORPExternalBaseURL |
Value=String, Default=Blank |
The base URL of the Online Registration Portal landing page used for patient access, e.g. https://myradiologyconnectportal.com/Online_Forms_Test/DigitalForms/PatientKioskLanding. Added in v2021.3.15 #28748 |
ORPFormsMaxDays |
Value=Days as String, Default=Blank |
Number of days into the future the Online Registration Portal will search for pending forms for a patient. Added in v2021.3.15 #28748 |
ORPFriendlyName |
Value=String, Default=Blank |
A human-readable name identifying the Online Registration Portal environment. Added in v2021.3.15 #28748 |
ORPTokenSalt |
Value=String, Default=Blank |
String added to the last name and date of birth when generating a unique login token, for improved security in the Online Registration Portal. Added in v2021.3.15 #28748 |
ORPUserID |
Value=String, Default=Blank |
User ID used for all actions in the Online Registration Portal, such as when a form is saved. Used as the "Last Updated By" User ID and in Audit Logs. Added in v2021.3.15 #28748 |
PPEnableAppointmentConfirmationRequest |
Value=Boolean, Default=[True] |
When True, users may enter an email/SMS for appointment confirmation from the Patient Portal. When False, this option is hidden. Supports site group override. Added in v2021.3.15 #29250 |
RPEnableAppointmentConfirmationRequest |
Value=Boolean, Default=[True] |
When True, users may enter an email/SMS for appointment confirmation from the Provider Portal. When False, this option is hidden. Supports site group override. Added in v2021.3.15 #29250 |
Changes to web.config
With the inclusion of Online Registration to the eRAD RIS, there are multiple changes to the Digital Forms web.config file.
Additions to <namespaces>
<add namespace="Thin.Helperdas"/>
Additions to <system.webServer>
<remove name="BundleModule"/>
<add name="BundleModule" type="System.Web.Optimization.BundleModule"/>
</modules>
<remove fileExtension=".woff" />
<mimeMap fileExtension=".woff" mimeType="application/font-woff" />
<remove fileExtension=".woff2" />
<mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
<httpProtocol>
<customHeaders>
<!--<add name="Origin" value="http://localhost:64683"/>-->
<add name="Access-Control-Allow-Origin" value="*" />
</customHeaders>
</httpProtocol>
Additions to <runtime>
<dependentAssembly>
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Telerik.WinControls" publicKeyToken="5bb2a467cbec794e" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-2017.1.221.40" newVersion="2017.1.221.40"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Telerik.WinControls.UI" publicKeyToken="5bb2a467cbec794e" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-2017.1.221.40" newVersion="2017.1.221.40"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TelerikCommon" publicKeyToken="5bb2a467cbec794e" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-2017.1.221.40" newVersion="2017.1.221.40"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0" />
<codeBase version="7.0.0.0" href="lib\Radar_SignalR\Newtonsoft.Json.dll" />
</dependentAssembly>
Additions to <appsettings>
<add key="KioskCompleteAlertCodes" value="Prereg"/>
<add key="StyleStripRegex" value="((font-family|height|width|position|left|top|z-index|font-weight|font-size|border|outline|margin-top|margin-bottom|padding).*?(;|%))"/>
<add key="Localization" value="true"/>
<add key="KioskMode" value="false"/>
<add key="Theme" value="Radnet"/>