ohif-viewer/config/medkenOrthanc.json

52 lines
1.1 KiB
JSON

{
"servers": {
"dicomWeb": [
{
"name": "Medken Orthanc",
"wadoUriRoot": "http://dicom-orthanc.medken.com/wado",
"qidoRoot": "http://dicom-orthanc.medken.com/dicom-web",
"wadoRoot": "http://dicom-orthanc.medken.com/dicom-web",
"qidoSupportsIncludeField": false,
"imageRendering": "wadouri",
"requestOptions": {
"logRequests": false,
"logResponses": false,
"logTiming": true
}
}
],
"dimse" : [{
"name": "ORTHANC_DIMSE",
"wadoUriRoot": "http://dicom-orthanc.medken.com/wado",
"peers": [
{
"host": "208.100.41.100",
"port": 4242,
"aeTitle": "MKORTHANC",
"default": true
},
{
"host": "0.0.0.0",
"port": 11119,
"aeTitle": "OHIFDCM",
"default": true,
"server": true
}
]
}]
},
"defaultServiceType": "dimse",
"medkenpanel" : {
"prefix" : "admin"
},
"fhir" : {
"host" : "localhost",
"port" : 3937
},
"public": {
"ui": {
"studyListDateFilterNumDays": 1
}
}
}