Weasis icon indicating copy to clipboard operation
Weasis copied to clipboard

Viewer Integration Docs say 'you need to add the four following properties', but I see 3

Open sscotti opened this issue 1 year ago • 1 comments

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

sscotti avatar Oct 07 '24 06:10 sscotti

Yes, that will certainly change over time. However, you can suggest corrections in the documentation using the edit button in the top right-hand corner.

For this type of problem, it's usually enough to look at the logs to find the problem.

nroduit avatar Oct 08 '24 20:10 nroduit