Viewers: Configuration OHIF to ClearCanvas Server

Created on 7 Aug 2019  路  2Comments  路  Source: OHIF/Viewers

Dear all,
I want to connect OHIF to clear canvas server. I am using latest OHIF Viewer. How to do configuration. I have used the following configuration file. Can you guide me the Configuration with ClearCanvas?
window.config = {
"servers": {
"dicomWeb": [{
"name": "ClearCanvas",
"wadoUriRootNOTE" : "either this uri is not correct for wado-uri or wado-uri is not configured on ClearCanvas currently",
"wadoUriRoot" : "http://172.16.4.150:1000/wado/SERVERAE",
"qidoRoot": "http://172.16.4.150:1000",
"wadoRoot": "http://172.16.4.150:1000/wado/SERVERAE",
"qidoSupportsIncludeField": false,
"imageRendering" : "wadouri",
"requestOptions" : {
"auth": "none:none",
"logRequests" : false,
"logResponses" : false,
"logTiming" : false
}
}],
"dimse": [{
"name": "ClearCanvas",
"peers": [{
"host" : "172.16.4.150",
"port" : 104,
"aeTitle" : "SERVERAE",
"default" : true,
"supportsInstanceRetrievalByStudyUid": false
},
{
"host" : "0.0.0.0",
"port" : 11112,
"aeTitle" : "OHIFDCM",
"default" : true,
"server" : true
}
]
}],
},
"defaultServiceType": "dimse"
}

thanks all.

Most helpful comment

@shree2695 CC ImageServer doesn't support dicomweb.

Refer to https://github.com/OHIF/Viewers/issues/450

Or try it
https://github.com/sync-for-science/dcmrs-broker

All 2 comments

@shree2695 CC ImageServer doesn't support dicomweb.

Refer to https://github.com/OHIF/Viewers/issues/450

Or try it
https://github.com/sync-for-science/dcmrs-broker

Thanks for your reply. Currently, I have implemented with ORTHANC server. I will try with the given link.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

christianvargasforero picture christianvargasforero  路  3Comments

AtmiyaVaghela picture AtmiyaVaghela  路  4Comments

ohif-bot picture ohif-bot  路  3Comments

szwang-wthealth picture szwang-wthealth  路  3Comments

ranasrule picture ranasrule  路  4Comments