Hi,
dcm4che-arc-light-ui2 viewer button is not connected to a specific viewer. Viewer button is just a redirection of what a user configured in the selected web-application by replacing the values that are configured.
So you have to see how your viewer needs to be called and which parameters it needs and that needs to be configured in the web application of the archive for example:
If your viewer needs to be called like this: `myviewer/studies?studyInstanceUID=1.2.840.113674.1335.106.200` for a specific study
Than you have to configure it like this:
- Go to Configuration page ( of the dcm4chee-arc-light UI),
- Click on the main archive ( default is: dcm4chee-arc )
- Go to Extensions -> Device Extensions ( Edit extension )-> Child Objects -> Web Applications -> DCM4CHEE (or any web application that you are using )
- In the "Property" attribute add: `IID_STUDY_URL=myviewer/studies?studyInstanceUID={{studyUID}}`
In the study level you should see than the eye button ( if your username has the needed permissions ), if you click it, it should redirect to the URL that you just defined by replacing studyUID with the studyInstanceUID of the study where the button is located ( `myviewer/studies?studyInstanceUID=1.2.840.113674.1335.106.200` ).
Supported parameters in the URL ( That will be replaced with actual DICOM values ):
patientID
patientBirthDate
studyUID
patientName
accessionNumber
access_token
qidoBasePath
qidoBaseURL
In the same way you can configure the button for the patient level by using `IID_PATIENT_URL` instead of `IID_STUDY_URL`,
You can also define the URL
target by a separate Property in the Web Application like this: `IID_URL_TARGET=_self`
Best Regards
Shefki Esadi