| EN1 |
Routine for displaying '+' and '.' during a case
lookup. Receives variables, RADPT, RADTI and RACNI, outputs variables RAPRTSET
and RAMEMLOW.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
RADFN |
Input |
Patient's dfn.
|
RADTI |
Input |
The internal entry number (inverse date) for the Exam
Date in the Registered Exams subfile (70.02). ex: ^RADPT(RADFN,"DT",RADTI
|
RACNI |
Input |
The internal entry number for the multiple in the
Examination Subfile (70.03). ex: ^RADPT(RADFN,"DT",RADTI,"P",RACNI
|
RAPRTSET |
Output |
An indicator if the case is part of a combined
PRINTset; if so RARPTSET=1.
|
RAMEMLOW |
Output |
An indicator that indicates if the case is the lowest
ien of the print set; if so RAMEMLOW=1.
|
|
EN2 |
Routine for determining if a case number is part of a
print set and returns all entries within the printset.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
RA4 |
Both |
Incoming an array of case numbers and outgoing an
array of case number ien(s) with the following results. RA4(ienof #70.03)=case
number^procedure pointers^ptr #74
|
RADFN |
Input |
Patient's dfn
|
RADTI |
Input |
Exam date ien
|
RACNI |
Input |
Case number ien
|
RAPRTSET |
Output |
|
|