This is a simple client interface to the DICOMweb servers that are configured in Orthanc. From this page, you can search the content of remote DICOMweb servers (QIDO-RS), then locally retrieve the DICOM studies/series of interest (WADO-RS). Orthanc Explorer can be used to send DICOM resources to remote DICOMweb servers (STOW-RS).
There was an error connecting to "{{ activeServer }}" server.
Are you sure you want to remove this study from the remote server?
Patient name: {{ studyToDelete && studyToDelete['00100010'] && studyToDelete['00100010'].Value }}
Are you sure you want to remove this series from the remote server?
Series description: {{ seriesToDelete && seriesToDelete['0008103E'] && seriesToDelete['0008103E'].Value }}
Orthanc is now running a background job to retrieve the {{ jobLevel }} from remote server "{{ activeServer }}" using WADO-RS.
Job ID: {{ jobId }}
Job details:
{{ jobDetails }}