9000010.11 (841)    INDEX (.11)

Name Value
FILE 9000010.11
NAME ACR
DESCRIPTION
This cross-reference builds four indexes, two for finding all patients
respectively. 

Where
 IMMUNIZATION is a pointer to file #9999999.14.
 CVX code is the immunization's CVX code.
 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.11.

with a particular immunization and two for finding all the immunizations
For all the details, see the Clinical Reminders Index Technical
Guide/Programmer's Manual.

a patient has. 
The indexes are stored in the Clinical Reminders index global as:
 ^PXRMINDX(9000010.11,"IP",IMMUNIZATION,DFN,DATE,DAS)
 ^PXRMINDX(9000010.11,"PI",DFN,IMMUNIZATION,DATE,DAS) 
and
 ^PXRMINDX(9000010.11,"CVX","IP",CVX CODE,DFN,DATE,DAS) 
 ^PXRMINDX(9000010.11,"CVX","PI",DFN,CVX CODE,DATE,DAS) 
SHORT DESCRIPTION Clinical Reminders index.
TYPE MUMPS
EXECUTION RECORD
ACTIVITY IR
USE ACTION
ROOT TYPE INDEX FILE
ROOT FILE 9000010.11
SET LOGIC D SVFILE^PXPXRM(9000010.11,.X,.DA)
CROSS-REFERENCE VALUES
  • ORDER NUMBER:   1
    SUBSCRIPT NUMBER:   1
    TYPE OF VALUE:   FIELD
    FILE:   9000010.11
    FIELD:   .01
    COLLATION:   forwards
  • ORDER NUMBER:   2
    SUBSCRIPT NUMBER:   2
    TYPE OF VALUE:   FIELD
    FILE:   9000010.11
    FIELD:   .02
    COLLATION:   forwards
  • ORDER NUMBER:   3
    SUBSCRIPT NUMBER:   3
    TYPE OF VALUE:   FIELD
    FILE:   9000010.11
    FIELD:   .03
    COLLATION:   forwards
  • ORDER NUMBER:   4
    TYPE OF VALUE:   FIELD
    FILE:   9000010.11
    FIELD:   1201
    COLLATION:   forwards
KILL LOGIC D KVFILE^PXPXRM(9000010.11,.X,.DA)
KILL ENTIRE INDEX CODE K ^PXRMINDX(9000010.11)