97 lines
2.5 KiB
JSON
97 lines
2.5 KiB
JSON
|
{
|
||
|
"Name": "DICOM PACS",
|
||
|
"StorageDirectory": "/var/lib/orthanc/db",
|
||
|
"IndexDirectory": "",
|
||
|
"StorageCompression": false,
|
||
|
"MaximumStorageSize": 0,
|
||
|
"MaximumPatientCount": 0,
|
||
|
"LuaScripts": [],
|
||
|
"Plugins": [
|
||
|
"/usr/share/orthanc/plugins"
|
||
|
],
|
||
|
"ConcurrentJobs": 0,
|
||
|
"HttpServerEnabled": true,
|
||
|
"HttpPort": 8042,
|
||
|
"HttpDescribeErrors": true,
|
||
|
"HttpCompressionEnabled": true,
|
||
|
"DicomServerEnabled": true,
|
||
|
"DicomAet": "DICOM-ORTHANC",
|
||
|
"DicomCheckCalledAet": false,
|
||
|
"DicomPort": 4242,
|
||
|
"DefaultEncoding": "Utf8",
|
||
|
"DeflatedTransferSyntaxAccepted": true,
|
||
|
"JpegTransferSyntaxAccepted": true,
|
||
|
"Jpeg2000TransferSyntaxAccepted": true,
|
||
|
"JpegLosslessTransferSyntaxAccepted": true,
|
||
|
"JpipTransferSyntaxAccepted": true,
|
||
|
"Mpeg2TransferSyntaxAccepted": true,
|
||
|
"RleTransferSyntaxAccepted": true,
|
||
|
"UnknownSopClassAccepted": false,
|
||
|
"DicomScpTimeout": 30,
|
||
|
"RemoteAccessAllowed": true,
|
||
|
"SslEnabled": false,
|
||
|
"SslCertificate": "certificate.pem",
|
||
|
"AuthenticationEnabled": false,
|
||
|
"RegisteredUsers": {},
|
||
|
"DicomModalities": {},
|
||
|
"DicomModalitiesInDatabase": false,
|
||
|
"DicomAlwaysAllowEcho": true,
|
||
|
"DicomAlwaysAllowStore": true,
|
||
|
"DicomCheckModalityHost": false,
|
||
|
"DicomScuTimeout": 10,
|
||
|
"OrthancPeers": {},
|
||
|
"OrthancPeersInDatabase": false,
|
||
|
"HttpProxy": "",
|
||
|
"HttpVerbose": false,
|
||
|
"HttpTimeout": 60,
|
||
|
"HttpsVerifyPeers": true,
|
||
|
"HttpsCACertificates": "",
|
||
|
"UserMetadata": {},
|
||
|
"UserContentType": {},
|
||
|
"StableAge": 60,
|
||
|
"StrictAetComparison": false,
|
||
|
"StoreMD5ForAttachments": true,
|
||
|
"LimitFindResults": 0,
|
||
|
"LimitFindInstances": 0,
|
||
|
"LimitJobs": 20,
|
||
|
"LogExportedResources": false,
|
||
|
"KeepAlive": true,
|
||
|
"TcpNoDelay": true,
|
||
|
"HttpThreadsCount": 50,
|
||
|
"StoreDicom": true,
|
||
|
"DicomAssociationCloseDelay": 5,
|
||
|
"QueryRetrieveSize": 100,
|
||
|
"CaseSensitivePN": false,
|
||
|
"LoadPrivateDictionary": true,
|
||
|
"Locale": "en_US.UTF-8",
|
||
|
"Dictionary": {},
|
||
|
"SynchronousCMove": true,
|
||
|
"JobsHistorySize": 10,
|
||
|
"SaveJobs": true,
|
||
|
"OverwriteInstances": false,
|
||
|
"MediaArchiveSize": 1,
|
||
|
"StorageAccessOnFind": "Always",
|
||
|
"MetricsEnabled": true,
|
||
|
"ExecuteLuaEnabled": false,
|
||
|
"HttpRequestTimeout": 30,
|
||
|
"DicomWeb": {
|
||
|
"Enable": true,
|
||
|
"Root": "/dicom-web/",
|
||
|
"EnableWado": true,
|
||
|
"WadoRoot": "/wado",
|
||
|
"Ssl": false,
|
||
|
"QidoCaseSensitive": true,
|
||
|
"Host": "localhost",
|
||
|
"StudiesMetadata": "Full",
|
||
|
"SeriesMetadata": "Full"
|
||
|
},
|
||
|
"PostgreSQL": {
|
||
|
"EnableIndex": true,
|
||
|
"EnableStorage": false,
|
||
|
"Host": "postgres",
|
||
|
"Port": 5432,
|
||
|
"Database": "orthanc",
|
||
|
"Username": "orthanc",
|
||
|
"Password": "orthanc"
|
||
|
}
|
||
|
}
|