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",
"Ssl": false,
"Servers": {
"main": [
"http://orthanc:8042/dicom-web/"
]
"main": ["http://orthanc:8042/dicom-web/"]
},
"QidoCaseSensitive": true,
"MetadataWorkerThreadsCount": 10,

View File

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