DESCRIPTION |
This cross-reference builds two indexes, one for finding all patients
Where
CPT CODE is a pointer to file #81.
PP is the principal procedure code. Possible values are Y (yes), N (no)
or U (undefined).
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.18.
For all the details, see the Clinical Reminders Index Technical
with a particular CPT code and one for finding all the CPT codes a
Guide/Programmer's Manual.
patient has.
The indexes are stored in the Clinical Reminders Index global as:
^PXRMINDX(9000010.18,"IPP",CPT CODE,PP,DFN,DATE,DAS) and
^PXRMINDX(9000010.18,"PPI",DFN,PP,CPT CODE,DATE,DAS)
respectively.
|