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: 101.243

Package: Order Entry Results Reporting

OE/RR REPORT(#101.24)-->101.243

Sub-Field: 101.243


Information

Parent File Name Number Package
OE/RR REPORT(#101.24) COLUMN HEADERS 101.243 Order Entry Results Reporting

Details

Field # Name Loc Type Details
.01 COLUMN HEADERS 0;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>60!($L(X)<1) X
  • LAST EDITED:  JUL 09, 2001
  • HELP-PROMPT:  Answer must be 1-60 characters in length.
  • DESCRIPTION:  
    These are the column headings used on a report in ListView format.
  • CROSS-REFERENCE:  101.243^B
    1)= S ^ORD(101.24,DA(1),3,"B",$E(X,1,30),DA)=""
    2)= K ^ORD(101.24,DA(1),3,"B",$E(X,1,30),DA)
.02 VISIBLE 0;2 SET
  • '0' FOR YES;
  • '1' FOR NO;

  • LAST EDITED:  APR 20, 2001
  • HELP-PROMPT:  Set this field to NO to hide the column.
  • DESCRIPTION:  
    This field determines the visible property of the column.
.03 SEQUENCE 0;3 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>9999)!(X<.1)!(X?.E1"."2N.N) X
  • LAST EDITED:  MAR 21, 2001
  • HELP-PROMPT:  Type a Number between .1 and 9999, 1 Decimal Digit
  • DESCRIPTION:  
    This is the sequence for the column header.
  • CROSS-REFERENCE:  101.243^C
    1)= S ^ORD(101.24,DA(1),3,"C",$E(X,1,30),DA)=""
    2)= K ^ORD(101.24,DA(1),3,"C",$E(X,1,30),DA)
.04 TYPE 0;4 SET
  • '0' FOR SINGLE PIECE VALUE;
  • '1' FOR WORD PROCESSING;

  • LAST EDITED:  APR 20, 2001
  • HELP-PROMPT:  Enter '1' if the value of this column contains multiple lines of text.
  • DESCRIPTION:  
    This field identifies columns that contain multiple lines of text.
.05 INCLUDE ON DETAIL 0;5 SET
  • '0' FOR NO;
  • '1' FOR YES;

  • LAST EDITED:  JUN 28, 2001
  • HELP-PROMPT:  Enter YES to include this field in detailed report
  • DESCRIPTION:  
    This field is used to determine what data to include in the details of a report.
.06 PRINT LENGTH 0;6 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>20)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  JUN 28, 2001
  • HELP-PROMPT:  Type a Number between 1 and 20, 0 Decimal Digits
  • DESCRIPTION:  
    This is the field length used when printing this column on a report.
.07 INCLUDE ON PRINT 0;7 SET
  • '0' FOR NO;
  • '1' FOR YES;

  • LAST EDITED:  JUN 28, 2001
  • DESCRIPTION:  
    This field determines which columns are included when a printout is requested.
.08 PRINT TITLE 0;8 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>20!($L(X)<1) X
  • LAST EDITED:  JUN 28, 2001
  • HELP-PROMPT:  Answer must be 1-20 characters in length.
  • DESCRIPTION:  
    This field is used when printing this field in lieu of the Column Header.
.09 DATA TYPE 0;9 SET
  • '0' FOR FREE TEXT;
  • '1' FOR NUMERIC;
  • '2' FOR DATE/TIME;

  • LAST EDITED:  JUL 18, 2001
  • HELP-PROMPT:  Enter the type of data that is in this column.
  • DESCRIPTION:  
    This is the data type of the column. It is used when sorting columns. The default data type is 0 - FREE TEXT. If no value is entered, it is assumed to be FREE TEXT.
.1 WIDTH 0;10 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>4000)!(X<-2)!(X?.E1"."1N.N) X
  • LAST EDITED:  JUL 27, 2001
  • HELP-PROMPT:  Type a Number between -2 and 4000, 0 Decimal Digits
  • DESCRIPTION:  This field is for the column width. No value needs to be entered because the value is actually obtained from a User level parameter. The field is defined here to reserve the 10 piece of this node so that future field
    definitions won't break the RPC used in CPRS to get column properties where the width is stored in the 10 piece.
1 HDR MODIFIER 1;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  OCT 06, 2005
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  This is code executed when HDR data needs to be modified. When this field is executed, the variable ORX will have the value passed in from the HDR. If this value needs to be manipulated, set the new value into ORX. If
    the value is ignored (not to be displayed), then set the value of ORX="-1-"
    WRITE AUTHORITY: @
Info |  Details