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 |  Pointed To By FileMan Files |  Pointer To FileMan Files |  Fields |  External References |  Global Variables Directly Accessed |  Local Variables |  All
Print Page as PDF
Global: ^ORD(100.23

Package: Order Entry Results Reporting

Global: ^ORD(100.23


Information

FileMan FileNo FileMan Filename Package
100.23 OE/RR PRINT FORMATS Order Entry Results Reporting

Description

Directly Accessed By Routines, Total: 12

Package Total Routines
Order Entry Results Reporting 11 ORPR010    ^ORD(100.23    FIELDS    ORPR00    ORPR01    ORPR03    ORPR04    ORPR05
ORPR06    ORPR08    ORY215    
IHS Electronic Health Record 1 BEHORXPS    

Accessed By FileMan Db Calls, Total: 2

Package Total Routines
Order Entry Results Reporting 2 ORPR00    ORY215    

Pointed To By FileMan Files, Total: 1

Package Total FileMan Files
Order Entry Results Reporting 1 ORDER PARAMETERS(#100.99)[262728#100.9901(.03)#100.9901(.04)#100.9901(.06)#100.9901(.07)#100.9901(.08)]    

Pointer To FileMan Files, Total: 1

Package Total FileMan Files
Order Entry Results Reporting 1 OE/RR PRINT FIELDS(#100.22)[#100.231(.01)]    

Fields, Total: 10

Field # Name Loc Type Details
.001 NUMBER NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>99999)!(X>$S(DUZ(0)["@":99999,1:1000))!(X?.E1"."1N.N) X
  • LAST EDITED:  MAY 03, 1991
  • HELP-PROMPT:  Type a Number between 1 and 1000, 0 Decimal Digits. >1000 are reserved.
  • DESCRIPTION:  
    Internal number of the format.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
.01 NAME 0;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>50!($L(X)<3)!'(X'?1P.E) X
  • LAST EDITED:  JUN 17, 1999
  • HELP-PROMPT:  Answer must be 3-50 characters in length.
  • DESCRIPTION:  
    This is the name of the format.
  • DELETE TEST:  1,0)= I DA'>999
  • CROSS-REFERENCE:  100.23^B
    1)= S ^ORD(100.23,"B",$E(X,1,30),DA)=""
    2)= K ^ORD(100.23,"B",$E(X,1,30),DA)
.02 ROWS 0;2 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>90)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  FEB 05, 1991
  • HELP-PROMPT:  Type a Number between 1 and 90, 0 Decimal Digits
  • DESCRIPTION:  
    This is the number of rows on the screen/form that this format will occupy.
.03 COLUMNS 0;3 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>132)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  FEB 05, 1991
  • HELP-PROMPT:  Type a Number between 1 and 132, 0 Decimal Digits
  • DESCRIPTION:  
    This is the total number of columns that this format will occupy.
.04 ORDER TEXT LENGTH 0;4 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>132)!(X<3)!(X?.E1"."1N.N) X
  • LAST EDITED:  JUL 29, 1998
  • HELP-PROMPT:  Type a Number between 3 and 132, 0 Decimal Digits
  • DESCRIPTION:  This field is specifically used in formats that use the Order Text field for displaying the order text within a format. The value in this field is the length that the order text will use, and is the same value that is put
    in the FORMAT field for the Order Text field definition.  The exported value is 36.  This value is necessary to correctly calculate the number of lines available for printing an order.  If you create a customized version
    of this format, and you change the value of the FORMAT field for Order Text, make sure this field is also changed to match.
.05 SINGLE 0;5 SET
  • '0' FOR NO;
  • '1' FOR YES;

  • LAST EDITED:  AUG 18, 1998
  • HELP-PROMPT:  Enter YES if this format is not associated with a Header or Footer
  • DESCRIPTION:  
    This field is used to identify formats that are not used with a Header or Footer format.  Labels are a good example.  This field is used by the OE/RR print utility to keep special formats properly aligned.
1 FIELDS 1;0 POINTER Multiple #100.231 100.231

  • HELP-PROMPT:  Enter the fields to be used in this format.
  • DESCRIPTION:  
    Each format includes one or more fields that are compiled here.
  • IDENTIFIED BY:  ROW(#.02), COLUMN(#.03), CAPTION (Optional)(#.04)
2 COMPILED CODE 2;0 WORD-PROCESSING #100.232

  • HELP-PROMPT:  Do not enter anything here.
  • DESCRIPTION:  
    This is the MUMPS code that is compiled when using the PRINT FORMATS utility in OE/RR to build print formats.  This field should not be edited.
3 SCREEN 3;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  APR 17, 1991
  • HELP-PROMPT:  This is Standard MUMPS code that may be used to screen print-outs.
  • DESCRIPTION:  
    This is MUMPS code that is used to screen out the printing of a format for special circumstances.
  • TECHNICAL DESCR:  
    This should be in the form of other Fileman type screens that set the value of $T by use of an IF command.  If the screen sets $T=1 then the format will be printed.
4 SILENT CODE 4;0 WORD-PROCESSING #100.234

  • DESCRIPTION:  
    This field contains M code that gets executed by 'Silent API's' to produce formatted text arrays for use in GUI or other applications.

External References

Name Field # of Occurrence
^DIM 3+1

Global Variables Directly Accessed

Name Line Occurrences  (* Changed,  ! Killed)
^ORD(100.23 - [#100.23] .01(XREF 1S), .01(XREF 1K)

Local Variables

Legend:

>> Not killed explicitly
* Changed
! Killed
~ Newed

Name Field # of Occurrence
>> DA .01DEL1+1, .01(XREF 1S), .01(XREF 1K)
DUZ(0 .001+1
X .001+1!, .01+1!, .01(XREF 1S), .01(XREF 1K), .02+1!, .03+1!, .04+1!, 3+1!
Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Pointed To By FileMan Files |  Pointer To FileMan Files |  Fields |  External References |  Global Variables Directly Accessed |  Local Variables |  All