DESCRIPTION |
This cross-reference builds two indexes, one for finding
exist then the admission date is used.
NAME is the name of the field where the code is stored. An example is PDX.
If the TYPE OF RECORD is CENSUS then the entry is not indexed.
For complete details, see the Clinical Reminders Index Technical Guide/Programmer's Manual.
all patients with a particular ICD diagnosis code and one for finding all
the ICD diagnosis codes a patient has.
The indexes are stored in the Clinical Reminders Index global as:
^PXRMINDX(45,CODESYS,"INP",CODE,NAME,DFN,DATE,DAS) and
^PXRMINDX(45,CODESYS,"PNI",DFN,NAME,CODE,DATE,DAS)
respectively.
CODESYS is the standard three-character abbreviation for the coding system.
DATE is the discharge date. If it does not
|