Hello All,
How can i view a DICOM image on OHIF using patientID and AccessionNumber instead of studyID in my query string on the browser
E.g
http://locahost:3000/viewer?patientID=1001&AccessionNumber=1234567
I am trying to create a url link from my EMR that will display a single instance of an image using PatientID and AcessionNumber
Thanks