-
Notifications
You must be signed in to change notification settings - Fork 241
Accessing external archive Web Services over a proxy
If external archive neither supports CORS preflight requests nor certain DICOM Web Services, then it is recommended to access the services on external archive over a proxy (i.e. using DICOM C-FIND in the background).
-
Configure a
Proxy Upstream URL
ondcm4chee-arc
device for accessing WADO-URI request of external archive. (Configuration page -> Devices tab -> dcm4chee-arc -> Device Extension -> Archive Device Extension -> Attributes -> Proxy Upstream URL
). Set the value to the absolute URL ofWADO-URI
service of the external archive. (For eg.http://test-ng:8080/dcm4chee-arc/aets/TEST/wado
) -
Configure a Remote Application Entity for the external archive capable of responding to
C-FIND
andWADO-URI
requests. -
If you are using dockerized secure version of archive and if you want to choose a role different than
user
for proxy services, then on archive container startup, set environment variable PROXY_USER_ROLE with a value as required.
- Create a web application on the external archive, which shall act as a Proxy for QIDO requests.
Configuration page -> Devices tab -> <your-external-archive-device> -> Device Extension -> Child Objects -> Web Application -> Add new Web Application
. SpecifyWeb Application name
-
Web Service Path
:/dcm4chee-arc/aets/DCM4CHEE/dimse/EXT_AET
(ReplaceDCM4CHEE
andEXT_AET
by AE of your internal (if renamed) and external archive respectively) -
Web Service Classes
:QIDO_RS
andQIDO_COUNT
. -
AE Title
:EXT_AET
(ReplaceEXT_AET
by AE of your external archive) andSave
.
- Create a web application on the external archive, which shall act as a Proxy for WADO-URI requests.
Configuration page -> Devices tab -> <your-external-archive-device> -> Device Extension -> Child Objects -> Web Application -> Add new Web Application
. SpecifyWeb Application name
-
Web Service Path
:/dcm4chee-proxy
-
Web Service Classes
:WADO_URI
. -
AE Title
:EXT_AET
(ReplaceEXT_AET
by AE of your external archive) andSave
.
- On
Navigation page -> Studies tab
, select the web application configured for QIDO Proxy to see the list of studies from the external archive. - Go upto instance level to view any object.
DCM4CHEE 5 Documentation