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.22

Package: Order Entry Results Reporting

Global: ^ORD(100.22


Information

FileMan FileNo FileMan Filename Package
100.22 OE/RR PRINT FIELDS Order Entry Results Reporting

Description

Directly Accessed By Routines, Total: 15

Package Total Routines
Order Entry Results Reporting 15 ORCPOST    ORIN1005    ORIN1006    ORIN1007    ORIN1008    ORIN1009    ORIN1010    ORIN1011
ORIN1012    ORIN1013    ^ORD(100.22    ORPR00    ORPR010    ORUH    ORY99    

Accessed By FileMan Db Calls, Total: 11

Package Total Routines
Order Entry Results Reporting 11 ORIN1005    ORIN1006    ORIN1007    ORIN1008    ORIN1009    ORIN1010    ORIN1011    ORIN1012
ORIN1013    ORPR00    ORY215    

Pointed To By FileMan Files, Total: 1

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

Pointer To FileMan Files, Total: 1

Package Total FileMan Files
Kernel 1 PACKAGE(#9.4)[.07]    

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:  
    This is the record number associated with the OE/RR PRINT FIELD entry.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
.01 NAME 0;1 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<3)!'(X'?1P.E) X
  • LAST EDITED:  APR 30, 1991
  • HELP-PROMPT:  Answer must be 3-30 characters in length.
  • DESCRIPTION:  
    This is the name of the OE/RR PRINT FIELD entry.
  • CROSS-REFERENCE:  100.22^B
    1)= S ^ORD(100.22,"B",$E(X,1,30),DA)=""
    2)= K ^ORD(100.22,"B",$E(X,1,30),DA)
.02 DEFAULT CAPTION 0;2 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>20!($L(X)<1) X
  • LAST EDITED:  FEB 05, 1991
  • HELP-PROMPT:  Answer must be 1-20 characters in length.
  • DESCRIPTION:  
    This is the caption to be used for printing this field, when no other is offered.
.03 EXAMPLE ENTRY 0;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>132!($L(X)<1) X
  • LAST EDITED:  FEB 18, 1991
  • HELP-PROMPT:  Answer must be 1-132 characters in length.
  • DESCRIPTION:  This field is used to store sample data for this OE/RR PRINT FIELDS entry. It should be representative of the raw data to which the VARIABLE field will be set (i.e., if ORSTDT=2910430.0700 is a possible value of the
    VARIABLE for the START DATE/TIME field, then the example entry for that field might be set to 2910430.0700.
.04 VARIABLE 0;4 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>20!($L(X)<1) X
  • LAST EDITED:  FEB 05, 1991
  • HELP-PROMPT:  Answer must be 1-20 characters in length.
  • DESCRIPTION:  
    This is the variable which will be printed for this OE/RR PRINT FIELD in each record.  If it is NOT an environmental variable (e.g., DT), then it will be SET by executing the CODE FOR SETTING VARIABLE node.
.05 FORMATTING FUNCTION 0;5 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>8!($L(X)<1) X I @("$T("_X_"^ORU)']""""") K X
  • LAST EDITED:  OCT 03, 1991
  • HELP-PROMPT:  Enter the formatting function name (e.g., NAME, or DATE).
  • DESCRIPTION:  
    This field names the extrinsic function, currently found in ^ORU, which is used for formatting the output of a given OE/RR PRINT FIELD (e.g., NAME^ORU, or DATE^ORU).  Enter the line tag only, omitting the routine name.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
.06 TYPE 0;6 SET
  • '0' FOR COMPILE;
  • '1' FOR EXECUTE;

  • LAST EDITED:  MAY 29, 1996
  • HELP-PROMPT:  This field determines if the print field will be compiled or executed.
  • DESCRIPTION:  When a print field in used in a print format it is generally compiled based on the variable and the code for setting the variable. This is the default for most print fields.
    For more complex print fields it is also possible to execute code directly to do the printing.  Setting this field to EXECUTE (1) will allow this functionality.  It will use the code in the field: CODE FOR SETTING VARIABLE
    to perform its function.
    When this field is used there is generally just one print field for the print format being defined.  The code for this print field does all the printing/writing for the entire format.
    The code should check for the variable ORTEST when executing.  ORTEST is a flag that is used to test a print format, used by the Clinical Coordinator when defining print formats. e.g.: I $G(ORTEST) W !,"This is an example"
    Q ...else do the real thing
  • TECHNICAL DESCR:  Print fields that have a type of EXECUTE need to be able to respond to the print formats utilities. The code needs to check for the existance of the variable ORTEST. If this variable is around then the code should print
    out an example or description of what the execute code will print, and then quit.  If ORTEST does not exist then the execute code should be allowed to continue.
    If the execute code prints more than one line, the appropriate checks for bottom of page and doing form feeds should be done.
.07 PACKAGE RESTRICTION 0;7 POINTER TO PACKAGE FILE (#9.4) PACKAGE(#9.4)

  • LAST EDITED:  JAN 27, 1999
  • HELP-PROMPT:  Don't make an entry here, unless this is a package specific print field.
  • DESCRIPTION:  This field should only have a value if this print field is for package specific code. This would be fields like Lab Accession # or Consult Urgency. Entries with this field set will be compared to the package value of the
    order being printed.  If it doesn't match this print field will be skipped for that order.
1 CODE FOR SETTING VARIABLE 1;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  FEB 14, 1991
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is the Standard MUMPS code used for SETTING the VARIABLE printed in each record for this OE/RR PRINT FIELDS entry.
    DELETE AUTHORITY: @
    WRITE AUTHORITY:  @
2 WORD PROCESSING 2;0 WORD-PROCESSING #100.222

  • DESCRIPTION:  
    If present, the word-processing type data in this field will be presented in lieu of the EXAMPLE ENTRY data, when the FORMATTING FUNCTION is specified to be WORD (e.g., REASON FOR REQUEST).

External References

Name Field # of Occurrence
^DIM 1+1

Global Variables Directly Accessed

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

Local Variables

Legend:

>> Not killed explicitly
* Changed
! Killed
~ Newed

Name Field # of Occurrence
>> DA .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!, .05+1!, 1+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