Configuration File

 

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

Database Scripts

UAT Document Name

 and contains the following sections:

    <RegionalCentre number="22" name="Belfast"/>

    <RegionalCentre number="12" name="Liverpool"/>

    <RegionalCentre number="25" name="North Wales"/>

 <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" />

 

    <add key="SysAdmin"  value="URATestAdmin" />

    <add key="Guest"   value="URATestGuest" />

    <add key="maskDir"  value="MaskFragments" />

<add key="maskImageValue"  value="255" />

     <add key="maskPatientNameCnt"   value="3" />

    <add key="maskPatientNameChar"  value="120" />

    <add key="maskLeftCol"  value="40" />

    <add key="maskWidth"  value="200" />

    <add key="maskStartRow"  value="16" />

    <add key="maskEndRow"  value="36" />

    <add key="applyMask"  value="true" />