There are several ways to open images locally or remotely with the portable distribution:
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”.
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"
telnet localhost 17179
dicom:get -l "E:/DICOM/Overlay"