Hello everyone! I'm trying to implement an ohif viewer with Synapse PACS. All I did was the following:
'docker-compose.yml' file:
It creates a container with the file app-config.js mapped directly to the Ubuntu. The OHIF image is the latest on the DockerHub.
IP/Subnet: 192.168.0.94/24
AETitle Storage: SynapseDicomSCP
AETitle WADO: SynapseWadoSCP
The URLs to check the services are as follows:
WADO Service: http://192.168.0.94:9080/services/wado
QIDO-RS Service: http://192.168.0.94:10080/qido-rs
WADO-RS Service: http://192.168.0.94:12080/wado-rs
All of these services are up and running. By default, Synapse utilizes an Application Entity (AE) called 'SynapseWadoSCU' for WADO requests. Using other tools I get the study list and studies.
From SSH I edited the app-config.js file with this parameters:
When I try to access http://192.168.0.109:3000/ (using the port specified in the compose file), the study list doesn't appear. Even when I manually force the URL to http://192.168.0.109:3000/viewer/someStudyUID, I still only see a black screen.
I also have an insecure DCM4CHEE instance running in a Docker compose, and I've configured the necessary URLs and AE information. With this setup, I can view all the studies without any issues.
I hope this explanation clarifies the configuration. I don't know if I need to edit some other config file or add a proxy sever.
Thank you!
--
You received this message because you are subscribed to the Google Groups "cornerstone platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cornerstone-plat...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cornerstone-platform/26a0cecc-da8e-4599-8560-27877187ecf2n%40googlegroups.com.