/etc/conquest-dicom-server/dicom.ini is in conquest-sqlite 1.4.17d-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | # This file contains configuration information for the DICOM server
# Example Linux version using SqLite
# Copy this file to dicom.ini to use it
[sscscp]
MicroPACS = sscscp
Edition = Personal
# Network configuration: server name and TCP/IP port#
MyACRNema = CONQUESTSRV1
TCPPort = 11112
# Reference to other files: known dicom servers; database layout; sops
ACRNemaMap = /etc/conquest-dicom-server/acrnema.map
kFactorFile = /etc/conquest-dicom-server/dicom.sql
SOPClassList = /etc/conquest-dicom-server/dgatesop.lst
Dictionary = /etc/conquest-dicom-server/dgate.dic
# Host for postgres or mysql only, name, username and password for database
SQLHost = localhost
SQLServer = /var/lib/conquest-dicom-server/dbase/conquest.sqlite
Username = dontcare
Password = dontcare
PostGres = 0
MySQL = 0
SQLite = 1
UseEscapeStringConstants = 0
DoubleBackSlashToDB = 0
#IndexDBF = 1
#PackDBF = 0
#LongQueryDBF = 1000
# Configure database
TruncateFieldNames = 10
MaxFieldLength = 254
MaxFileNameLength = 255
FixPhilips = 0
FixKodak = 0
UIDPrefix = 99999.99999
EnableReadAheadThread = 1
PatientQuerySortOrder =
StudyQuerySortOrder =
SeriesQuerySortOrder =
ImageQuerySortOrder =
EnableComputedFields = 1
TCPIPTimeOut = 300
FailHoldOff = 60
RetryDelay = 100
QueueSize = 128
WorkListMode = 0
WorkListReturnsISO_IR_100 = 1
DebugLevel = 0
Prefetcher = 0
LRUSort =
AllowTruncate =
DecompressNon16BitsJpeg = 1
UseBuiltInJPEG = 1
IgnoreOutOfMemoryErrors = 0
PadAEWithZeros = 0
FileNameSyntax = 3
# Configuration of compression for incoming images and archival
DroppedFileCompression = un
IncomingCompression = un
ArchiveCompression = as
# Names of the database tables
PatientTableName = DICOMPatients
StudyTableName = DICOMStudies
SeriesTableName = DICOMSeries
ImageTableName = DICOMImages
DMarkTableName = DICOMAccessUpdates
RegisteredMOPDeviceTable = RegisteredMOPIDs
UIDToMOPIDTable = UIDToMOPID
UIDToCDRIDTable = UIDToCDRID
# Banner and host for debug information
PACSName = CONQUESTSRV1
OperatorConsole = 127.0.0.1
# Configuration of disk(s) to store images
MAGDeviceThreshhold = 0
MAGDevices = 1
MAGDevice0 = /var/lib/conquest-dicom-server/MAG0/
# Logging
TroubleLog = /var/log/conquest-dicom-server/trouble.log
UserLog = /var/log/conquest-dicom-server/user.log
|