How to : Filtering studies in OHIF initialising connexion to Orthanc Dicom-Web ?

118 views
Skip to first unread message

Nicolas Pougnet

unread,
May 15, 2020, 4:47:41 PM5/15/20
to cornerstone platform
Hi

I run Apache on Centos 7 with
Orthanc 1.6.1
plugin MySql , DicomWeb
OHIF v2
Connexion is made via HTTPS and Reverse Proxy to access orthanc on localhost://8042

the connexion to Orthanc DicomWeb from a  OHIF jS script is  like this :
....
   var config_OHIF = {
                routerBasename: '/',
                whiteLabelling: {},
                extensions: [],
                showStudyList: true,
                filterQueryParam: false,
                servers: {
                    dicomWeb: [
                        {
                            name: 'ORTHANC',
                            wadoUriRoot: 'https://www.MYSITE.com/orthanc/wado',
                            qidoRoot: 'https://www.MYSITE.com/orthanc/dicom-web',
                            wadoRoot: 'https://www.MYSITE.com/orthanc/dicom-web',
                            qidoSupportsIncludeField: false,
                            imageRendering: 'wadors',
                            thumbnailRendering: 'wadors',
                            enableStudyLazyLoad: false,
                        },
                    ],
                },
....
All is OK and I get all studies / patients stored in Orthanc

NOW I want to do the same but filtering ONLY 1 study  (or 1 patient)
by PatientID,  UID or anything else that is stored in the Orthanc Database.

I presume 'FilterQueryParam' should be used where can i find documentation on this ? I tried mani combination but  no result !

some help would be welcome !

cheers



Augmented Reporting

unread,
Jun 26, 2022, 5:28:05 PM6/26/22
to cornerstone platform
for OHIF v3-stable, you can launch the viewer for one study with:

http(s)://<ohif_web_server_host>/viewer/?StudyInstanceUIDs=<study_UID>

Reply all
Reply to author
Forward
0 new messages