| CLIN |
CLIN^RAO7PC2(RADFN,.PROCLIST)
Input: RADFN = ien of patient in the Rad/Nuc Med Patient
File #70
PROCLIST = list of iens of procedures in the Rad/Nuc
Med Procedures File #71.
This list is delimited by '^'.
Output: ^TMP($J,"RADPROC",patient ien,procedure ien,order)=
Date/Time^Status^Provider
Subscripts
----------
patient ien: same as RADFN input variable
procedure ien: an individual ien taken from PROCLIST
input variable
order: free-text, either "NONE", "CANCELLED", "IN
PROGRESS" or "COMPLETE". If the procedure has
never been applied to the patient identified by
RADFN then an order of NONE will be returned.
There will be no other nodes for this procedure.
If the procedure has ever been cancelled or
completed or is currently in progress then
"CANCELLED", "COMPLETED" and "IN PROGRESS" nodes
will exist respectively.
An order of CANCELLED is returned if EXAM
STATUS=0.
An order of COMPLETE is returned is EXAM
STATUS=9.
All other EXAM STATUS values result in an order
of "IN PROGRESS". EXAM STATUS is taken from the
multiple file #70.03
Array Values
------------
Date/Time: the date and time derived from EXAM DATE on
the Registered Exams multiple of the Rad/Nuc
Med Patient File #70.02. It is held in
FileMan date/time format.
e.g. 2990421.1422
Status: derived from the EXAM STATUS on Examinations
multiple of the Rad/Nuc Med Patient file #70.03
It is stored as the description taken from
STATUS on the Examination Status file #72.
Provider: derived from either PRIMARY INTERPRETING
RESIDENT or PRIMARY INTERPRETING STAFF on the
Examinations multiple of the Rad/Nuc Med
Patient file #70.03.
PRIMARY INTERPRETING RESIDENT is returned
only if no STAFF exists. It is stored as the
description taken from NAME on the New Person
File #200.
Null is returned if the order is "NONE" as there is no
information to hold.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
RADFN |
Input |
RADFN = Internal entry number (ien) of the patient
in the Rad/Nuc Med Patient file #70. (Note: this is the same ien as used in
the Patient file #2. File 70 is DINUMED to file 2. RADFN is also known as the
patient ien.
|
PROCLIST |
Input |
PROCLIST = List of internal entry numbers (iens) of
procedures on the Rad/Nuc Med Procedures file #71. The list is delimited by
the '^' character.
|
|