pixelbridge-orthanc/config/orthanc/dicom-web.json
2025-01-27 10:49:50 +06:00

19 lines
406 B
JSON

{
"DicomWeb": {
"Enable": true,
"Root": "/dicom-web/",
"PublicRoot": "/dicom-web/",
"EnableWado": true,
"WadoRoot": "/wado",
"Ssl": false,
"Servers": {
"main": ["http://orthanc:8042/dicom-web/"]
},
"QidoCaseSensitive": true,
"MetadataWorkerThreadsCount": 10,
"EnableMetadataCache": true,
"StudiesMetadata": "Full",
"SeriesMetadata": "Full"
}
}