Load remote orthanc study in locally installed weasis through url (weasis commands) #670
Unanswered
Asitkumar6205
asked this question in
Q&A
Replies: 1 comment
-
We don’t provide assistance with integrating third-party systems. Our support is focused on issues directly related to Weasis, such as authentication or DICOMweb-specific problems. For integration questions like yours, we recommend checking the Orthanc forum, which contains relevant discussions and community expertise for your use case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am doing the same given in this doc, but it is not working for me: https://weasis.org/en/basics/customize/integration/#use-weasis-pacs-connector
Hey everyone! Please, please help🙏🙏 me if you did this already.
My goal is to open remote orthanc study through URL ($dicom:rs --url "https://myserver.domain.name/dicom-web" -r "patientID=11788759296811") in locally installed weasis.
My public orthanc server: I have hosted it on aws ec2 windows server("Nginx-for reverse proxy" + "Cloudfare-for SSL, HTTPS")
When I am entering this encoded URL from browser:
weasis://%24dicom%3Ars%20--url%20%22https%3A%2F%2Fmyserver.domain.name%2Fdicom-web%22%20-r%20%22patientID%3D11788759296811%22
Weasis is opening but the study is Not Loading
Weasis version i am using - 4.5.1
My dicomweb.json configurations -
{
/**
**/
"DicomWeb" : {
"Enable" : true, // Whether DICOMweb support is enabled
"Root" : "/dicom-web/", // Root URI of the DICOMweb API (for QIDO-RS, STOW-RS and WADO-RS)
"EnableWado" : true, // Whether WADO-URI (aka. WADO) support is enabled
"WadoRoot" : "/wado", // Root URI of the WADO-URI (aka. WADO) API
"QidoCaseSensitive" : true, // For QIDO-RS server, whether search is case sensitive (since release 0.5)
"Host" : "myserver.domain.name", // Hard-codes the name of the host for subsequent WADO-RS requests
"Ssl" : true, // Whether HTTPS should be used for subsequent WADO-RS requests
"StudiesMetadata" : "Full", // How study-level metadata is retrieved (since release 1.1, cf. section below)
"SeriesMetadata" : "Full", // How series-level metadata is retrieved (since release 1.1, cf. section below)
"EnableMetadataCache": true, // Wheter the plugin caches metadata as a gzipped attachment (since release 1.15)
"MetadataWorkerThreadsCount": 4,// The number of concurrent threads that are used to extract the metadata in Full mode
"PublicRoot": "/dicom-web/", // The public Root URI of the DICOMweb API in case it is different from "Root".
}
}
Please tell me if you want to see the logs
Beta Was this translation helpful? Give feedback.
All reactions