
| Name | Value | 
|---|---|
| FILE | 55 | 
| NAME | ACRUD | 
| 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(55,"IP",DRUG,DFN,START,STOP,DAS) ^PXRMINDX(55,"PI",DFN,DRUG,START,STOP,DAS) respectively. START is the start date and STOP is the stop date. For all the details, see the Clinical Reminders Index Technical Guide/Programmer's Manual.  | 
| SHORT DESCRIPTION | Clinical Reminders index. | 
| TYPE | MUMPS | 
| EXECUTION | RECORD | 
| ACTIVITY | IR | 
| USE | ACTION | 
| ROOT TYPE | WHOLE FILE | 
| ROOT FILE | 55.06 | 
| SET LOGIC | D SPSPA^PSJXRFS(.X,.DA,"UD") | 
| SET CONDITION CODE | S X=$$PATCH^XPDUTL("PXRM*1.5*12") | 
| CROSS-REFERENCE VALUES | 
  | 
| KILL LOGIC | D KPSPA^PSJXRFK(.X,.DA,"UD") | 
| KILL CONDITION CODE | S X=$$PATCH^XPDUTL("PXRM*1.5*12") | 
| KILL ENTIRE INDEX CODE | K ^PXRMINDX(55) |