| GENERAL DESCRIPTION |
The RAMAG EXAM STATUS REQUIREMENTS remote procedure
returns a descriptor that indicates conditions that should be met in order to
successfully perform an action on a Radiology exam/case record.
These conditions are defined by the sites and stored in the EXAMINATION STATUS
file (#72). See the .1 and .5 nodes of the data dictionary of the file #74 for
more details.
Input Parameters
================
RACTION The RACTION parameter defines the action that is going
to be performed on an exam/case record:
E Examined (procedure has been performed,
images have been acquired)
C Complete
RAIMGTYI IEN of the imaging type in the IMAGING TYPE file (#79.2).
RAPROC Radiology procedure IEN (file #71). This parameter is
required to determine exact nuclear medicine requirements
(pieces of the Results[0] from 17 to 25).
By default (+$G(RAPROC)=0), this remote procedure cannot
examine the SUPPRESS RADIOPHARM PROMPT field (2) of the
RAD/NUC MED PROCEDURES file (#71) and might indicate that
some nuclear medicine data is required even if it is not.
Results
=======
A negative value of the first '^'-piece of the Results[0] indicates that an
error occurred during the execution of the remote procedure. In this case, the
second piece of the Results[0] will contain number of the error descriptors
returned in the subsequent nodes of the Results array.
Results[0] Result descriptor
^01: The last error code
^02: Number of error descriptors
Results[i] Error descriptor
^01: Error code
^02: Message
^03: Error location
^04: Error type
Results[j] Line of the additional info
^01: "" (empty)
^02: Text
Error descriptors are returned in reverse chronological order (most recent
first).
Otherwise, exam status requirements are returned in the Results[0].
Descriptor of the exam status is returned in the Results[1].
Results[0] Exam status requirements
^01: TECHNOLOGIST REQUIRED? {0|1}
^02: RESIDENT OR STAFF REQUIRED? {0|1}
^03: DETAILED PROCEDURE REQUIRED? {0|1}
^04: FILM ENTRY REQUIRED? {0|1}
^05: DIAGNOSTIC CODE REQUIRED? {0|1}
^06: CAMERA/EQUIP/RM REQUIRED? {0|1}
^07: reserved
^08: reserved
^09: reserved
^10: reserved
^11: REPORT ENTERED REQUIRED? {0|1}
^12: VERIFIED REPORT REQUIRED? {0|1}
^13: PROCEDURE MODIFIERS REQUIRED? {0|1}
^14: CPT MODIFIERS REQUIRED? {0|1}
^15: reserved
^16: IMPRESSION REQUIRED? {0|1}
^17: RADIOPHARMS/DOSAGES REQUIRED? {0|1}
^18: reserved
^19: ACTIVITY DRAWN REQUIRED? {0|1}
^20: DRAWN DT/TIME/PERSON REQUIRED? {0|1}
^21: ADM DT/TIME/PERSON REQUIRED? {0|1}
^22: reserved
^23: ROUTE/SITE REQUIRED? {0|1}
^24: LOT NO. REQUIRED? {0|1}
^25: VOLUME/FORM REQUIRED? {0|1}
Results[1] Status descriptor
^01: Status IEN
^02: Status name
^03: Status code (order)
^04: VistARAD category
^05: Generic exam status characteristics
Notes
=====
See comments in the source code of the RAMAGU06 routine and description of the
RAMAG EXAM STATUS REQUIREMENTS remote procedure for additional and/or most
recent details.
|