I updated the URL on the OHIF setup file and now trying to get the images from other computer.
Also on the OrthanC trace file:
T0129 10:25:03.651295 OrthancPlugins.cpp:1685] Calling service 3001 from plugin /usr/local/share/orthanc/plugins/libOrthancDicomWeb.so
I0129 10:25:03.651326 OrthancPlugins.cpp:941] Plugin making REST GET call on URI /instances/07dcf9ef-0ccd54a6-91af5f58-a9bdfa20-51ed6aa9/file (built-in API)
T0129 10:25:03.651362 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0129 10:25:03.651400 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0129 10:25:03.651434 Statement.cpp:144] SQLite::Statement::Step SELECT uuid, uncompressedSize, compressionType, compressedSize, uncompressedMD5, compressedMD5 FROM AttachedFiles WHERE id=? AND fileType=?
T0129 10:25:03.717606 OrthancPlugins.cpp:1685] Calling service 2000 from plugin /usr/local/share/orthanc/plugins/libOrthancDicomWeb.so
T0129 10:25:11.409190 HttpOutput.cpp:370] Compressing a HTTP answer using gzip
E0129 10:25:11.432493 PluginsManager.cpp:194] Exception while invoking plugin service 2000: Error in the network protocol
E0129 10:25:11.435641 HttpOutput.cpp:71] This HTTP answer has not sent the proper number of bytes in its body
So something missing here … Who should send the headers for the CORS to works? … DicomWeb Pluging or OHIF client ?
You have to enable CORS in orthanc
The easist way to do this is through a simple node.js reverse proxy server that included in ohif viewer at folder etc
You have to enable CORS in orthanc
The easist way to do this is through a simple node.js reverse proxy server that included in ohif viewer at folder etc
Were you able to integrate OHIF Viewer and Orthanc?
I am trying to do something similar but in vain. I only see the Orthanc Explorer to upload images and send to DICOM modality but not able to integrate OHIF viewer