Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Details
Print Page as PDF
Sub-Field: 7115.34

Package: Health Data and Informatics

HDIS XML TEMPLATE(#7115.3)-->7115.34

Sub-Field: 7115.34


Information

Parent File Name Number Package
HDIS XML TEMPLATE(#7115.3) ELEMENT NUMBER 7115.34 Health Data and Informatics

Details

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

  • INPUT TRANSFORM:  K:+X'=X!(X>9999)!(X<1)!(X?.E1"."4N.N) X
  • LAST EDITED:  SEP 23, 2004
  • HELP-PROMPT:  Type a Number between 1 and 9999, 3 Decimal Digits
  • DESCRIPTION:  
    This field contains a numerical number which is used to determine the sequence of data for the output xml document.
  • CROSS-REFERENCE:  7115.34^B
    1)= S ^HDIS(7115.3,DA(1),"SEQ","B",$E(X,1,30),DA)=""
    2)= K ^HDIS(7115.3,DA(1),"SEQ","B",$E(X,1,30),DA)
.02 ELEMENT NAME 0;2 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<2) X
  • LAST EDITED:  SEP 20, 2004
  • HELP-PROMPT:  Answer must be 2-30 characters in length.
  • DESCRIPTION:  
    This data is the name of the element which will be included in the xml document when created.
.03 ELEMENT REQUIRED 0;3 SET
  • '1' FOR REQUIRED;

  • LAST EDITED:  SEP 21, 2004
  • DESCRIPTION:  This field is used to define whether this element is required for the output xml document. If set to required, the element is included whether or not data exists for that element. If set to not required, the element
    will not be included in the xml document if there is no data related to the element.
.05 LEVEL 0;5 NUMBER
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:+X'=X!(X>20)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  NOV 29, 2004
  • HELP-PROMPT:  Type a Number between 0 and 20, 0 Decimal Digits
  • DESCRIPTION:  
    This field defines what level the element is. This field is used when determining indentation of element names for ease of reading.
.06 HAS CHILDREN 0;6 SET
  • '1' FOR HAS CHILDREN;

  • LAST EDITED:  SEP 21, 2004
  • DESCRIPTION:  If this field is set to Has Children, then the program logic knows that there is no data realting specifically to this element, and that only the element name needs to be formatted. If Has Children is set to No, then
    the program knows that data is expected for this element, even though it can be null.
.07 IS MULTIPLE 0;7 SET
  • '1' FOR IS MULTIPLE;

  • LAST EDITED:  SEP 22, 2004
  • DESCRIPTION:  
    This field indicates whether the element can have multiple entries or is a single value. For example, the SSN Element would not be a multiple, However an element such as "Description" would have multiple lines.
Info |  Details