Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Desc |  Directly Accessed By Routines |  Pointer To FileMan Files |  Fields |  Found Entries |  External References |  Global Variables Directly Accessed |  Local Variables  | All
Print Page as PDF
Global: ^DIC(4.001

Package: Kernel

Global: ^DIC(4.001


Information

FileMan FileNo FileMan Filename Package
4.001 MASTER FILE PARAMETERS Kernel

Description

Directly Accessed By Routines, Total: 19

Package Total Routines
Kernel 19 COLUMN    SUBFILE SEQUENCE    XUMF    XUMF0    XUMF1H    XUMF479P    XUMF502P    XUMF675P
XUMF676P    XUMF682P    XUMFHPQ    XUMFHPR    XUMFQR    XUMFX    XUMFXH    XUMFXP
XUMFXP1    XUMFXP2    ^DIC(4.001    

Pointer To FileMan Files, Total: 3

Package Total FileMan Files
Health Level Seven 1 HL7 DATA TYPE(#771.4)[4.114.124.144.154.7#4.011(.03)]    
MailMan 1 MAIL GROUP(#3.8)[.06]    
VA FileMan 1 FILE(#1)[.01]    

Fields, Total: 30

Field # Name Loc Type Details
.01 MASTER FILE 0;1 POINTER TO FILE FILE (#1)
************************REQUIRED FIELD************************
FILE(#1)

  • INPUT TRANSFORM:  S DINUM=X
  • LAST EDITED:  DEC 26, 2003
  • HELP-PROMPT:  Select file to be supported by the Master File Server (MFS) mechanism.
  • DESCRIPTION:  
    This field is the Internal File Number (IFN) of the Master File table supported by the Master File Server (MFS).
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  4.001^B
    1)= S ^DIC(4.001,"B",$E(X,1,30),DA)=""
    2)= K ^DIC(4.001,"B",$E(X,1,30),DA)
.02 SEGMENT NAME 0;2 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>3!($L(X)<3) X K:'$$F^XUMF(+$G(XUMF)) X
  • LAST EDITED:  DEC 26, 2003
  • HELP-PROMPT:  Enter the HL7 data segment or Z segment name.
  • DESCRIPTION:  
    This field holds the name of the HL7 data segment that hold the actual table values.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  4.001^ZZZ
    1)= S ^DIC(4.001,"ZZZ",$E(X,1,30),DA)=""
    2)= K ^DIC(4.001,"ZZZ",$E(X,1,30),DA)
    This x-ref is the segment name. The MFS handler checks incoming message data segments against this x-ref to verify the file is supported.
.03 MFI CODE 0;3 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>60!($L(X)<2) X
  • LAST EDITED:  DEC 20, 2004
  • HELP-PROMPT:  Answer must be 2-60 characters in length.
  • DESCRIPTION:  
    This code identifies the master file.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  4.001^MFI
    1)= S ^DIC(4.001,"MFI",$E(X,1,60),DA)=""
    2)= K ^DIC(4.001,"MFI",$E(X,1,60),DA)
    This x-ref is the Master File Identifier (MFI).
.04 PRE-UPDATE ROUTINE 0;4 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>20!($L(X)<3) X K:'$$F^XUMF(+$G(XUMF)) X
  • LAST EDITED:  DEC 26, 2003
  • HELP-PROMPT:  Enter the label of sub-routine in XUMFR to be executed prior to the MFS update.
  • DESCRIPTION:  This field holds the label of the sub-routine in XUMFR that gets called before an update by the MFS for a data type segment.
    Enter the label without '^XUMFR'. The sub-routine can assume the presence of the variables IFN and IEN. All local variables within the sub-routine must be NEW'd before using them.
    The default value for this field is 'PRE'. The PRE sub-routine builds the current values of the entry in question (associated with the IEN) into an array (^TMP("XUMF PRE",$J,SEQ) =fieldLabel_": "_value).
    This field is required, so if you have no processing use NULL.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
.05 POST-UPDATE ROUTINE 0;5 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>20!($L(X)<3) X K:'$$F^XUMF(+$G(XUMF)) X
  • LAST EDITED:  MAY 16, 2005
  • HELP-PROMPT:  Enter the label of sub-routine in XUMFR to be executed after MFS updates.
  • DESCRIPTION:  This field holds the label of the sub-routine in XUMFR that gets called after an update by the MFS for a data type segment.
    Enter the label without '^XUMFR'. The sub-routine can assume the presence of the variables IFN and IEN. All local variables within the sub-routine must be NEW'd before using them.
    The default value for this field is 'POST'. The POST sub-routine builds the new values of the entry in question (associated with the IEN) and compares them against the previous values (prior to update) to determine if any
    values changed. If the values have changed a MailMan notification is sent to the XUMF SERVER mail group and the group identified by MAIL GROUP of this MASTER FILE PARAMERS entry.
    Note: if the post-update routine calls POST^XUMFR then pre-update routine must call PRE^XUMFR.
    This field is required, so if you have no processing use NULL.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
.06 MAIL GROUP 0;6 POINTER TO MAIL GROUP FILE (#3.8) MAIL GROUP(#3.8)

  • INPUT TRANSFORM:  K:'$$F^XUMF(+$G(XUMF)) X
  • LAST EDITED:  DEC 26, 2003
  • HELP-PROMPT:  Enter the mail group that will receive update notifications.
  • DESCRIPTION:  
    This mail group will be notified when an HL7 unsolicited update message is received from the MFS server. This group will be notified in addition to the group XUMF SERVER.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
.07 MASTER FILE IDENTIFIER 0;7 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<2) X
  • LAST EDITED:  MAY 16, 2006
  • HELP-PROMPT:  Answer must be 2-30 characters in length.
  • DESCRIPTION:  
    This field identifies the file to be updated.
    WRITE AUTHORITY: @
  • CROSS-REFERENCE:  4.001^MFID
    1)= S ^DIC(4.001,"MFID",$E(X,1,30),DA)=""
    2)= K ^DIC(4.001,"MFID",$E(X,1,30),DA)
    This identifier is used in the HL7 segment to identify the file to be updated.
.08 SORT BY 0;8 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>20!($L(X)<1) X
  • LAST EDITED:  JUN 17, 2008
  • HELP-PROMPT:  Answer must be 1-20 characters in length.
  • DESCRIPTION:  
    The default sort by field is VUID. Only supply alternate sort by field in the case of no VUID such as files like mappings.
.09 FILTER BY 0;9 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>40!($L(X)<1) X
  • LAST EDITED:  JUN 17, 2008
  • HELP-PROMPT:  Answer must be 1-40 characters in length.
  • DESCRIPTION:  
    You can specify a query filter by field (column description.)
1 COLUMN 1;0 Multiple #4.011 4.011

  • LAST EDITED:  APR 20, 2004
  • DESCRIPTION:  The COLUMN DESCRIPTION multiple maps the data type segment fields and components to FileMan fields for a standard table. There are additional fields within the sub-file to handle multiple field types and extended
    references.
2 POST-PROCESSING LOGIC 2;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  FEB 07, 2006
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is Standard MUMPS code that gets executed after message processing.
    WRITE AUTHORITY: @
3 ADD-PROCESSING LOGIC 3;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  MAY 22, 2006
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is Standard MUMPS code that gets executed before message processing.
    WRITE AUTHORITY: @
4 MFE-PROCESSING LOGIC 4;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  FEB 07, 2006
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is Standard MUMPS code that gets executed for each MFE segment.
    WRITE AUTHORITY: @
4.1 MFE ID FIELD MFE;1 NUMBER
************************REQUIRED FIELD************************

  • LAST EDITED:  DEC 30, 2003
  • HELP-PROMPT:  Enter the field # that corresponds to the PKV id.
  • DESCRIPTION:  This field holds the field number that corresponds to the ID of the Primary Key Value in MFE.
    This field # is the SDS field added to the file to store the internal identifier to the SDS database.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
4.11 MFE ID TYPE MFE;11 POINTER TO HL7 DATA TYPE FILE (#771.4)
************************REQUIRED FIELD************************
HL7 DATA TYPE(#771.4)

  • INPUT TRANSFORM:  K:'$$F^XUMF(+$G(XUMF)) X
  • LAST EDITED:  DEC 26, 2003
  • HELP-PROMPT:  Enter HL7 data type.
  • DESCRIPTION:  
    MFE ID HL7 data type.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
4.12 MFE TEXT TYPE MFE;12 POINTER TO HL7 DATA TYPE FILE (#771.4)
************************REQUIRED FIELD************************
HL7 DATA TYPE(#771.4)

  • INPUT TRANSFORM:  K:'$$F^XUMF(+$G(XUMF)) X
  • LAST EDITED:  DEC 26, 2003
  • HELP-PROMPT:  Enter the HL7 data type.
  • DESCRIPTION:  
    Enter the MFE TEXT HL7 data type.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
4.14 MFE ALT ID TYPE MFE;14 POINTER TO HL7 DATA TYPE FILE (#771.4)
************************REQUIRED FIELD************************
HL7 DATA TYPE(#771.4)

  • INPUT TRANSFORM:  K:'$$F^XUMF(+$G(XUMF)) X
  • LAST EDITED:  DEC 26, 2003
  • HELP-PROMPT:  Enter the HL7 data type.
  • DESCRIPTION:  
    Enter the MFE ID HL7 data type.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
4.15 MFE ALT TEXT TYPE MFE;15 POINTER TO HL7 DATA TYPE FILE (#771.4)
************************REQUIRED FIELD************************
HL7 DATA TYPE(#771.4)

  • INPUT TRANSFORM:  K:'$$F^XUMF(+$G(XUMF)) X
  • LAST EDITED:  DEC 26, 2003
  • HELP-PROMPT:  Enter the HL7 data type.
  • DESCRIPTION:  
    Enter the MFE ALT TEXT HL7 data type.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
4.16 MFE PRE-UPDATE ROUTINE MFE;16 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>8!($L(X)<2) X K:'$$F^XUMF(+$G(XUMF)) X
  • LAST EDITED:  DEC 26, 2003
  • HELP-PROMPT:  Enter the subroutine label that executes prior to MFE.
  • DESCRIPTION:  This field holds the label of the sub-routine in XUMFRMFE that gets called before an update by the MFS for an MFE segment.
    Enter the label without '^XUMFRMFE'. The sub-routine can assume the presence of the variable IFN. All local variables within the sub-routine must be NEW'd before using the.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
4.17 MFE POST-UPDATE ROUTINE MFE;17 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>8!($L(X)<2) X K:'$$F^XUMF(+$G(XUMF)) X
  • LAST EDITED:  DEC 26, 2003
  • HELP-PROMPT:  Enter the subroutine label that executes after the MFE segment.
  • DESCRIPTION:  This field holds the label of the sub-routine in XUMFRMFE that gets called after an update by the MFS for an MFE segment.
    Enter the label without '^XUMFRMFE'. The sub-routine can assume the presence of the variables IFN and IEN. All local variables within the sub-routine must be NEW'd before using them.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
4.2 MFE TEXT FIELD MFE;2 NUMBER
************************REQUIRED FIELD************************

  • LAST EDITED:  DEC 30, 2003
  • HELP-PROMPT:  Enter the field # that corresponds to the PKV text.
  • DESCRIPTION:  
    This field holds the field number that corresponds to the TEXT of the Primary Key Value in MFE.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
4.3 MFE CODSYS MFE;3 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>20!($L(X)<1) X K:'$$F^XUMF(+$G(XUMF)) X
  • LAST EDITED:  DEC 26, 2003
  • HELP-PROMPT:  Enter the coding system for the MFE ID.
  • DESCRIPTION:  
    This field holds the coding system that corresponds to the ID of the Primary Key Value in MFE.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
4.4 MFE ALT ID FIELD MFE;4 NUMBER
************************REQUIRED FIELD************************

  • LAST EDITED:  DEC 30, 2003
  • HELP-PROMPT:  Enter the field # that corresponds to the PKV alternate id.
  • DESCRIPTION:  This field holds the field number that corresponds to the alternate ID of the Primary Key Value in MFE.
    The field # should be a key field to the file (not the SDS identifier field). This field will be used by MFS to determine which entry in the file corresponds to the PKV id if it hasn't been already associated. Ideally,
    this field is a unique key to the file.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
4.5 MFE ALT TEXT FIELD MFE;5 NUMBER
************************REQUIRED FIELD************************

  • LAST EDITED:  DEC 30, 2003
  • HELP-PROMPT:  Enter the field # that corresponds to the PKV alternate text.
  • DESCRIPTION:  
    This field holds the field number that corresponds to the alternate TEXT of the Primary Key Value in MFE.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
4.6 MFE ALT CODSYS MFE;6 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>20!($L(X)<2) X K:'$$F^XUMF(+$G(XUMF)) X
  • LAST EDITED:  DEC 26, 2003
  • HELP-PROMPT:  Enter the alternate coding system of the PKV.
  • DESCRIPTION:  
    This field holds the alternate coding system that corresponds to the ID of the Primary Key Value in MFE.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
4.7 MFE PKV TYPE MFE;7 POINTER TO HL7 DATA TYPE FILE (#771.4)
************************REQUIRED FIELD************************
HL7 DATA TYPE(#771.4)

  • INPUT TRANSFORM:  K:'$$F^XUMF(+$G(XUMF)) X
  • LAST EDITED:  DEC 26, 2003
  • HELP-PROMPT:  Enter the PKV type (i.e., CE or PL) CE or Composite Element.
  • DESCRIPTION:  
    This field holds the Primary Key Value data type. Valid values stored in HL7 Table 0355 - Primary key value type.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
4.8 MFE PKV X-REF MFE;8 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>10!($L(X)<1) X K:'$$F^XUMF(+$G(XUMF)) X
  • LAST EDITED:  DEC 26, 2003
  • HELP-PROMPT:  Enter the FM x-ref of non-SDS key field - MFE.4.4
  • DESCRIPTION:  This field hold the FileMan cross-reference of the Primary Key Value (PKV).
    Since MFE.4.1 is the SDS internal identifier then provide the alternate ID (MFE.4.4) cross-reference. The natural FileMan key x-ref that corresponds to the alt id.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
4.9 ASSIGNING AUTHORITY MFE;9 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>20!($L(X)<2) X K:'$$F^XUMF(+$G(XUMF)) X
  • LAST EDITED:  DEC 26, 2003
  • HELP-PROMPT:  Enter the entity responsible for assigning IDs for coding system.
  • DESCRIPTION:  This field holds the assigning authority responsible for the code system used in the HL7 MFE PKV segment sequence.
    See QRD segment. Who Subject Filter.
    This field holds the code that identifies the standards body, or in the case of VA specific data the routing symbol (or other identifying code) of the data owner of steward.
    If all else fails, use 'VA' as the code.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
5 ZRT-PROCESSING LOGIC 5;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  FEB 07, 2006
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is Standard MUMPS code that gets executed for each ZRT segment.
    WRITE AUTHORITY: @
6 ZRT-DISCOVERY LOGIC 6;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  JAN 19, 2017
  • HELP-PROMPT:  Enter Standard MUMPS code.
  • DESCRIPTION:  
    This is standard MUMPS code that gets execute in DISCOVERY for each ZRT segment.
    WRITE AUTHORITY: @

Found Entries, Total: 40

MASTER FILE: 1^4.001    MASTER FILE: 1^4.005    MASTER FILE: 1^4.009    MASTER FILE: 1^10.99^RACE MASTER    MASTER FILE: 1^11.99^MASTER MARITAL STATUS    MASTER FILE: 1^13.99^MASTER RELIGION    MASTER FILE: 1^50.416^DRUG INGREDIENTS    MASTER FILE: 1^50.6^VA GENERIC    
MASTER FILE: 1^50.605^VA DRUG CLASS    MASTER FILE: 1^50.60699^MASTER DOSAGE FORM    MASTER FILE: 1^50.68^VA PRODUCT    MASTER FILE: 1^51.23^STANDARD MEDICATION ROUTES    MASTER FILE: 1^66.3^MASTER LABORATORY TEST    MASTER FILE: 1^71.99^MASTER RADIOLOGY PROCEDURE    MASTER FILE: 1^100.01^ORDER STATUS    MASTER FILE: 1^100.02^NATURE OF ORDER    
MASTER FILE: 1^120.51^GMRV VITAL TYPE    MASTER FILE: 1^120.52^GMRV VITAL QUALIFIER    MASTER FILE: 1^120.53^GMRV VITAL CATEGORY    MASTER FILE: 1^120.82^GMR ALLERGIES    MASTER FILE: 1^120.83^SIGN/SYMPTOMS    MASTER FILE: 1^355.99^MASTER TYPE OF PLAN    MASTER FILE: 1^757.33^MAPPINGS    MASTER FILE: 1^920^VACCINE INFORMATION STATEMENT    
MASTER FILE: 1^920.1^IMMUNIZATION INFO SOURCE    MASTER FILE: 1^920.2^IMM ADMINISTRATION ROUTE    MASTER FILE: 1^920.3^IMM ADMINISTRATION SITE (BODY)    MASTER FILE: 1^920.4^IMM CONTRAINDICATION REASONS    MASTER FILE: 1^920.5^IMM REFUSAL REASONS    MASTER FILE: 1^8925.6^TIU STATUS    MASTER FILE: 1^8926.1^TIU VHA ENTERPRISE STANDARD TITLE    MASTER FILE: 1^8926.2^TIU LOINC SUBJECT MATTER DOMAIN    
MASTER FILE: 1^8926.3^TIU LOINC ROLE    MASTER FILE: 1^8926.4^TIU LOINC SETTING    MASTER FILE: 1^8926.5^TIU LOINC SERVICE    MASTER FILE: 1^8926.6^TIU LOINC DOCUMENT TYPE    MASTER FILE: 1^8932.1^PERSON CLASS    MASTER FILE: 1^9999999.04^IMM MANUFACTURER    MASTER FILE: 1^9999999.14^IMMUNIZATION    MASTER FILE: 1^9999999.28^SKIN TEST    

External References

Name Field # of Occurrence
POST^DGZRT 2(IEN:10.99), 2(IEN:11.99), 2(IEN:13.99)
ZRT^DGZRT 5(IEN:10.99), 5(IEN:11.99), 5(IEN:13.99)
^DIM 2+1, 3+1, 4+1, 5+1, 6+1
TOP10^GMRAUTL2 2(IEN:120.83)
DFORALL^GMRAVZRT 6(IEN:120.82), 6(IEN:120.83)
ZRT^GMRAVZRT 5(IEN:120.82), 5(IEN:120.83)
ZRT^GMRVVZRT 5(IEN:120.51), 5(IEN:120.52), 5(IEN:120.53)
EN^GMVUID 2(IEN:120.51), 2(IEN:120.52), 2(IEN:120.53)
POST^HDIPSZRT 2(IEN:50.60699)
ZRT^HDIPSZRT 5(IEN:50.60699)
MFSUP^HDISVF09 2(IEN:51.23), 2(IEN:100.01), 2(IEN:100.02), 2(IEN:120.51), 2(IEN:120.52), 2(IEN:120.53), 2(IEN:120.82), 2(IEN:120.83), 2(IEN:8925.6), 2(IEN:8926.1)
2(IEN:8926.2), 2(IEN:8926.3), 2(IEN:8926.4), 2(IEN:8926.5), 2(IEN:8926.6)
DESC^HDIZRT 6(IEN:10.99), 6(IEN:11.99), 6(IEN:13.99), 6(IEN:50.60699)
ADD^PSNDFXXX 3(IEN:50.68)
ZRT^PSNDFXXX 5(IEN:50.416), 5(IEN:50.6), 5(IEN:50.605), 5(IEN:50.68)
^PSNDFZZZ 2(IEN:50.68)
ZRT^PXVZRT 5(IEN:920), 5(IEN:920.1), 5(IEN:920.2), 5(IEN:920.3), 5(IEN:920.4), 5(IEN:920.5), 5(IEN:9999999.04), 5(IEN:9999999.14), 5(IEN:9999999.28)
BULL^TIUDD61 2(IEN:8926.1)
ZRT^TIUZRT 5(IEN:8926.1)
$$F^XUMF .02+1, .04+1, .05+1, .06+1, 4.11+1, 4.12+1, 4.14+1, 4.15+1, 4.16+1, 4.17+1
, 4.3+1, 4.6+1, 4.7+1, 4.8+1, 4.9+1
MFE^XUMF502 4(IEN:757.33)
ZRT^XUMF502 5(IEN:757.33)
D89321^XUPCZRT 6(IEN:8932.1)
P89321^XUPCZRT 2(IEN:8932.1)
ZRT^XUPCZRT 5(IEN:8932.1)

Global Variables Directly Accessed

Name Line Occurrences  (* Changed,  ! Killed)
^DIC(4.001 - [#4.001] .01(XREF 1S), .01(XREF 1K), .02(XREF 1S), .02(XREF 1K), .03(XREF 1S), .03(XREF 1K), .07(XREF 1S), .07(XREF 1K)
^TMP("XUMF IMPLIED LOGIC" 4(IEN:120.52)

Local Variables

Legend:

>> Not killed explicitly
* Changed
! Killed
~ Newed

Name Field # of Occurrence
>> DA .01(XREF 1S), .01(XREF 1K), .02(XREF 1S), .02(XREF 1K), .03(XREF 1S), .03(XREF 1K), .07(XREF 1S), .07(XREF 1K)
>> DINUM .01+1*
>> ERROR 2(IEN:51.23), 2(IEN:100.01), 2(IEN:100.02), 2(IEN:120.51), 2(IEN:120.52), 2(IEN:120.53), 2(IEN:120.82), 2(IEN:120.83), 2(IEN:8925.6), 2(IEN:8926.1)
2(IEN:8926.2), 2(IEN:8926.3), 2(IEN:8926.4), 2(IEN:8926.5), 2(IEN:8926.6)
X .01+1, .01(XREF 1S), .01(XREF 1K), .02+1!, .02(XREF 1S), .02(XREF 1K), .03+1!, .03(XREF 1S), .03(XREF 1K), .04+1!
, .05+1!, .06+1!, .07+1!, .07(XREF 1S), .07(XREF 1K), .08+1!, .09+1!, 2+1!, 3+1!, 4+1!
, 4.11+1!, 4.12+1!, 4.14+1!, 4.15+1!, 4.16+1!, 4.17+1!, 4.3+1!, 4.6+1!, 4.7+1!, 4.8+1!
, 4.9+1!, 5+1!, 6+1!
>> XUMF .02+1, .04+1, .05+1, .06+1, 4.11+1, 4.12+1, 4.14+1, 4.15+1, 4.16+1, 4.17+1
, 4.3+1, 4.6+1, 4.7+1, 4.8+1, 4.9+1
Info |  Desc |  Directly Accessed By Routines |  Pointer To FileMan Files |  Fields |  Found Entries |  External References |  Global Variables Directly Accessed |  Local Variables  | All