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

Package: Order Entry Results Reporting

ORDER PARAMETERS(#100.99)-->100.995

Sub-Field: 100.995


Information

Parent File Name Number Package
ORDER PARAMETERS(#100.99) PACKAGE PARAMETERS 100.995 Order Entry Results Reporting

Details

Field # Name Loc Type Details
.01 PACKAGE PARAMETERS 0;1 POINTER TO PACKAGE FILE (#9.4) PACKAGE(#9.4)

  • INPUT TRANSFORM:  S DINUM=X
  • LAST EDITED:  FEB 09, 1989
  • HELP-PROMPT:  Do not edit these parameters unless instructed to by package release notes.
  • DESCRIPTION:  
    This is the package for which the parameters apply.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
1 *ON 0;3 SET
  • '0' FOR NO;
  • '1' FOR YES;

  • LAST EDITED:  FEB 08, 1991
  • HELP-PROMPT:  Not in use.
  • DESCRIPTION:  
    This field is no longer in use. It has been moved to the PACKAGE SITE PARAMETERS multiple of this file.
  • TECHNICAL DESCR:  
    This field is being replaced by a new field in this file under the multiple PACKAGE SITE PARAMETERS called ON. The reason for this is to protect this field from being overwritten by new package installations.
1.1 DISPLAY GROUP DEFAULT 0;4 POINTER TO DISPLAY GROUP FILE (#100.98) DISPLAY GROUP(#100.98)

  • LAST EDITED:  JUL 29, 1992
  • HELP-PROMPT:  Enter your package Display Group to be used as a default when creating orders.
  • DESCRIPTION:  This field is used as a default display group for orders created by this package. If the variable ORTO is not defined correctly when creating the order, this default will be used. This is ultimately used in reporting
    for grouping related orders via relationships found in the DISPLAY GROUP file.
1.2 EXPORT NAMESPACE 0;2 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>8!($L(X)<2) X
  • LAST EDITED:  OCT 15, 1990
  • HELP-PROMPT:  Enter your package namespace for which you want to export protocols.
  • DESCRIPTION:  This field is used to define a namespace for exporting protocols from the PROTOCOL file (101). Any protocol name that begins with the namespace entered in this field can be exported by running the routine ORVOM. The
    initialization routines created by ORVOM can then be run at the time of package initialization to set up these protocols.
2 TRANSACTION CODE 2;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  JAN 16, 1992
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    If transaction based, this is the code executed for the package when the user accepts the new orders.
    UNEDITABLE
3 SETUP ACTION 3;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  MAY 21, 1992
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is the MUMPS code that is executed by OE/RR upon the first occurrence of a package's protocol after selecting a patient name for ordering.
    UNEDITABLE
4 CLEAN-UP ACTION 4;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  NOV 06, 1991
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is the MUMPS code that is executed by OE/RR after a patient's orders have been processed. Only the CLEAN-UP ACTION for packages selected during a patient's ordering session are executed.
    UNEDITABLE
5 PROTOCOL SET 5;0 Multiple #100.9955 100.9955

  • HELP-PROMPT:  Enter a name for the protocol set used to create protocols for this package.
  • DESCRIPTION:  
    This set of fields is used by a clinical coordinator utility to define protocols in the PROTOCOL file for specific procedures that are orderable for ancillary services.
10 PROTOCOL TO EXPORT 1;0 POINTER Multiple #100.9951 100.9951

  • HELP-PROMPT:  Enter the name of the protocol you want to export.
  • DESCRIPTION:  
    Protocols entered in this multiple will be exported with this package.
15 PATIENT SELECT ACTION 15;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  NOV 01, 1989
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  This is package specific code that is to be executed whenever the patient is selected for any action within order entry. Be very careful what you put here! It could have a significant impact on the responsiveness
    of the Select Patient prompt.
    The following variables can be expected when this field is executed. These variables must not be changed:
    ORVP - Variable pointer reference of patient
Info |  Details