Please enable JavaScript to view this site.

RadiAnt DICOM Viewer

Navigation: Appendix

URL protocol

Scroll Prev Top Next

 

Local RadiAnt DICOM Viewer installation can be controlled using the radiant:// URL protocol.

By clicking special links in web browsers, all actions available via command-line arguments can be executed.

 

How can I create radiant:// URLs?

 

You have to pass command-line arguments (their names and values) via the URL query parameters "n" and "v" respectively.

Special characters (e.g., quotes, spaces) have to be URL encoded.

 

Sample command-line to URL translations:

 

 

radiantviewer.exe -d "folder1" "folder2" "folder3"

 

radiant://?n=d&v=%22folder1%22&v=%22folder2%22&v=%22folder3%22

 

 

radiantviewer.exe -pstv 0020000D "STUDYUID"

 

radiant://?n=pstv&v=0020000D&v=%22STUDYUID%22

 

 

radiantviewer.exe -paet MYPACSAETITLE -pstv 00100020 "PATIENTID"

 

radiant://?n=paet&v=MYPACSAETITLE&n=pstv&v=00100020&v=%22PATIENTID%22