20 lines
421 B
JSON
20 lines
421 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"
|
|
}
|
|
} |