Location of the Configuration File
The program's configuration file is located in the installation directory and is called osImageManagerApp.exe.config. This file is created automatically when you install osImageManager on a PC
Caution: Before working on your configuration file make a copy and keep it safe in case you need to restore your settings
Changing the Configuration file on a Production System to run UAT
Caution: Before working on your configuration file make a copy and keep it safe in case you need to restore your settings
Changing the Configuration file used for UAT so it can be used in Production
Caution: Before working on your configuration file make a copy and keep it safe in case you need to restore your settings
Masking Parts of the Images Imported
and contains the following sections:
<RegionalCentres> set with the appropriate number and name
<RegionalCentre number="22" name="Belfast"/>
<RegionalCentre number="12" name="Liverpool"/>
<RegionalCentre number="25" name="North Wales"/>
<connectionStrings> set the name of your datasource - e.g. .\SQLEXPRESS
<add name="ImageDb" connectionString="Persist Security Info=False;Data Source=.\SQLEXPRESS;Database=osImage;Integrated Security=false;User ID=JohnDoe;Password=password" providerName="System.Data.SqlClient" />
<appSettings>
<add key="SysAdmin" value="URATestAdmin" />
enter login name for URAAdmin
<add key="Guest" value="URATestGuest" />
enter login name for URAGuest
<add key="maskDir" value="MaskFragments" />
enter directory for storing mask fragments - value="" means fragments will not be stored
<add key="maskImageValue" value="255" />
enter mask value 255=white, 0=black
<add key="maskPatientNameCnt" value="3" />
enter number of characters to replace patient's name in dicom header
<add key="maskPatientNameChar" value="120" />
enter the ASCII value to replace the patient's name 120 = 'X'
<add key="maskLeftCol" value="40" />
enter the column where the mask should start
<add key="maskWidth" value="200" />
enter the width of the mask
<add key="maskStartRow" value="16" />
enter the row where the mask should start
<add key="maskEndRow" value="36" />
enter the row where the mask should end
<add key="applyMask" value="true" />
set true to apply a mask to imported dicom files