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 |  Pointer To FileMan Files |  Fields |  All
Print Page as PDF
Global: ^LEX(757.33

Package: Lexicon Utility

Global: ^LEX(757.33


Information

FileMan FileNo FileMan Filename Package
757.33 MAPPINGS Lexicon Utility

Description

Directly Accessed By Routines, Total: 7

Package Total Routines
Lexicon Utility 6 LEXNDX9    LEXRXG    LEXRXG2    LEXRXG3    LEXTRAN1    LEXTRAN3    
Kernel 1 XUMF502    

Accessed By FileMan Db Calls, Total: 2

Package Total Routines
Lexicon Utility 2 LEX2051P    LEXRXG    

Pointer To FileMan Files, Total: 1

Package Total FileMan Files
Lexicon Utility 1 MAPPING DEFINITIONS(#757.32)[.02]    

Fields, Total: 7

Field # Name Loc Type Details
.01 MAPPING ID 0;1 NUMBER
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999999)!(X<1)!(X?.E1"."1.N) X
  • LAST EDITED:  AUG 09, 2011
  • HELP-PROMPT:  Type a number between 1 and 999999999999, 0 decimal digits.
  • DESCRIPTION:  The purpose of this field is to hold the mapping ID. The mapping ID may be a VUID or a Lexicon ID. If it is a VUID it is assigned for each individual map by the VETS system. Each mapping ID must indentify uniquely the
    mapping of one source code to one, and only one, target code.
  • CROSS-REFERENCE:  757.33^B
    1)= S ^LEX(757.33,"B",$E(X,1,30),DA)=""
    2)= K ^LEX(757.33,"B",$E(X,1,30),DA)
    ^LEX(757.33,"B",MID,IEN) - Where MID is the Mapping Identifier unique within a Mapping Definition and IEN is the Internal Entry Number in the Mappings file #757.33 where the Mapping Identifier is located.
.02 MAPPING DEFINITION 0;4 POINTER TO MAPPING DEFINITIONS FILE (#757.32) MAPPING DEFINITIONS(#757.32)

  • LAST EDITED:  AUG 20, 2008
  • HELP-PROMPT:  Select a Mapping Definition (from file 757.32)
  • DESCRIPTION:  
    This is the Mapping Definition for a specific mapping record which defines source coding system is being mapped to which target coding system.  This Mapping Definition is stored in the Mapping Definition file #757.32.
  • CROSS-REFERENCE:  757.33^AMAPDEF
    1)= S ^LEX(757.33,"AMAPDEF",$E(X,1,30),DA)=""
    2)= K ^LEX(757.33,"AMAPDEF",$E(X,1,30),DA)
  • RECORD INDEXES:  AMAP (#420), AREV (#421), ASRC (#422), ATAR (#423), C (#424)
1 SOURCE CODE 0;2 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>15!($L(X)<2) X
  • LAST EDITED:  AUG 20, 2008
  • HELP-PROMPT:  Answer must be 2-15 characters in length
  • DESCRIPTION:  
    This is a code from the Source Coding System of the Mapping Definition (file 757.32).  It is the basis of the mapping (source) and will be mapped to a code from another coding system.
  • RECORD INDEXES:  AMAP (#420), AREV (#421), ASRC (#422), ATAR (#423), C (#424)
2 TARGET CODE 0;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>10!($L(X)<2) X
  • LAST EDITED:  AUG 20, 2008
  • HELP-PROMPT:  Answer must be 2-10 characters in length
  • DESCRIPTION:  
    This is a code from the Target Coding System of the Mapping Definition (file 757.32).  It is the result of the mapping (target) based on the source code from another coding system.
  • RECORD INDEXES:  AMAP (#420), AREV (#421), ASRC (#422), ATAR (#423), C (#424)
3 STATUS HISTORY 2;0 DATE Multiple #757.333 757.333

  • DESCRIPTION:  
    This multiple field contains a series of records indicating the mapping status (active or inactive) over time.
  • INDEXED BY:  STATUS (ACHGD)
4 MAPPING ORDER 3;1 NUMBER
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:+X'=X!(X>30000)!(X<1)!(X?.E1"."1.N) X
  • LAST EDITED:  AUG 20, 2008
  • HELP-PROMPT:  Type a number between 1 and 30000, 0 Decimal Digits
  • DESCRIPTION:  This field contains an integer that determines the order of preference for when a single source code maps to multiple target codes. The order will be determined by domain stewards responsible for the maintenance of the
    mapping in question. If there is only one target for the source code the value of this field will default to 1.
  • RECORD INDEXES:  C (#424)
5 MATCH 0;5 SET
  • '1' FOR FULL;
  • '0' FOR PARTIAL;

  • LAST EDITED:  AUG 14, 2008
  • HELP-PROMPT:  1 = Fully Matched Mapping 0 = Partially Matched Mapping
  • DESCRIPTION:  If the target code is a true match for the source code then the value will be set to 1 indicating a fully compatible match. If the target code is a partial match for the source code then the value will be set to 0
    indicating a partial match and that human review is necessary to evaluate the mapping.
Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Pointer To FileMan Files |  Fields |  All