Integrating weasis into dmc4chee-arc-light

57 views
Skip to first unread message

Florentín Juan Francisco

unread,
Jun 1, 2024, 5:50:02 PMJun 1
to dcm4che
Hi, I'm trying to integrate Weasis into dcm4chee-arc-light. I'm using Docker Engine and the images are:
  • slapd-dcm4cgee 2.6.6-32.0
  • keycloak 24.0.3
  • dcm4chee-arc-psql 5.32.0-secure
  • postgres-dcm4chee
  • mariadb 10.11.4
As it's explain in the weasis website, I have to follow this root to add the properties: Configuration > Devices > dcm4chee-arc > Extensions > Edit extension > Child Objects > Web Applications > DCM4CHEE. I added the properties like this:
  • IID_STUDY_URL=weasis://$dicom:rs --url "192.168.100.101:8080{{qidoBasePath}}" -r "studyUID={{studyUID}}" --query-ext "&includedefaults=false" -H "Authorization: Bearer {{access_token}}"
  • IID_URL_TARGET=_self
  • IID_PATIENT_URL=weasis://$dicom:rs --url "192.168.100.101:8080{{qidoBasePath}}" -r "patientID={{patientID}}" --query-ext "&includedefaults=false" -H "Authorization: Bearer {{access_token}}"
The eye icon appears but when I click it, the Weasis software doesn't show the images.
I tried to read the logs but I don't understand what's the problem. Anyone had this problem before or knows the reason why I don't see the images?
default.log

Nicolas Roduit

unread,
Jun 14, 2024, 12:57:29 PMJun 14
to dcm4che
According to the log file:
01.06.2024 18:41:47.297 *ERROR* [Dicom Model-pool-2-thread-1] o.w.dicom.explorer.rs.RsQueryResult: QIDO-RS with studyUID 1.113654.3.13.1026java.net.MalformedURLException: no protocol: 192.168.100.101:8080/dcm4chee-arc/aets/DCM4CHEE/rs/studies?

Make an URL: http://192.168.100.101:8080{{qidoBasePath}}"
Reply all
Reply to author
Forward
0 new messages