Dicom destination worksheet – Vista Imaging Vista Routing User Manual
Page 85

Routing User Guide
Appendix A
Example #4:
# auto-route all important studies to an internal
# workstation, using standard copy for transmission
Send("LogBook")
When MODALITY="*"
URGENCY="STAT"
Example #5:
# auto-route all images from a specific modality to three
# contractors, balancing the load, so that each contract
# receives a pre-determined fraction of the studies and
# leaving a pre-determined fraction for interpretation by
# local staff, using standard copy for transmission
Balance("Contractor1"=20%, "Contractor2"=40%,
"Contractor3"=20%,
When MODALITY="XA"
Example #6:
# auto-route all images from a specific modality to a
# contractor who reads this type of images, using standard
# copy for transmission and giving these transmissions a
# high priority
Send("ContractingReader")
When MODALITY="XA"
Priority High
Example #7:
# auto-route all images from a specific modality to a
# printer, using the DICOM protocol for transmission and
# giving these transmissions a low priority
Send("LaserShare")
When MODALITY="CT"
Priority Low
Example #8:
# auto-route all images from a specific modality to a DICOM
# repository, using the DICOM protocol for transmission and
# including images from prior studies
Send("E-FilmApplication")
When MODALITY="CT"
PriorStudy Yes
April 2006
VistA Imaging V. 3.0, Patch 18
77