# This file contains configuration information for the DICOM server # Example Linux version using MySQL # Copy this file to dicom.ini to use it # 20190110: For 1.5.0beta # 20200308: Templated [sscscp] MicroPACS = sscscp # Network configuration: server name and TCP/IP port# MyACRNema = ROUTER TCPPort = 1117 # Host for postgres or mysql only, name, username and password for database # SQLHost = localhost # SQLServer = dcp6db # Username = dcp6USER # Password = dcp6PASS PostGres = 0 MySQL = 0 SQLite = 0 UseEscapeStringConstants = 0 # DoubleBackSlashToDB = 1 # Configure server ImportExportDragAndDrop = 1 ZipTime = 05: UIDPrefix = 99999.99999 EnableComputedFields = 1 FileNameSyntax = 4 # Configuration of compression for incoming images and archival DroppedFileCompression = un IncomingCompression = un ArchiveCompression = as # For debug information PACSName = ROUTER OperatorConsole = 127.0.0.1 DebugLevel = 0 # Configuration of disk(s) to store images MAGDeviceFullThreshold = 1000 MAGDevices = 1 MAGDevice0 = /PACS_SYSTEM/ROUTER/data/ #----------------------------------------------------------- # MOJE TESTY ROUTINGU DO ROZDZIALU NA MODALNOSCI ForwardAssociationLevel = SERIES #ForwardAssociationCloseDelay = 5 #ForwardAssociationRefreshDelay = 3600 ImportConverter0 = ifequal "%m", "MRI"; { forward to DCP1; destroy; } ImportConverter1 = ifequal "%m", "CT"; { forward to DCP2; destroy; } ImportConverter2 = ifequal "%m", "XR"; { forward to DCP3; destroy; } ImportConverter3 = ifequal "%m", "DX"; { forward to DCP3; destroy; } #----------------------------------------------------------- [lua] association = package.path=package.path..';'..Global.basedir..'lua/?.lua'