The DocScan.INI file's [Dicom] section contains each of the PACS archive and modality worklist servers' information for use in your "modes".  Friendly names are given to each entry's AE title, IP address, and port so that in the modes' sections only the easy to use name is necessary.  Here's a simple example showing one archive and one modality worklist:


[Dicom]
Archive=Archive|PACS_STORE_AE@10.11.12.13:4104
Worklist=Worklist|PACS_WORKLIST_AE@10.11.22.33:5105


Here is an explanation of the format using the archive server from the above example:

Archive=Archive|PACS_STORE_AE@10.11.12.13:4104

  • Friendly Name
  • The word "Archive" or "Worklist"
    • Use "Archive" to tell DocScanFx that the DICOM server is a DICOM StoreSCP (Archive)
    • Use "Worklist" if it is a Modality Worklist Server (Worklist).
  • AE Title
  • IP address
  • Port


You can set as many different "friendly named" DICOM sources/destination as needed.  Just be sure to give each one a unique name:

[Dicom]
PacsArchive=Archive|RPACS_Arch@10.11.12.13:4104
CardioArchive=Archive|CPACS_STORE_AE@10.11.12.14:4104
BackupArchive=Archive|BACKUP_PACS@10.11.12.15:4104
RadMWL=Worklist|RPACS_MWL@10.11.22.33:5105
CardioMWL=Worklist|CPACS_MWL@10.11.22.34:6105