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 |  Accessed By FileMan Db Calls |  Pointed To By FileMan Files |  Pointer To FileMan Files |  Fields |  ICR |  Found Entries |  External References |  Global Variables Directly Accessed |  Naked Globals |  Local Variables  | All
Print Page as PDF
Global: ^DDE

Package: VA FileMan

Global: ^DDE


Information

FileMan FileNo FileMan Filename Package
1.5 ENTITY VA FileMan

Description

Directly Accessed By Routines, Total: 13

Package Total Routines
VA FileMan 9 COMPLEX TYPE    DDEG    DDEGET    ^DDE    DDEMAP    DDEPRT    DDEX    ITEM
YEAR    
Kernel 1 XPDIA0    
Virtual Patient Record 1 VPRHSX1    

Accessed By FileMan Db Calls, Total: 2

Package Total Routines
Virtual Patient Record 2 VPRP14    VPRP8I    

Pointed To By FileMan Files, Total: 2

Package Total FileMan Files
VA FileMan 1 ENTITY(#1.5)[#1.51(.08)]    
Virtual Patient Record 1 VPR CONTAINER(#560.1)[.03#560.11(.02)#560.11(.03)]

Pointer To FileMan Files, Total: 2

Package Total FileMan Files
VA FileMan 2 ENTITY(#1.5)[#1.51(.08)]    APPLICATION ACTION(#1.61)[19.119.219.319.4]    

Fields, Total: 33

Field # Name Loc Type Details
.01 NAME 0;1 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<3)!'(X'?1P.E) X I $D(X) D CHKNAME^DDEX
    MAXIMUM LENGTH: 30
  • LAST EDITED:  NOV 08, 2021
  • HELP-PROMPT:  A unique name, which is preceded by the package abbreviation. Answer must be 3-30 characters in length.
  • DESCRIPTION:  
    A unique name of the entity or resource this record will represent. The name must be preceded by its package prefix (2 to 4 characters) specified in the PACKAGE file, or the letter "Z" or "A".
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  1.5^B
    1)= S ^DDE("B",$E(X,1,30),DA)=""
    2)= K ^DDE("B",$E(X,1,30),DA)
.02 DEFAULT FILE NUMBER 0;2 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999999)!(X<.1)!(X?.E1"."9N.N)!'($D(^DD(+X,0))#2) X
  • LAST EDITED:  APR 18, 2018
  • HELP-PROMPT:  Enter the file number associated with this entity, between .1 and 999999999999.
  • DESCRIPTION:  
    This is the primary file or sub-file number associated with this entity, and the default source file for data. It is optional if no data associated with this entity is stored in any FileMan file.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  1.5^F
    1)= S ^DDE("F",$E(X,1,30),DA)=""
    2)= K ^DDE("F",$E(X,1,30),DA)
    Allows finding Entities by primary file number
  • RECORD INDEXES:  FHIR (#1536), SDA (#1537)
.03 SORT BY 0;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>15!($L(X)<1) X
    MAXIMUM LENGTH: 15
  • LAST EDITED:  MAR 05, 2018
  • HELP-PROMPT:  Answer must be 1-15 characters in length.
  • DESCRIPTION:  This is the default cross reference to use when GETting instances of this entity or resource; it may be overridden by the XREF field in the Item multiple when this entity is embedded inside another, or by other query
    parameters.
.04 FILTER BY 0;4 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>8!($L(X)<1) X
    MAXIMUM LENGTH: 8
  • LAST EDITED:  MAR 05, 2018
  • HELP-PROMPT:  Answer must be 1-8 characters in length.
  • DESCRIPTION:  Enter the name of a local variable that contains the value to filter entries by using the specified cross reference. See the FileMan Developer's Guide for a list of variables that will be available to use (read only).
    Other variables can be set and killed by the Entity's GET Pre and Post Processing code fields.
.05 READ ONLY 0;5 SET
  • '1' FOR READONLY;

  • LAST EDITED:  JUL 20, 2018
  • HELP-PROMPT:  Enter 1 to set the read only flag for ENTITY.
  • DESCRIPTION:  
    Set this flag if this entity is read only. It will then not support the create, post, or put http verbs.
.06 DATA MODEL 0;6 SET
  • 'S' FOR SDA;
  • 'F' FOR FHIR;

  • LAST EDITED:  APR 18, 2018
  • HELP-PROMPT:  Enter the data model that this entity represents.
  • DESCRIPTION:  
    If this entity is intended to return data according to the constraints of a specific model, such as SDA or FHIR, then enter that here.
  • RECORD INDEXES:  FHIR (#1536), SDA (#1537)
.1 DISPLAY NAME .1;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>80!($L(X)<1) X
    MAXIMUM LENGTH: 80
  • LAST EDITED:  APR 18, 2018
  • HELP-PROMPT:  Answer must be 1-80 characters in length.
  • DESCRIPTION:  
    This is the name that will be used for the XML or JSON tags. If no value is entered here, the Name (.01) field will be used.
  • RECORD INDEXES:  FHIR (#1536), SDA (#1537)
1 ITEM 1;0 Multiple #1.51 1.51

  • LAST EDITED:  FEB 09, 2018
  • DESCRIPTION:  
    The Items multiple defines the data elements that make up the entity.
1.1 KEY ITEM ID;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>100!($L(X)<2) X
  • LAST EDITED:  SEP 03, 2015
  • HELP-PROMPT:  Answer must be 2-100 characters in length.
  • DESCRIPTION:  
    The item that is the key value of this entity.
1.2 KEY FIELD NUMBER ID;2 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999999)!(X<.01)!(X?.E1"."10N.N) X
  • LAST EDITED:  SEP 03, 2015
  • HELP-PROMPT:  Type a number between .01 and 999999999999, 9 decimal digits.
  • DESCRIPTION:  
    The field number associated with the item that is the key to the entity.
1.3 KEY CODSYS ID;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>20!($L(X)<2) X
  • LAST EDITED:  SEP 03, 2015
  • HELP-PROMPT:  Answer must be 2-20 characters in length.
  • DESCRIPTION:  
    The coding system associated with the key.
1.4 KEY XREF ID;4 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>20!($L(X)<1) X
  • LAST EDITED:  SEP 03, 2015
  • HELP-PROMPT:  Answer must be 1-20 characters in length.
  • DESCRIPTION:  
    The name of the item that is the alternate key to the entity type.
2 GET ENTRY ACTION 2;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  MAY 22, 2019
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  This is code that will be executed prior to any other processing for the GET method. If you set any additional variables here for use inside the Entity, remember to kill them in the GET POST PROCESSING.
    If this Entity is being processed inside another one, the local variable ID holds the string that the parent entity will be passing into this one (i.e., a pointer from a field value that is being expanded into a full coded
    element by this entity).
    WRITE AUTHORITY: @
3 GET EXIT ACTION 3;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  MAY 22, 2019
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is code that will be executed after all other processing for the GET method. Be sure to kill any variables set in the GET PRE PROCESSING field.
    WRITE AUTHORITY: @
4 GET ID ACTION 4;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  MAY 22, 2019
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  This is code that will be executed for each record, to identify or validate it. Local variable DIEN contains the id value or string passed into this Entity to operate on.
    Set DDEOUT=1 to skip or omit this entire record from the results.
    WRITE AUTHORITY: @
5 GET QUERY ROUTINE 5;E1,99 FREE TEXT (LABEL REFERENCE Data Type)

  • LAST EDITED:  MAR 07, 2018
  • HELP-PROMPT:  Enter the tag^routine to be used in place of FIND^DIC for this Entity.
  • DESCRIPTION:  Enter the tag^routine to be used for finding the appropriate records in the VistA primary source file, instead of FIND^DIC. This routine should create the array DLIST(#)=ID, where # is a sequential number and ID is a
    string that identifies a record in the Default File. ID may also be a string that is processed by this entity.
    Local variables that may be referenced and used (not changed or killed) include: DFN = Patient file #2 ien
    DSTRT = Start date.time of search (FileMan format)
    DSTOP = Stop date.time of search (FileMan format)
    DMAX = Maximum number of results to return
5.1 SCREEN 5.1;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  MAR 03, 2018
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is Standard MUMPS code that will set DIC('S') for a screen, to be used in a FIND^DIC query.
    WRITE AUTHORITY: @
6 PUT ENTRY ACTION 6;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  MAY 22, 2019
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is code that will be executed prior to any other processing for the PUT method.
    WRITE AUTHORITY: @
7 PUT EXIT ACTION 7;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  MAY 22, 2019
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is code that will be executed after all other processing for the PUT method.
    WRITE AUTHORITY: @
8 PUT ID ACTION 8;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  MAY 22, 2019
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is code that will be executed for each record, to identify or validate it.
    WRITE AUTHORITY: @
10 PUT CREATE ACTION 10;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  MAY 22, 2019
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is code that will be executed whenever a new record is created via the PUT method.
    WRITE AUTHORITY: @
11 DELETE ENTRY ACTION 11;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  MAY 22, 2019
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is code that will be executed prior to any other processing for the DELETE method.
    WRITE AUTHORITY: @
12 DELETE EXIT ACTION 12;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  MAY 22, 2019
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is code that will be executed after all other processing for the DELETE method.
    WRITE AUTHORITY: @
13 DELETE ID ACTION 13;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  MAY 22, 2019
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is code that will be executed for each record, to identify or validate it.
    WRITE AUTHORITY: @
14 POST ENTRY ACTION 14;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  MAY 22, 2019
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is code that will be executed prior to any other processing for the POST method.
    WRITE AUTHORITY: @
15 POST EXIT ACTION 15;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  MAY 22, 2019
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is code that will be executed after all other processing for the POST method.
    WRITE AUTHORITY: @
16 POST ID ACTION 16;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  MAY 22, 2019
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is code that will be executed for each record, to identify or validate it.
    WRITE AUTHORITY: @
18 POST CREATE ACTION 18;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  MAY 22, 2019
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is code that will be executed whenever a new record is created via the POST method.
    WRITE AUTHORITY: @
19 DESCRIPTION 19;0 WORD-PROCESSING #1.519

  • LAST EDITED:  APR 12, 2018
  • HELP-PROMPT:  Enter a description of this Entity, for documentation.
  • DESCRIPTION:  
    This is a description of the Entity, to document its usage or data sources or any other information that is helpful for maintenance.
19.1 GET POLICY DAC;1 POINTER TO APPLICATION ACTION FILE (#1.61) APPLICATION ACTION(#1.61)

  • LAST EDITED:  MAR 20, 2017
  • HELP-PROMPT:  Select the equivalent Application Action to GET instances of this Entity.
  • DESCRIPTION:  This field points to the Application Action #1.61 entry which is the VistA equivalent of the GET method for the Entity. The Application Action is linked to a Data Access Control Policy in file #1.6. This policy will be
    evaluated when a GET request is made for this Entity, to determine if the user or client is authorized to access the data.
19.2 PUT POLICY DAC;2 POINTER TO APPLICATION ACTION FILE (#1.61) APPLICATION ACTION(#1.61)

  • LAST EDITED:  MAR 20, 2017
  • HELP-PROMPT:  Select the equivalent Application Action to PUT an instance of this Entity.
  • DESCRIPTION:  This field points to the Application Action #1.61 entry which is the VistA equivalent of the PUT method for the Entity. The Application Action is linked to a Data Access Control Policy in file #1.6. This policy will be
    evaluated when a PUT request is made for this Entity, to determine if the user or client is authorized to access the data.
19.3 DELETE POLICY DAC;3 POINTER TO APPLICATION ACTION FILE (#1.61) APPLICATION ACTION(#1.61)

  • LAST EDITED:  MAR 20, 2017
  • HELP-PROMPT:  Select the equivalent Application Action to DELETE an instance of this Entity.
  • DESCRIPTION:  This field points to the Application Action #1.61 entry which is the VistA equivalent of the DELETE method for the Entity. The Application Action is linked to a Data Access Control Policy in file #1.6. This policy will be
    evaluated when a DELETE request is made for this Entity, to determine if the user or client is authorized to access the data.
19.4 POST POLICY DAC;4 POINTER TO APPLICATION ACTION FILE (#1.61) APPLICATION ACTION(#1.61)

  • LAST EDITED:  MAR 20, 2017
  • HELP-PROMPT:  Select the equivalent Application Action to POST an instance of this Entity.
  • DESCRIPTION:  This field points to the Application Action #1.61 entry which is the VistA equivalent of the POST method for the Entity. The Application Action is linked to a Data Access Control Policy in file #1.6. This policy will be
    evaluated when a POST request is made for this Entity, to determine if the user or client is authorized to access the data.

Found Entries, Total: 263

NAME: VPR PATIENT ID    NAME: VPR INSURANCE    NAME: VPR INSURANCE PLAN    NAME: VPR INSURANCE COMPANY    NAME: VPR INS GROUP NAME    NAME: VPR NAME    NAME: VPR FACILITY    NAME: VPR USER    
NAME: VPR PROVIDER    NAME: VPR ICD    NAME: VPR PROBLEM    NAME: VPR LOINC    NAME: VPR LAB ORDER    NAME: VPR DISPLAY GROUP    NAME: VPR ORDERABLE ITEM    NAME: VPR LAB URGENCY    
NAME: VPR LRCH RESULT    NAME: VPR LRCH RESULT ITEM    NAME: VPR LAB TEST    NAME: VPR PATIENT    NAME: VPR PATIENT ALIAS    NAME: VPR LANGUAGE    NAME: VPR RACE    NAME: VPR PATIENT ADDRESS    
NAME: VPR STATE    NAME: VPR ETHNICITY    NAME: VPR RELIGION    NAME: VPR MARITAL STATUS    NAME: VPR VISIT    NAME: VPR LOCATION    NAME: VPR ALLERGY    NAME: VPR DOCUMENT    
NAME: VPR ALLERGY SIGN/SYMPTOM    NAME: VPR RAD ORDER    NAME: VPR OTHER ORDER    NAME: VPR ORDER URGENCY    NAME: VPR RAD RESULT    NAME: VPR ADVANCE DIRECTIVE    NAME: VPR DOCUMENT TITLE    NAME: VPR APPOINTMENT    
NAME: VPR VITAL MEASUREMENT    NAME: VPR VITAL TYPE    NAME: VPR V EXAM    NAME: VPR EXAM    NAME: VPR FAMILY HISTORY    NAME: VPR HEALTH FACTOR    NAME: VPR SOCIAL HISTORY    NAME: VPR REFERRAL    
NAME: VPR CONSULT SERVICE    NAME: VPR SURGERY    NAME: VPR PROCEDURE    NAME: VPR V PROVIDER    NAME: VPR VITAL QUALIFIER    NAME: VPR PATIENT RECORD FLAG    NAME: VPR PTF    NAME: VPR MEDICATION    
NAME: VPR DOSAGE STEP    NAME: VPR DRUG PRODUCT    NAME: VPR VACCINATION    NAME: VPR MED ROUTE    NAME: VPR IMMUNIZATION    NAME: VPR IMM ROUTE    NAME: VPR IMM ADMINISTRATION    NAME: VPR IMM SITE    
NAME: VPR INSURED ADDRESS    NAME: VPR COUNTRY    NAME: VPR INS COMPANY ADDRESS    NAME: VPR PERSON CLASS    NAME: VPR CODE TABLE    NAME: VPR PATIENT NUMBER    NAME: VPR PATIENT BIRTHPLACE    NAME: VPR PATIENT NOK    
NAME: VPR PATIENT NOK ADDRESS    NAME: VPR PATIENT ECON    NAME: VPR PATIENT ECON ADDRESS    NAME: VPR PATIENT EMPLOYER    NAME: VPR PATIENT EMPLOYER ADDRESS    NAME: VPR SPECIALTY    NAME: VPR ADMISSION    NAME: VPR DOCUMENT STATUS    
NAME: VPR CODE ONLY    NAME: VPR CW NOTES    NAME: VPR MED ADMINISTRATION    NAME: VPR LRAP REPORT    NAME: VPR PREGNANCY    NAME: VPR CPT    NAME: VPR V CPT    NAME: VPR V POV    
NAME: VPR RAD REPORT    NAME: VPR LRMI REPORT    NAME: VPR SCHEDULED ADMISSION    NAME: VPR DRUG CLASS    NAME: VPR DRUG GENERIC    NAME: VPR IV PRODUCT    NAME: VPR PATIENT EXTENSION    NAME: VPR PATIENT ELIGIBILITY    
NAME: VPR PATIENT DISABILITY    NAME: VPR PERSON CLASS EXTENSION    NAME: VPR LOCATION EXTENSION    NAME: VPR COMMENT    NAME: VPR ALLERGY EXTENSION    NAME: VPR DRUG INGREDIENT    NAME: VPR VISIT EXTENSION    NAME: VPR ADMISSION EXTENSION    
NAME: VPR APPOINTMENT EXTENSION    NAME: VPR PRF EXTENSION    NAME: VPR PROBLEM EXTENSION    NAME: VPR PTF EXTENSION    NAME: VPR DOCUMENT EXTENSION    NAME: VPR DOCUMENT ROLE    NAME: VPR DOCUMENT SERVICE    NAME: VPR DOCUMENT SETTING    
NAME: VPR DOCUMENT SUBJECT    NAME: VPR DOCUMENT TYPE    NAME: VPR ORDER EXTENSION    NAME: VPR LRCH RESULT EXTENSION    NAME: VPR RAD RESULT EXTENSION    NAME: VPR PROCEDURE EXTENSION    NAME: VPR SURGERY EXTENSION    NAME: VPR REFERRAL EXTENSION    
NAME: VPR HF EXTENSION    NAME: VPR MED EXTENSION    NAME: VPR MED FILL    NAME: VPR IMM EXTENSION    NAME: VPR IMM VIS    NAME: VPR VITAL EXTENSION    NAME: VPR CPT MODIFIER    NAME: VPR ALLERGY ASSESSMENT    
NAME: VPR RAD RPT EXTENSION    NAME: VPR LRAP EXTENSION    NAME: VPR LRMI EXTENSION    NAME: VPR SIGNER    NAME: VPR FIM    NAME: VPR CUSTOM PAIR    NAME: VPR HEALTH CONCERN    NAME: VPR FIM EXTENSION    
NAME: VPR ORDER STATUS    NAME: VPR AMIS    NAME: VPR TEAM MEMBER    NAME: VPR FACILITY ADDRESS    NAME: VPR FAMILY DOCTOR    NAME: VPR PROVIDER EXTENSION    NAME: VPR PATIENT LANGUAGE    NAME: VPR SOURCE FACILITY    
NAME: VPR LRSP RESULT    NAME: VPR LRCY RESULT    NAME: VPR LREM RESULT    NAME: VPR LRMI RESULT    NAME: VPR LR RESULT EXTENSION    NAME: VPR PRF DBRS RECORD    NAME: VPR PRF HISTORY    NAME: VPR LRCH RESULT ITEM EXTENSION    
NAME: VPR PATIENT ADDRESS EXTENSION    NAME: VPR ORDERABLE ITEM CODE    NAME: VPR ORDERABLE ITEM EXTENSION    NAME: VPR SIGNER EXTENSION    NAME: VPR VISIT STUB    NAME: VPR VFILE DELETE    NAME: VPR LAB FACILITY    NAME: VPR ADMISSION MOVEMENT    
NAME: VPR EDP CODE    NAME: VPR EDP EXTENSION    NAME: VPR EDP LOG    NAME: VPR MAS MOVEMENT TYPE    NAME: VPR MAS TRANSACTION TYPE    NAME: VPR WARD LOCATION    NAME: VPR SCH ADM EXTENSION    NAME: VPR VCPT EXTENSION    
NAME: VPR VACC HF REFUSAL    NAME: VPR VACC HF ADMIN    NAME: VPR PACKAGE    NAME: VPR VACC HF EXT    NAME: VPR ALLERGY SIGN EXTENSION    NAME: VPR ALLERGY OBSERVATION    NAME: VPR REFERRAL ACTIVITY    NAME: VPR PATIENT TEMP ADDRESS    
NAME: VPR PAT TEMP ADD EXTENSION    NAME: VPR PATIENT ECON2 ADDRESS    NAME: VPR PATIENT ECON2    NAME: VPR PATIENT NOK2    NAME: VPR PATIENT NOK2 ADDRESS    NAME: VPR VIETNAM SERVICE    NAME: VPR LEBANON SERVICE    NAME: VPR GRENADA SERVICE    
NAME: VPR PANAMA SERVICE    NAME: VPR PERSIAN GULF SERVICE    NAME: VPR SOMALIA SERVICE    NAME: VPR YUGOSLAVIA SERVICE    NAME: VPR POW STATUS    NAME: VPR COMBAT SERVICE    NAME: VPR PATIENT AO    NAME: VPR PATIENT IR    
NAME: VPR PATIENT SWA    NAME: VPR COMBAT PERIOD    NAME: VPR PATIENT MILITARY SERVICE    NAME: VPR PATIENT ENROLLMENT    NAME: VPR CDC EXTENSION    NAME: VPR DRUG PRODUCT EXTENSION    NAME: VPR DOSE EXTENSION    NAME: VPR MDD PROCEDURE    
NAME: VPR REFERRING PROVIDER    NAME: VPR DEL V POV    NAME: VPR DEL VACCINATION    NAME: VPR DEL HF VACC REFUSAL    NAME: VPR DEL SOCIAL HX    NAME: VPR DEL FAMILY HX    NAME: VPR DEL V EXAM    NAME: VPR DEL V CPT    
NAME: VPR DEL PTF    NAME: VPR DEL TIU DOCUMENT    NAME: VPR TEXT ONLY    NAME: VPR ELIGIBILITY    NAME: VPR ORDER EVENT    NAME: VPR RELEASE EVENT    NAME: VPR ICR EVENT    NAME: VPR ICR EXTENSION    
NAME: VPR ICR ADMINISTRATION    NAME: VPR ICR OBSERVATION    NAME: VPR ICR CONTRAINDICATION    NAME: VPR ICR REFUSAL    NAME: VPR DEL ICR    NAME: VPR IMM MANUFACTURER    NAME: VPR SERVICE    NAME: VPR DOCUMENT CLASS    
NAME: VPR PATIENT TYPE    NAME: VPR PTF 601    NAME: VPR FAM HX EXTENSION    NAME: VPR DEL PTF 601    NAME: VPR SURG SPECIALTY    NAME: VPR MED SPECIALTY    NAME: VPR MAS SPECIALTY    NAME: VPR PTF 601 EXTENSION    
NAME: VPR ORDER DC EVENT    NAME: VPR VPOV EXTENSION    NAME: VPR VXAM EXTENSION    NAME: VPR UNITS    NAME: VPR ICD OP    NAME: VPR ORDER DIALOG    NAME: VPR INSURANCE EXTENSION    NAME: VPR DEL INSURANCE    
NAME: VPR SOCIAL HX EXTENSION    NAME: PSO ACTIVITY LIST    NAME: PSO ACTIVITY LOG    NAME: PSO ACTIVITY OTHER COMMENTS    NAME: PSO CMOP LOG    NAME: PSO CMOP M    NAME: PSO COPAY LIST    NAME: PSO COPAY LOG    
NAME: PSO DIVISION    NAME: PSO DIVISION NAME    NAME: PSO ECME LOG    NAME: PSO ECME M    NAME: PSO ERX LOG    NAME: PSO ERX M    NAME: PSO LABEL LOG    NAME: PSO LABELS LIST    
NAME: PSO LOT EXP    NAME: PSO LOT EXP M    NAME: PSO PARTIALS LIST    NAME: PSO PARTIALS LOG    NAME: PSO REFILL LIST    NAME: PSO REFILL LOG    NAME: PSO TEMPORARY ADDRESS    

ICR, Total: 1

ICR LINK Subscribing Package(s) Fields Referenced Description
ICR #7008

External References

Name Field # of Occurrence
CHKNAME^DDEX .01+1
GETMSE^DGMSEUTL 2(IEN:197)
$$GETHIST^DGPFAAH 4(IEN:153)
^DIM 2+1, 3+1, 4+1, 5.1+1, 6+1, 7+1, 8+1, 10+1, 11+1, 12+1
, 13+1, 14+1, 15+1, 16+1, 18+1
$$GET1^DIQ 4(IEN:21), 4(IEN:253), 4(IEN:255)
$$CSI^ICDEX 4(IEN:10)
$$ICDOP^ICDEX 4(IEN:239)
$$SAB^ICDEX 4(IEN:10)
$$ICDDATA^ICDXCODE 4(IEN:10)
$$MOD^ICPTMOD 4(IEN:127)
LRVALUE^LRPXAPI 4(IEN:18)
$$DFN^LRPXAPIU 2(IEN:84), 2(IEN:90)
$$LRDFN^LRPXAPIU 2(IEN:84), 2(IEN:90)
ALL^PSS51P2 4(IEN:60)
VICR^PXPXRM 4(IEN:217)
VIMM^PXPXRM 4(IEN:59)
$$NON^SROESTV 4(IEN:50)
ONE^SROESTV 4(IEN:50)
7^VADPT 2(IEN:95)
ADD^VADPT 2(IEN:24)
DEM^VADPT 4(IEN:20)
OAD^VADPT 2(IEN:72), 2(IEN:74), 2(IEN:76), 2(IEN:181), 2(IEN:182)
OPD^VADPT 4(IEN:20)
SDE^VADPT 2(IEN:95)
$$SITE^VASITE 2(IEN:1), 2(IEN:2), 2(IEN:20), 2(IEN:31), 2(IEN:54), 2(IEN:55), 2(IEN:82), 2(IEN:84), 2(IEN:90)
$$VUID^VPRD 4(IEN:42), 4(IEN:53)
$$AMIS^VPRDVSIT 4(IEN:138)
$$CPT^VPRSDA 4(IEN:86)
$$NAMECOMP^VPRSDA 4(IEN:21)
$$SITE^VPRSDA 2(IEN:48), 2(IEN:89)
CODED^VPRSDA 2(IEN:69)
DEL1^VPRSDA 4(IEN:211), 4(IEN:230)
$$MI1^VPRSDAB 4(IEN:148)
AP1^VPRSDAB 4(IEN:84), 4(IEN:90)
CP1^VPRSDAC 4(IEN:51)
GMRC1^VPRSDAC 4(IEN:48)
ADD^VPRSDAD 4(IEN:24)
ECON^VPRSDAD 4(IEN:75)
ECON2^VPRSDAD 4(IEN:180)
NOK^VPRSDAD 4(IEN:73)
NOK2^VPRSDAD 4(IEN:183)
SID^VPRSDAD 4(IEN:25)
TEMP^VPRSDAD 4(IEN:178)
DX1^VPRSDADG 4(IEN:55)
OP1^VPRSDADG 4(IEN:228)
AD1^VPRSDAF 4(IEN:38)
CW1^VPRSDAF 4(IEN:82)
PRF1^VPRSDAF 4(IEN:54)
FIM1^VPRSDAG 4(IEN:133)
PROB1^VPRSDAG 4(IEN:11)
HF1^VPRSDAHX 4(IEN:45), 4(IEN:47)
WVPL1^VPRSDAHX 4(IEN:85)
DEL^VPRSDAIB 4(IEN:242)
INS1^VPRSDAIB 4(IEN:2)
ALG1^VPRSDAL 4(IEN:31)
REACTN^VPRSDAL 4(IEN:33)
APPT1^VPRSDAM 4(IEN:40)
VIT1^VPRSDAOB 4(IEN:41)
OR1^VPRSDAOR 4(IEN:13), 4(IEN:34), 4(IEN:35), 4(IEN:56)
INGRD^VPRSDAP 4(IEN:102)
IV1^VPRSDAP 4(IEN:94)
NDF^VPRSDAP 2(IEN:58)
PS1^VPRSDAP 4(IEN:56)
PSRX^VPRSDAP 4(IEN:122)
ONE^VPRSDAR 4(IEN:37)
POST^VPRSDAR 3(IEN:34)
PRE^VPRSDAR 2(IEN:34)
RPT1^VPRSDAR 4(IEN:89)
DOC1^VPRSDAT 4(IEN:32)
NATL^VPRSDAT 2(IEN:39)
DEL1^VPRSDAV 4(IEN:204), 4(IEN:205), 4(IEN:206), 4(IEN:207), 4(IEN:208), 4(IEN:209), 4(IEN:210), 4(IEN:212), 4(IEN:223)
EDP1^VPRSDAV 4(IEN:165)
VAIP^VPRSDAV 4(IEN:79)
VST^VPRSDAV 4(IEN:29)
CPT1^VPRSDAVF 4(IEN:87)
HF1^VPRSDAVF 4(IEN:135), 4(IEN:171)
POV1^VPRSDAVF 4(IEN:88)
XAM1^VPRSDAVF 4(IEN:43)
NAMECOMP^XLFNAME 4(IEN:6)
$$PADD^XUAF4 4(IEN:140)
$$STA^XUAF4 2(IEN:1), 2(IEN:20)
$$KSP^XUPARAM 2(IEN:1), 2(IEN:2), 2(IEN:20), 2(IEN:31), 2(IEN:54), 2(IEN:82), 2(IEN:84), 2(IEN:90)

Global Variables Directly Accessed

Name Line Occurrences  (* Changed,  ! Killed)
^AUPNVICR - [#9000010.707] 4(IEN:217)
^AUPNVIMM - [#9000010.11] 4(IEN:59)
^AUPNVSIT - [#9000010] 4(IEN:217)
^DD( .02+1
^DDE - [#1.5] 4(IEN:160)
^DDE("B" .01(XREF 1S), .01(XREF 1K)
^DDE("F" .02(XREF 1S), .02(XREF 1K)
^DDE("FHIR" IXFHIRSL+1*, IXFHIRKL+1!, IXFHIRKEIC+1!
^DDE("SDA" IXSDASL+1*, IXSDAKL+1!, IXSDAKEIC+1!
^DGPM - [#405] 4(IEN:162)
^DGS(41.1 - [#41.1] 4(IEN:91)
^DIC(10 - [#10] 4(IEN:23)
^DPT - [#2] 2(IEN:13), 2(IEN:178), 4(IEN:95), 4(IEN:198)
^GMR(120.86 - [#120.86] 4(IEN:128)
^LR - [#63] 4(IEN:17), 4(IEN:145), 4(IEN:146), 4(IEN:147), 4(IEN:148)
^OR(100 - [#100] 2(IEN:13)
^PSB(53.79 - [#53.79] 4(IEN:83)
^TMP("MDHSP" 3(IEN:51)
^TMP("PXKENC" 3(IEN:29)
^TMP("TIUPPCV" 3(IEN:38)
^TMP("VPRGMV" 3(IEN:41)
^TMP("VPRX" 3(IEN:56), 4(IEN:60)
^TMP("WVPREGST" 3(IEN:85)
^TMP($J 3(IEN:40), 3(IEN:89), 4(IEN:60)
^UTILITY("VAEN" 3(IEN:95)

Naked Globals

Name Field # of Occurrence
^( 4(IEN:95)

Local Variables

Legend:

>> Not killed explicitly
* Changed
! Killed
~ Newed

Name Field # of Occurrence
>> C 4(IEN:253), 4(IEN:255)
>> DA IXFHIRSL+1, IXFHIRKL+1, IXSDASL+1, IXSDAKL+1, .01(XREF 1S), .01(XREF 1K), .02(XREF 1S), .02(XREF 1K)
DATA 3(IEN:23), 4(IEN:23), 4(IEN:28)
DATA("DATE" 2(IEN:10), 2(IEN:239)
DATA("SYS" 2(IEN:10)
DATA1 3(IEN:23), 4(IEN:23)
>> DDEOUT 4(IEN:15), 4(IEN:17), 4(IEN:18), 4(IEN:28), 4(IEN:50), 4(IEN:58), 4(IEN:69), 4(IEN:70), 4(IEN:72), 4(IEN:74)
4(IEN:83), 4(IEN:86), 4(IEN:97), 4(IEN:127), 4(IEN:132), 4(IEN:138), 4(IEN:139), 4(IEN:143), 4(IEN:145), 4(IEN:146)
4(IEN:147), 4(IEN:148), 4(IEN:152), 4(IEN:153), 4(IEN:178), 4(IEN:181), 4(IEN:182), 4(IEN:196), 4(IEN:253), 4(IEN:255)
DDESC 3(IEN:20)
>> DFN 2(IEN:13), 2(IEN:24), 2(IEN:72), 2(IEN:74), 2(IEN:76), 2(IEN:84), 2(IEN:90), 2(IEN:178), 2(IEN:181), 2(IEN:182)
2(IEN:197), 4(IEN:20), 4(IEN:24), 4(IEN:73), 4(IEN:75), 4(IEN:128), 4(IEN:178), 4(IEN:180), 4(IEN:183), 4(IEN:198)
>> DIC IDW.06+1
>> DIEN 2(IEN:24), 2(IEN:72), 2(IEN:74), 2(IEN:76), 2(IEN:119), 4(IEN:2), 4(IEN:6), 4(IEN:9), 4(IEN:10), 4(IEN:11)
4(IEN:13), 4(IEN:15), 4(IEN:17), 4(IEN:18), 4(IEN:20), 4(IEN:21), 4(IEN:23), 4(IEN:28), 4(IEN:31), 4(IEN:32)
4(IEN:33), 4(IEN:34), 4(IEN:35), 4(IEN:37), 4(IEN:38), 4(IEN:40), 4(IEN:41), 4(IEN:42), 4(IEN:48), 4(IEN:50)
4(IEN:51), 4(IEN:53), 4(IEN:54), 4(IEN:56), 4(IEN:58), 4(IEN:59), 4(IEN:60), 4(IEN:69), 4(IEN:70), 4(IEN:83)
4(IEN:84), 4(IEN:85), 4(IEN:86), 4(IEN:90), 4(IEN:91), 4(IEN:92), 4(IEN:94), 4(IEN:95), 4(IEN:96), 4(IEN:97)
4(IEN:100), 4(IEN:102), 4(IEN:123), 4(IEN:125), 4(IEN:127), 4(IEN:128), 4(IEN:132), 4(IEN:133), 4(IEN:134), 4(IEN:138)
4(IEN:139), 4(IEN:140), 4(IEN:145), 4(IEN:146), 4(IEN:147), 4(IEN:148), 4(IEN:152), 4(IEN:153), 4(IEN:154), 4(IEN:162)
4(IEN:176), 4(IEN:177), 4(IEN:196), 4(IEN:197), 4(IEN:198), 4(IEN:199), 4(IEN:217), 4(IEN:227), 4(IEN:239), 4(IEN:253)
4(IEN:255)
>> DNAME 4(IEN:1), 4(IEN:160)
DPTNM 3(IEN:21), 4(IEN:21)
DT 2(IEN:10), 2(IEN:239)
EDP0 3(IEN:165)
EDP1 3(IEN:165)
EDP3 3(IEN:165)
>> FILE 4(IEN:253), 4(IEN:255)
GMPFLD 3(IEN:11)
GMPORIG 3(IEN:11)
GMRAL 3(IEN:31), 3(IEN:128), 4(IEN:128)
GMRAY 3(IEN:31)
I 4(IEN:197)
>> ID 2(IEN:13), 2(IEN:39), 2(IEN:58), 2(IEN:84), 2(IEN:90), 2(IEN:178), 2(IEN:181), 2(IEN:182)
LR0 3(IEN:17), 3(IEN:84), 3(IEN:90), 3(IEN:145), 3(IEN:146), 3(IEN:147), 3(IEN:148), 4(IEN:17), 4(IEN:145), 4(IEN:146)
4(IEN:147), 4(IEN:148)
LR1 3(IEN:90), 3(IEN:148), 4(IEN:148)
LRDFN 2(IEN:13), 2(IEN:84), 2(IEN:90), 3(IEN:13), 3(IEN:84), 3(IEN:90), 4(IEN:17), 4(IEN:145), 4(IEN:146), 4(IEN:147)
4(IEN:148)
LRFAC 3(IEN:17)
LRNODE 3(IEN:18), 4(IEN:18)
LRSUB 3(IEN:13), 3(IEN:84), 3(IEN:90)
LRVER 3(IEN:17), 4(IEN:18)
OR0 3(IEN:13), 3(IEN:34), 3(IEN:35), 3(IEN:56)
OR3 3(IEN:13), 3(IEN:34), 3(IEN:35), 3(IEN:56)
OR6 3(IEN:13), 3(IEN:34), 3(IEN:35), 3(IEN:56)
OR8 3(IEN:13), 3(IEN:34), 3(IEN:35), 3(IEN:56)
ORDAD 3(IEN:13), 3(IEN:34), 3(IEN:35), 3(IEN:56)
ORIFN 3(IEN:56)
ORIT 3(IEN:13), 3(IEN:35)
ORPK 3(IEN:13), 3(IEN:56), 4(IEN:122)
ORSIG 3(IEN:13), 3(IEN:34), 3(IEN:35), 3(IEN:56)
PSB0 3(IEN:83), 4(IEN:83)
PSOI 3(IEN:56)
PSTYPE 3(IEN:56)
RAPROC 3(IEN:37), 3(IEN:89)
RARPT 3(IEN:37)
SREXT 3(IEN:50)
SRPROV 3(IEN:50)
SRSDATE 3(IEN:50)
TIUTTL 3(IEN:39)
U 2(IEN:1), 2(IEN:13), 2(IEN:20), 2(IEN:55), 2(IEN:119), 4(IEN:9), 4(IEN:92), 4(IEN:96), 4(IEN:100), 4(IEN:123)
4(IEN:128), 4(IEN:132), 4(IEN:139), 4(IEN:176), 4(IEN:178), 4(IEN:220)
VA 3(IEN:20)
VADM 3(IEN:20)
VADM(12 4(IEN:23)
VADMVT 3(IEN:29)
VAEL 3(IEN:95)
VAEN 3(IEN:198), 4(IEN:198)
VAERR 3(IEN:95)
VAIP 3(IEN:29), 3(IEN:79)
VAOA 3(IEN:72), 3(IEN:74), 3(IEN:76), 3(IEN:181), 3(IEN:182)
VAOA("A" 2(IEN:72), 2(IEN:74), 2(IEN:76), 2(IEN:181), 2(IEN:182)
VAOA(9 4(IEN:72), 4(IEN:74), 4(IEN:181), 4(IEN:182)
VAPA 3(IEN:24), 3(IEN:140), 4(IEN:140)
VAPA("P" 2(IEN:24)
VAPD 3(IEN:20)
VASITE 2(IEN:1), 2(IEN:2), 2(IEN:20), 2(IEN:31), 2(IEN:48), 2(IEN:54), 2(IEN:82), 2(IEN:84), 2(IEN:89), 2(IEN:90)
3(IEN:1), 3(IEN:2), 3(IEN:20), 3(IEN:31), 3(IEN:48), 3(IEN:54), 3(IEN:82), 3(IEN:84), 3(IEN:89), 3(IEN:90)
VASTN 2(IEN:1), 2(IEN:20), 2(IEN:55), 3(IEN:1), 3(IEN:20), 3(IEN:55)
VASV 3(IEN:95)
VATEMP 2(IEN:178), 3(IEN:178), 4(IEN:178)
>> VPR("ForeignCountryFlag" 3(IEN:24), 3(IEN:73), 3(IEN:75), 3(IEN:178), 3(IEN:180), 3(IEN:183)
VPR0 3(IEN:204), 3(IEN:205), 3(IEN:206), 3(IEN:207), 3(IEN:208), 3(IEN:209), 3(IEN:210), 3(IEN:211), 3(IEN:212), 3(IEN:223)
3(IEN:230)
VPR321 3(IEN:95), 4(IEN:95)
VPR322 3(IEN:95), 4(IEN:95)
VPR52 3(IEN:95), 4(IEN:95)
VPRACT 3(IEN:177), 4(IEN:177)
VPRADM 3(IEN:91), 4(IEN:91)
VPRAE1 3(IEN:37)
VPRAE2 3(IEN:37), 3(IEN:89)
VPRAE3 3(IEN:89)
VPRALG 3(IEN:31)
VPRANGE 3(IEN:41)
VPRAPPT 3(IEN:40)
VPRATE 3(IEN:56)
VPRCA 3(IEN:79)
VPRCACT 3(IEN:48)
VPRCACT( 4(IEN:177)
VPRCDT 3(IEN:13)
VPRCM 3(IEN:199), 4(IEN:199)
VPRCMT 3(IEN:100), 4(IEN:100)
VPRCN 3(IEN:51)
VPRCODE 3(IEN:10), 3(IEN:69), 3(IEN:102), 3(IEN:138), 3(IEN:239), 4(IEN:10), 4(IEN:69), 4(IEN:138), 4(IEN:239)
VPRCONS 3(IEN:48)
VPRCP 3(IEN:51)
VPRCPT 3(IEN:86), 3(IEN:87), 4(IEN:86)
VPRDBRS 3(IEN:106)
VPRDBRS1 3(IEN:106)
VPRDBRS2 3(IEN:152), 4(IEN:152)
VPRDCLS 3(IEN:92), 4(IEN:92)
VPRDGPM 3(IEN:162), 4(IEN:162)
VPRDGTS 3(IEN:162), 4(IEN:162)
VPRDIS 3(IEN:97), 4(IEN:97)
VPRDISDT 3(IEN:55)
VPRDT 2(IEN:10), 2(IEN:119), 2(IEN:239), 3(IEN:10), 3(IEN:33), 3(IEN:59), 3(IEN:87), 3(IEN:103), 3(IEN:119), 3(IEN:164)
3(IEN:176), 3(IEN:217), 3(IEN:239), 4(IEN:10), 4(IEN:86), 4(IEN:127), 4(IEN:176), 4(IEN:239)
VPREACTN 3(IEN:33)
VPREDP 3(IEN:88)
VPREF 3(IEN:123), 4(IEN:123)
VPRELIG 3(IEN:96), 4(IEN:96)
VPRF 3(IEN:54)
VPRF1H 3(IEN:54)
VPRFIMS 3(IEN:133)
VPRFLH 3(IEN:54)
VPRGMV 3(IEN:41)
VPRH 3(IEN:153), 4(IEN:153)
VPRHF 3(IEN:45), 3(IEN:47), 3(IEN:135), 3(IEN:171)
VPRIB 3(IEN:242)
VPRICR 3(IEN:220), 4(IEN:220)
VPRIFC 3(IEN:48)
VPRINS 3(IEN:2), 3(IEN:242)
VPRITM 3(IEN:134), 4(IEN:134)
VPRLNG 3(IEN:143), 4(IEN:143)
VPRLR 3(IEN:154), 4(IEN:154)
VPRM 3(IEN:59), 3(IEN:133), 3(IEN:217), 4(IEN:59), 4(IEN:217)
VPRM("CONTRA/REFUSAL" 4(IEN:220)
VPRM("VISIT" 2(IEN:63), 4(IEN:217)
VPRMOD 3(IEN:127), 4(IEN:127)
VPRMS 2(IEN:197), 3(IEN:197), 4(IEN:197)
VPRMS( 4(IEN:197)
VPRNAME 3(IEN:6), 3(IEN:33), 4(IEN:6)
VPRNATL 3(IEN:109)
VPRNMBR 3(IEN:70), 4(IEN:70)
VPRNONOR 3(IEN:50), 4(IEN:50)
VPROLE 3(IEN:9), 3(IEN:132), 3(IEN:139), 4(IEN:9), 4(IEN:132), 4(IEN:139)
VPRP 3(IEN:2)
VPRPARAM 3(IEN:41)
VPRPHONE 3(IEN:20)
VPRPI 3(IEN:56)
VPRPIEN 3(IEN:2)
VPRPOA 3(IEN:55)
VPRPOV 3(IEN:88)
VPRPRD 3(IEN:196), 4(IEN:196)
VPRPREG 3(IEN:85)
VPRPS 3(IEN:56)
VPRPSIV 3(IEN:94)
VPRPTF 3(IEN:55), 3(IEN:228)
VPRPTP 3(IEN:95)
VPRSCH 3(IEN:57)
VPRSEV 3(IEN:176), 4(IEN:176)
VPRSITE 3(IEN:133)
VPRSK 3(IEN:170)
VPRSR 3(IEN:50)
VPRSR( 2(IEN:119), 4(IEN:50)
VPRSYS 2(IEN:10), 3(IEN:10), 4(IEN:10)
VPRTEAM 3(IEN:95)
VPRTIU 3(IEN:32), 3(IEN:38), 3(IEN:51), 3(IEN:82)
VPRTYP 3(IEN:82)
VPRTYPE 3(IEN:41), 3(IEN:227), 4(IEN:227)
VPRV 3(IEN:41), 3(IEN:165)
VPRVAL 3(IEN:103), 3(IEN:164)
VPRVAP 3(IEN:58), 3(IEN:94)
VPRVFN 3(IEN:160)
VPRVIS 3(IEN:125), 4(IEN:125)
VPRVSC 3(IEN:103)
VPRVST 2(IEN:63), 3(IEN:29), 3(IEN:43), 3(IEN:45), 3(IEN:47), 3(IEN:63), 3(IEN:79), 3(IEN:87), 3(IEN:88), 3(IEN:135)
3(IEN:160), 3(IEN:165), 3(IEN:171), 3(IEN:217), 3(IEN:228), 4(IEN:217)
VPRVST0 3(IEN:43), 3(IEN:45), 3(IEN:47), 3(IEN:87), 3(IEN:88), 3(IEN:135), 3(IEN:171), 3(IEN:217), 4(IEN:217)
VPRVT 3(IEN:160), 4(IEN:160)
VPRVUID 3(IEN:42), 3(IEN:53), 4(IEN:42), 4(IEN:53)
VPRX52 3(IEN:122)
VPRX52P 3(IEN:122)
VPRXID 3(IEN:89)
VPRXM 3(IEN:43)
X IXFHIRSCC+1*, IXFHIRKCC+1*, IXSDASCC+1*, IXSDAKCC+1*, .01+1!, .01(XREF 1S), .01(XREF 1K), .02+1!, .02(XREF 1S), .02(XREF 1K)
, .03+1!, .04+1!, .1+1!, 1.1+1!, 1.2+1!, 1.3+1!, 1.4+1!, 2+1!, 2(IEN:1), 2(IEN:20)
, 3+1!, 4+1!, 5.1+1!, 6+1!, 7+1!, 8+1!, 10+1!, 11+1!, 12+1!, 13+1!
, 14+1!, 15+1!, 16+1!, 18+1!
X(2 IXFHIRSL+1, IXFHIRKL+1, IXSDASL+1, IXSDAKL+1
X(3 IXFHIRSL+1, IXFHIRKL+1, IXSDASL+1, IXSDAKL+1
Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Pointed To By FileMan Files |  Pointer To FileMan Files |  Fields |  ICR |  Found Entries |  External References |  Global Variables Directly Accessed |  Naked Globals |  Local Variables  | All