ohif-viewer/config/dockerDCM4CHE.json

32 lines
912 B
JSON
Raw Normal View History

2016-02-08 23:12:33 +01:00
{
"servers": {
"dicomWeb": [
2016-02-08 23:12:33 +01:00
{
"name": "DCM4CHE",
"wadoUriRootNOTE": "either this uri is not correct for wado-uri or wado-uri is not configured on orthanc currently",
"wadoUriRoot": "http://192.168.99.100:8080/dcm4chee-arc/aets/DCM4CHEE/wado",
2016-02-08 23:12:33 +01:00
"qidoRoot": "http://192.168.99.100:8080/dcm4chee-arc/aets/DCM4CHEE/rs",
"wadoRoot": "http://192.168.99.100:8080/dcm4chee-arc/aets/DCM4CHEE/rs/wado/DCM4CHEE",
2016-02-08 23:36:58 +01:00
"qidoSupportsIncludeField": true,
"imageRendering": "wadouri",
"requestOptions": {
"logRequests": true,
"logResponses": false,
"logTiming": true
2016-02-08 23:12:33 +01:00
}
}
],
"dimse": [
{
"name": "DCM4CHE_DIMSE",
"peers": [{
"host": "192.168.99.100",
"port": 11112,
"hostAE": "DCM4CHE"
}]
}
2016-02-08 23:12:33 +01:00
]
},
"defaultServiceType": "dicomWeb"
}