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: .42

Package: VA FileMan

PRINT TEMPLATE(#.4)-->.42

Sub-Field: .42


Information

Parent File Name Number Package
PRINT TEMPLATE(#.4) EXPORT FIELD .42 VA FileMan

Details

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

  • INPUT TRANSFORM:  K:+X'=X!(X>99)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  SEP 03, 1992
  • HELP-PROMPT:  Type a Number between 1 and 99, 0 Decimal Digits
  • DESCRIPTION:  
    The integer in this field represents the order in which fields are exported. The field order numbers are not always consecutive, but they do represent the sequence in which fields are sent.
  • CROSS-REFERENCE:  .42^B
    1)= S ^DIPT(DA(1),100,"B",$E(X,1,30),DA)=""
    2)= K ^DIPT(DA(1),100,"B",$E(X,1,30),DA)
1 DATA TYPE 0;2 POINTER TO DATA TYPE FILE (#.81) DATA TYPE(#.81)

  • INPUT TRANSFORM:  S DIC("S")="N %IR S %IR=$P($G(^(0)),U,2) I (%IR=""D"")!(%IR=""N"")!(%IR=""F"")" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X
  • LAST EDITED:  OCT 13, 1992
  • DESCRIPTION:  
    The data type of the field as derived by the export tool or as input by the user is held in this field. This data type may not correspond to the data type found in the data dictionary.
  • SCREEN:  S DIC("S")="N %IR S %IR=$P($G(^(0)),U,2) I (%IR=""D"")!(%IR=""N"")!(%IR=""F"")"
  • EXPLANATION:  Only data types of free text, date, and numeric are recognized for exported fields.
2 LENGTH FOR OUTPUT 0;3 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>10000)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  SEP 03, 1992
  • HELP-PROMPT:  Type a Number between 1 and 10000, 0 Decimal Digits
  • DESCRIPTION:  
    The number of characters allotted to the field for fixed length export is stored here.
3 NAME OF FOREIGN FIELD 0;4 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<1) X
  • LAST EDITED:  NOV 23, 1992
  • HELP-PROMPT:  Answer must be 1-30 characters in length.
  • DESCRIPTION:  
    The name of the field as it is known in the importing application is stored here. The user supplies this information.
Info |  Details