Stone Web Viewer - What is the link to use through the access number?

Greetings

Could you help me use this Osimis Viewer link on StoneWeb?

In Osimis Viewer Accession Number is used. Is it possible with Stone Web?

http://192.168.0.8:8042/osimis-viewer/app/index.html?study=78830

I have tried this but have not been successful:

Through the access number:
http://192.168.0.8:8042/dicom-web/studies?00080050=78830&fuzzymatching=true&limit=101

I get this URL, but it returns the DICOM file and not the web view of the images:
http://hcrad-one.hcimperatriz.com.br:8042/dicom-web/studies/1.2.40.0.13.3.192.168.1.236.5903637.13147260237964.72472

And trying this link, I get nothing:
http://192.168.0.8:8042/index.html?study=1.2.40.0.13.3.192.168.1.236.5903637.13147260237964.72472

{
“HttpError” : “Not Found”,
“HttpStatus” : 404,
“Message” : “Unknown resource”,
“Method” : “GET”,
“OrthancError” : “Unknown resource”,
“OrthancStatus” : 17,
“Uri” : “/index.html”
}

Please help me. I need to integrate with RIS. If it fails, our company will use unwanted proprietary software.

Thanks

Hi,

No, it does not work with the Accession Number neither in StoneViewer nor in the Osimis Viewer that was using the orthanc id.

If you have the AccessionNumber, you can perform a tools/find first to get the StudyInstanceUID and then open Stone with this StudyInstanceUID: e.g http://localhost:8042/stone-webviewer/index.html?study=1.2.840.113745.101000.1008000.38179.6792.6324567

Best regards,

Alain.

Hi Alan,

Thanks for your answer.

I’m a beginner and I’m going to do a long study on Orthanc yet.

I notice that Orthanc DicomWeb client, uses a search by Accession Number.

I need to pass the link on to the RIS staff.

I believe that CURL is necessary to login, do the search and receive the StudyInstanceUID and then open Stone with this StudyInstanceUID.

Please, could you provide me with examples of these 3 corresponding CURLs?

Best regards,

Antonio Pereira.

I think I got the last 2 URLs this way in the browser:

http://localhost:8042/dicom-web/studies?00080050=78830&fuzzymatching=true&limit=101

http://localhost:8042/stone-webviewer/index.html?study=1.2.40.0.13.3.192.168.1.236.5903637.13147260237964.72472

I just need the login URL now. How do I do this automation?

Hello,

Orthanc does not implement login by itself. It only supports HTTP Basic Authentication, which can be provided to curl using its --user argument. If you have to deal with a login, it is implemented elsewhere, presumably by your RIS team.

Regards,
Sébastien-