DESCRIPTION |
This cross-reference builds two indexes, one for finding
all patients with a particular drug and one for
finding all the drugs a patient has. The indexes are
stored in the Clinical Reminders index global as:
^PXRMINDX(52,"IP",DRUG,DFN,START DATE,STOP DATE,DAS)
^PXRMINDX(52,"PI",DFN,DRUG,START DATE,STOP DATE,DAS)
respectively. START DATE is the RELEASE DATE and STOP DATE is
calculated by adding the DAYS SUPPLY to the RELEASE DATE.
For all the details, see the Clinical Reminders Index Technical Guide/Programmer's Manual.
|