IMAGING |
Washington/Silver Spring |
VistARad software provides the Radiologist a paperless
workstation functionality including Radiology exam worklists and on-line
Radiology requisition and enables them to update the status and interpretation
for the exam all on-line. Our requirements are to perform all of this within
seconds of the click of a button.
The functionality to update the exam status to "INTREPRETED" requires the end
user to be either a Resident or Staff and this is defined in the NEW PERSON
file in the RAD/NUC MED CLASSIFICATION subfile (200.072). Imaging is reading
the "ARC" cross reference to field RAD/NUC MED CLASSIFICATION (.01 field) to
sub-file 200.072. The following is an example of the code used where as the
value of RIST will be either an "R" or an "S". It is possible for an end-user
to have both of these classifications and either of the classification can
update the Radiology exam status. The variable DUZ is determined at sign-on.:
S RIST="" F X="S","R" I $D(^VA(200,"ARC",X,DUZ)) S RIST=X Q
|
RADIOLOGY/NUCLEAR MEDICINE |
|
Added 3/14/2008
|
ORDER ENTRY/RESULTS REPORTING |
|
Added 05/21/21, ICR was missing from prior OR patches,
found while reviewing OR*3*498.
|