DESCRIPTION |
This cross-reference builds four indexes, two for finding all patients
respectively.
Where
IMMUNIZATION is a pointer to file #9999999.14.
CVX code is the immunization's CVX code.
DFN is a pointer to file #2.
DATE is EVENT DATE AND TIME, if it exists. If it does not, then it is
VISIT/ADMIT DATE&TIME.
DAS is the internal entry number of the entry in file #9000010.11.
with a particular immunization and two for finding all the immunizations
For all the details, see the Clinical Reminders Index Technical
Guide/Programmer's Manual.
a patient has.
The indexes are stored in the Clinical Reminders index global as:
^PXRMINDX(9000010.11,"IP",IMMUNIZATION,DFN,DATE,DAS)
^PXRMINDX(9000010.11,"PI",DFN,IMMUNIZATION,DATE,DAS)
and
^PXRMINDX(9000010.11,"CVX","IP",CVX CODE,DFN,DATE,DAS)
^PXRMINDX(9000010.11,"CVX","PI",DFN,CVX CODE,DATE,DAS)
|