open automatically

168 views
Skip to first unread message

mehdi jalili

unread,
Jul 4, 2014, 11:42:15 AM7/4/14
to dcm...@googlegroups.com
I use the weasis 1.2.9 and I want to open automatically DICOM file automatically. but when I double click on a DICOM file only viewer opens and user must open DICOM file again manually.

Nicolas Roduit

unread,
Jul 7, 2014, 3:37:39 AM7/7/14
to dcm...@googlegroups.com

There are several ways to open images locally or remotely with the portable distribution:

Load images automatically from configured directory

Set images into “dicom” or “images” directory at the same level of the binary launcher (c.f. weasis-win32.exe). The default directories can be changed in weasis/conf/config.properties, see the property “weasis.portable.dicom.directory”.


Launch arguments

Linux and Mac, command must be in between quotes:

./weasis-linux.sh '$dicom:get -l /home/Images/'

Multiple commands:

./weasis-linux.sh '$dicom:get -l "/DICOM/Overlay"' '$dicom:get -l "/DICOM/test"'

Local directory with aURI format:

./weasis-linux.sh '$dicom:get -l "file:/DICOM/Overlay"'

Windows:

weasis-win32.exe $dicom:get -l "E:\\DICOM\\Overlay" "E:\\DICOM\\Shutter"

weasis-win32.exe $dicom:get -l "E:/DICOM/Overlay" "E:/DICOM/Shutter"


Drive Weasis with Telnet

telnet localhost 17179

dicom:get -l "E:/DICOM/Overlay"
Reply all
Reply to author
Forward
0 new messages