9000011 (754)    INDEX (.11)

Name Value
FILE 9000011
NAME ACRMT
DESCRIPTION
This cross-reference builds two indexes, one for finding
STATUS can be "A" for active or "I" for inactive. PRIORITY
can be "A" for acute or "C" for chronic. If PRIORITY is
missing, then a "U" will be stored in the Index. For
Problems whose PRIORITY is "C", Clinical Reminders uses
today's date for the date of the Problem. In all other
cases, Clinical Reminders uses DLM, where DLM is the Date
Last Modified. When Problems are "removed", then CONDITION
is set to "H" for hidden. Hidden Problems are not indexed.
For complete details, see the Clinical Reminders Index
Technical Guide/Programmer's Manual.
all patients with a particular Mapping Target code and one for
finding all the Mapping Target codes a patient has. The indexes are
stored in the Clinical Reminders Index global as:
 ^PXRMINDX(9000011,CODESYS,"ISPP",CODE,STATUS,PRIORITY,DFN,DLM,DAS)
 ^PXRMINDX(9000011,CODESYS,"PSPI",DFN,STATUS,PRIORITY,CODE,DLM,DAS)
respectively.
 
CODESYS is the standard three-character abbreviation for the coding system.
SHORT DESCRIPTION Clinical Reminders Index for Mapping Targets code lookup.
TYPE MUMPS
EXECUTION RECORD
ACTIVITY IR
USE ACTION
ROOT TYPE WHOLE FILE
ROOT FILE 9000011.803
SET LOGIC D SPROBMT^GMPLPXRM(.X,.DA)
CROSS-REFERENCE VALUES
  • ORDER NUMBER:   1
    SUBSCRIPT NUMBER:   1
    TYPE OF VALUE:   FIELD
    FILE:   9000011.803
    FIELD:   .01
    COLLATION:   forwards
  • ORDER NUMBER:   2
    SUBSCRIPT NUMBER:   2
    TYPE OF VALUE:   FIELD
    FILE:   9000011.803
    FIELD:   .02
    COLLATION:   forwards
KILL LOGIC D KPROBMT^GMPLPXRM(.X,.DA)