DESCRIPTION |
This cross-reference builds two indexes, one for finding
all patients with a pharmacy orderable item and one for
finding all the pharmacy orderable items a patient has. The indexes are
stored in the Clinical Reminders index global as:
^PXRMINDX("55NVA","IP",POI,DFN,START DATE,STOP DATE,DAS)
^PXRMINDX("55NVA","PI",DFN,POI,START DATE,STOP DATE,DAS)
respectively. POI is the pharmacy orderable item.
If there is no START DATE then the DOCUMENTED DATE is used in its place.
For all the details, see the Clinical Reminders Index Technical Guide/Programmer's Manual.
|