27 lines
824 B
JSON
27 lines
824 B
JSON
{
|
|
"dicomWeb" : {
|
|
"endpoints": [
|
|
{
|
|
"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",
|
|
"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",
|
|
"qidoSupportsIncludeField": true,
|
|
"imageRendering" : "wadouri",
|
|
"requestOptions" : {
|
|
"logRequests" : true,
|
|
"logResponses" : false,
|
|
"logTiming" : true
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"dimse" : {
|
|
"host" : "192.168.99.100",
|
|
"port" : 11112,
|
|
"hostAE" : "DCM4CHE"
|
|
},
|
|
"defaultServiceType": "dicomWeb"
|
|
}
|