formatting

This commit is contained in:
Masroor Ehsan 2025-01-27 10:49:50 +06:00
parent 6c34c6fdb7
commit 4320acfc12
7 changed files with 30 additions and 40 deletions

View File

@ -7,9 +7,7 @@
"WadoRoot": "/wado", "WadoRoot": "/wado",
"Ssl": false, "Ssl": false,
"Servers": { "Servers": {
"main": [ "main": ["http://orthanc:8042/dicom-web/"]
"http://orthanc:8042/dicom-web/"
]
}, },
"QidoCaseSensitive": true, "QidoCaseSensitive": true,
"MetadataWorkerThreadsCount": 10, "MetadataWorkerThreadsCount": 10,

View File

@ -1,7 +1,7 @@
{ {
"Dictionary" : { "Dictionary": {
"0011,1060" : [ "LO", "InnowaveUploaderID", 1, 1, "InowavePrivateGroup"], "0011,1060": ["LO", "InnowaveUploaderID", 1, 1, "InowavePrivateGroup"],
"1971,0010" : [ "CS", "PBSender", 1, 1, "BlackFish"], "1971,0010": ["CS", "PBSender", 1, 1, "BlackFish"],
"1971,1001" : [ "LO", "DicomSenderID", 1, 1, "BlackFish"] "1971,1001": ["LO", "DicomSenderID", 1, 1, "BlackFish"]
} }
} }

View File

@ -7,10 +7,7 @@
"MaximumPatientCount": 0, "MaximumPatientCount": 0,
"MaximumStorageCacheSize": 128, "MaximumStorageCacheSize": 128,
"LuaScripts": [], "LuaScripts": [],
"Plugins": [ "Plugins": ["/usr/share/orthanc/plugins", "/usr/local/share/orthanc/plugins"],
"/usr/share/orthanc/plugins",
"/usr/local/share/orthanc/plugins"
],
"ExtraMainDicomTags": { "ExtraMainDicomTags": {
"Instance": [ "Instance": [
@ -66,10 +63,7 @@
"DicomSenderID", "DicomSenderID",
"StationName" "StationName"
], ],
"Patient": [ "Patient": ["OtherPatientNames", "OtherPatientIDs"]
"OtherPatientNames",
"OtherPatientIDs"
]
}, },
"ConcurrentJobs": 8, "ConcurrentJobs": 8,
@ -88,14 +82,12 @@
"DicomCheckCalledAet": false, "DicomCheckCalledAet": false,
"DicomPort": 4242, "DicomPort": 4242,
"DefaultEncoding": "Utf8", "DefaultEncoding": "Utf8",
"AcceptedTransferSyntaxes": [ "AcceptedTransferSyntaxes": ["1.2.840.10008.1.*"],
"1.2.840.10008.1.*" "DeflatedTransferSyntaxAccepted": true,
], "JpegTransferSyntaxAccepted": true,
"DeflatedTransferSyntaxAccepted" : true, "Jpeg2000TransferSyntaxAccepted": true,
"JpegTransferSyntaxAccepted" : true, "JpegLosslessTransferSyntaxAccepted": true,
"Jpeg2000TransferSyntaxAccepted" : true, "JpipTransferSyntaxAccepted": true,
"JpegLosslessTransferSyntaxAccepted" : true,
"JpipTransferSyntaxAccepted" : true,
"UnknownSopClassAccepted": false, "UnknownSopClassAccepted": false,
"DicomScpTimeout": 30, "DicomScpTimeout": 30,

View File

@ -1,5 +1,5 @@
{ {
"PostgreSQL": { "PostgreSQL": {
"EnableIndex": true, "EnableIndex": true,
"EnableStorage": false, "EnableStorage": false,
"Host": "postgres", "Host": "postgres",