-
Notifications
You must be signed in to change notification settings - Fork 349
Closed
Labels
Description
Describe the bug. What happened?
See this page for the documentation: WEASIS Integration
It mentions the settings below, but says there are 4 properties.
IID_PATIENT_URL=weasis://$dicom:rs --url "{{qidoBaseURL}}{{qidoBasePath}}" -r "patientID={{patientID}}" --query-ext "&includedefaults=false" -H "Authorization: Bearer {{access_token}}"
IID_STUDY_URL=weasis://$dicom:rs --url "{{qidoBaseURL}}{{qidoBasePath}}" -r "studyUID={{studyUID}}" --query-ext "&includedefaults=false" -H "Authorization: Bearer {{access_token}}"
IID_URL_TARGET=_self
What version of Weasis are you running?
It says at least dcm4chee-arc-light 5.22.2 and Weasis 3.6.0.
On which system the problem occurs?
Linux
Relevant log output
There is no associated log output. I am trying to configure DCM4CHEE to use my local install if WEASIS on a MacBook Pro running a Dockerized version of DCM4CHEE on the MBP. After making those changes in the web interface (not the .env file), the Viewer button does appear in the GUI, and clicking on that launches WEASIS, but I must have something not quite correct because nothing happens after WEASIS is launched. I mostly point out that the docs say 4, while I see 3 properties. And BTW, when I tried setting those in the .env file they did not seem to get set, but that is probably some issue on my end,Additional contextual elements
No response
Reactions are currently unavailable