weasis-pacs-connector
weasis-pacs-connector copied to clipboard
Connect Weasis to any PACS supporting WADO
Until dcm4chee-arc 5.31.0 + WildFly 26.1.3.Final http://localhost:8080/weasis-pacs-connector/manifest?studyUID={} I was able to display the image on weasis by getting the XML manifest with a description like this and using the weasis...
Using minimal dcm4chee-arc-light 5.29.0, deployed with docker-compose and weasis-pacs-connector 7.1.2. ``` IID_PATIENT_URL=../../weasis-pacs-connector/weasis?patientID={{patientID}}&cdb IID_STUDY_URL=../../weasis-pacs-connector/weasis?studyUID={{studyUID}}&cdb ``` by the docs. The problem is in this url that the connector gives to the browser:...
Any suggestion will be appreciated. thx!
Question about whether a feature is available: If the machine running the `weasis-pacs-connector` is accessed from another machine on the same network, is it possible to have the `weasis://` URI...
Looks like dcm4chee 2.18.3 can run with jdk 1.8 with small changed to deploy/jmx-console.war/inspectMBean.jsp (change replace("\"",""") to replaceAl("\"",""")). Can I use weasis pacs-connector master branch if I use jdk 1.8...
Something has changed between 7.1.1 and 7.1.2? With the same configuration the behavior is different: in 7.1.1 it works, in 7.1.2 doesn't work anymore. `arc.config.list=arc1,arc2` in `weasis-pacs-connector.properties` (and corresponding arc1...
http://weasis//$dicom:rs%20--url%20%22https://106.13.233.252:8443/dcm4chee-arc/aets/DCM4CHEE/rs%22%20-r%20%22patientID=583295%22%20--query-ext%20%22&includedefaults=false%22 this my docker-compose.yml version: "3" services: ldap: image: dcm4che/slapd-dcm4chee:2.4.50-23.0 logging: driver: json-file options: max-size: "10m" ports: - "389:389" - "636:636" env_file: docker-compose.env volumes: - /var/local/dcm4chee-arc/ldap:/var/lib/openldap/openldap-data - /var/local/dcm4chee-arc/slapd.d:/etc/openldap/slapd.d keycloak: image:...
Weais viewer not running but query reach to dcm4chee steps : 1- deploy weasis.war,weasis-pacs-connector.war to wildlfy using http configure dcm4chee by adding IID_PATIENT_URL=../../weasis-pacs-connector/weasis?&patientID={}&target=_self IID_STUDY_URL=../../weasis-pacs-connector/weasis?&studyUID={}&target=_self Also for IID_PATIENT_URL=http://localhost:8080/weasis-pacs-connector/weasis://$dicom:rs --url "http://192.168.1.7:8080/dcm4chee-arc/aets/DCM4CHEE/rs/studies" -r...
hi pacs server clearcanvas 13.2 installed tomcat 9 installet weasis .war deploy tomcat browser http://127.0.0.1:8080/weasis-pacs-connector/viewer download weasis.jnlp file weasis.jnlp clik start weasis how to integrate and run wesis clearcanvas ?...
I'm facing a new issue when i clicked the eye icon in the UI of the archive (nothing happens). I've checked in 3 different browsers with the same result. i've...