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

Package: VA FileMan

PRINT TEMPLATE(#.4)-->.41-->.411

Sub-Field: .411


Information

Parent File Name Number Package
.41 FIELD NUMBER .411 VA FileMan

Details

Field # Name Loc Type Details
.001 FIELD ORDER NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>99999999)!(X<1)!(X?.E1"."1N.N) X
  • HELP-PROMPT:  Type a Number between 1 and 99999999, 0 Decimal Digits
.01 FIELD NUMBER 0;1 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999)!(X<.001)!(X?.E1"."5N.N) X
  • HELP-PROMPT:  Type a Number between .001 and 999999999, 4 Decimal Digits
1 CAPTION COMPUTED

  • MUMPS CODE:  S %=+^DIPT(D0,1,D1,0),X=$S('%:"",$D(^DD(%,+^DIPT(D0,1,D1,"F",D2,0),0)):$P(^(0),U),1:"")
  • ALGORITHM:  S %=+^DIPT(D0,1,D1,0),X=$S('%:"",$D(^DD(%,+^DIPT(D0,1,D1,"F",D2,0),0)):$P(^(0),U),1:"")
3 DESTINATION FIELD NUMBER 0;3 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999)!(X<.001)!(X?.E1"."5N.N) X
  • HELP-PROMPT:  Type a Number between .001 and 999999999, 4 Decimal Digits
  • DESCRIPTION:  
    This field holds the number of the field in the destination file that will contain the extracted data from FIELD NUMBER in the source file.
4 DESTINATION FIELD LOCATION 0;4 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<3) X
  • HELP-PROMPT:  Answer must be 3-30 characters in length.
  • DESCRIPTION:  
    This field holds the node and piece location of the DESTINATION FIELD NUMBER. This is used at the time extract data is moved to the destination file.
5 EXTERNAL FORMAT 0;5 SET
  • '1' FOR MOVE EXTERNAL FORMAT TO DESTINATION FILE;

  • HELP-PROMPT:  Enter 1 if external format of data should be moved to destination file.
  • DESCRIPTION:  
    This code is used to determine if the external form of the data in the source file should be moved to the destination file. If null, the internal format of the data is moved.
Info |  Details