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 |  Naked Globals |  Local Variables  | All
Print Page as PDF
Global: ^ORE(100.2

Package: Order Entry Results Reporting

Global: ^ORE(100.2


Information

FileMan FileNo FileMan Filename Package
100.2 OE/RR PATIENT EVENT Order Entry Results Reporting

Description

Directly Accessed By Routines, Total: 31

Package Total Routines
Order Entry Results Reporting 27 ACTIVITY    ORCACT0    ORCACT2    ORCACT4    ORCDLG    ORCHTAB1    ORCMENU    OREV1
OREV4    OREVNT    OREVNT1    OREVNTX    OREVNTX1    ORMEVNT    ORMEVNT1    ORMEVNT2
ORMORG    ORQ11    ORQ13    ORQ20    ORTSKLPS    ORWDXA    ORWPFSS1    ORX2
ORX8    ^ORE(100.2    PARAMETER    

Accessed By FileMan Db Calls, Total: 2

Package Total Routines
Order Entry Results Reporting 2 OREV4    OREVNT    

Pointed To By FileMan Files, Total: 2

Package Total FileMan Files
Order Entry Results Reporting 2 ORDER(#100)[1568]    OE/RR PATIENT EVENT(#100.2)[15]    

Pointer To FileMan Files, Total: 11

Package Total FileMan Files
Registration 5 MAS MOVEMENT TYPE(#405.2)[#100.25(5)]    PATIENT MOVEMENT(#405)[312]    WARD LOCATION(#42)[#100.25(7)]    FACILITY TREATING SPECIALTY(#45.7)[#100.25(6)]    PATIENT(#2)[.01]    
Order Entry Results Reporting 4 ORDER(#100)[4#100.26(.01)#100.27(.01)]
OE/RR RELEASE EVENTS(#100.5)[2]    OE/RR AUTO-DC RULES(#100.6)[13]    OE/RR PATIENT EVENT(#100.2)[15]    
Kernel 1 NEW PERSON(#200)[6#100.25(3)]    
Surgery 1 SURGERY(#130)[14]    

Fields, Total: 14

Field # Name Loc Type Details
.01 PATIENT 0;1 POINTER TO PATIENT FILE (#2)
************************REQUIRED FIELD************************
PATIENT(#2)

  • LAST EDITED:  MAY 08, 2002
  • HELP-PROMPT:  Enter the name of the patient.
  • DESCRIPTION:  
    This is a pointer to the patient file and is the patient associated with this event.
  • CROSS-REFERENCE:  100.2^B
    1)= S ^ORE(100.2,"B",$E(X,1,30),DA)=""
    2)= K ^ORE(100.2,"B",$E(X,1,30),DA)
  • RECORD INDEXES:  AC (#188), AE (#190)
1 ACTIVITY 10;0 DATE Multiple #100.25 100.25

  • DESCRIPTION:  
    This multiple contains a log of actions taken on this event that are relevant to the release or discontinuance of orders.
2 EVENT 0;2 POINTER TO OE/RR RELEASE EVENTS FILE (#100.5) OE/RR RELEASE EVENTS(#100.5)

  • LAST EDITED:  APR 25, 2002
  • HELP-PROMPT:  Enter an event for which delayed orders are to be released for this patient.
  • DESCRIPTION:  
    This field is a pointer to the OE/RR RELEASE EVENTS file, which defines the conditions under which delayed orders are to be released for this patient event, if delayed orders are related to this event.
  • CROSS-REFERENCE:  100.2^E
    1)= S ^ORE(100.2,"E",$E(X,1,30),DA)=""
    2)= K ^ORE(100.2,"E",$E(X,1,30),DA)
  • RECORD INDEXES:  AE (#190)
3 ADMISSION 0;3 POINTER TO PATIENT MOVEMENT FILE (#405) PATIENT MOVEMENT(#405)

  • LAST EDITED:  APR 25, 2002
  • HELP-PROMPT:  Enter the admission during which this event is to occur.
  • DESCRIPTION:  This field is a pointer to the Admission movement for which this event is valid; this will be the current admission if the patient is an inpatient when delayed orders are written, otherwise the admission movement will be
    stuffed in when the patient is admitted and the orders released. If the patient is discharged without this event having been processed, it will be retired and any orders still delayed will be lapsed.
4 ORDER 0;4 POINTER TO ORDER FILE (#100) ORDER(#100)

  • LAST EDITED:  APR 25, 2002
  • HELP-PROMPT:  Enter the number of the doctor's order for this event.
  • DESCRIPTION:  
    This field is a pointer to the doctor's order requesting that this event occur for this patient when delayed orders are written.
  • CROSS-REFERENCE:  100.2^AO
    1)= S ^ORE(100.2,"AO",$E(X,1,30),DA)=""
    2)= K ^ORE(100.2,"AO",$E(X,1,30),DA)
5 CREATED ON 0;5 DATE

  • INPUT TRANSFORM:  S %DT="ETXR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  APR 25, 2002
  • HELP-PROMPT:  Enter the date and time this event was created for this patient.
  • DESCRIPTION:  
    This field is the timestamp of when this event was entered into the file for this patient.
6 CREATED BY 0;6 POINTER TO NEW PERSON FILE (#200) NEW PERSON(#200)

  • LAST EDITED:  APR 25, 2002
  • HELP-PROMPT:  Enter the name of the user that created this event for this patient.
  • DESCRIPTION:  
    This field is a pointer to the user who entered this event into the file for this patient.
11 EVENT DATE/TIME 1;1 DATE

  • INPUT TRANSFORM:  S %DT="ETXR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  APR 25, 2002
  • HELP-PROMPT:  Enter the date and time this event occurred.
  • DESCRIPTION:  This field is the date and time that this event occurred for this patient; if the event is an MAS movement, this time will be the DATE/TIME from the PATIENT MOVEMENT file which may be slightly different than the actual
    time that this event was processed by the event driver.
  • RECORD INDEXES:  AC (#188), AE (#190)
12 PATIENT MOVEMENT 1;2 POINTER TO PATIENT MOVEMENT FILE (#405) PATIENT MOVEMENT(#405)

  • LAST EDITED:  APR 25, 2002
  • HELP-PROMPT:  Enter the MAS Movement that satisfied this event for this patient.
  • DESCRIPTION:  
    This field is a pointer to the MAS Patient Movement that satisfied this event for this patient; any changes to this movement that alter the conditions of the event will be tracked in the Activity log.
  • RECORD INDEXES:  ADT (#189)
13 AUTO-DC RULE 1;3 POINTER TO OE/RR AUTO-DC RULES FILE (#100.6) OE/RR AUTO-DC RULES(#100.6)

  • LAST EDITED:  APR 26, 2002
  • HELP-PROMPT:  Enter the rule that was used when auto-dc'ing orders for this event.
  • DESCRIPTION:  
    This field is the Auto-DC Rule from file #100.6 that was used to automatically discontinue active orders when this event occurred. Those orders that were dc'd are listed in the Discontinued Orders multiple of this file.
  • CROSS-REFERENCE:  100.2^DC
    1)= S ^ORE(100.2,"DC",$E(X,1,30),DA)=""
    2)= K ^ORE(100.2,"DC",$E(X,1,30),DA)
14 SURGERY 1;4 POINTER TO SURGERY FILE (#130) SURGERY(#130)

  • LAST EDITED:  APR 25, 2002
  • HELP-PROMPT:  Enter the surgery case that satisfied this event for this patient.
  • DESCRIPTION:  This field is a pointer to the Surgery case that satisfied this event for this patient when the TIME PAT OUT OR field was entered (for events prior to the instllation of patch SR*3*157) or when the TIME PAT IN OR field was
    entered (for events after the installation of patch SR*3*157); any changes to this field will be tracked in the Activity log.
  • CROSS-REFERENCE:  100.2^ASR
    1)= S ^ORE(100.2,"ASR",$E(X,1,30),DA)=""
    2)= K ^ORE(100.2,"ASR",$E(X,1,30),DA)
15 PARENT 1;5 POINTER TO OE/RR PATIENT EVENT FILE (#100.2) OE/RR PATIENT EVENT(#100.2)

  • LAST EDITED:  AUG 23, 2002
  • HELP-PROMPT:  Enter the Patient Event that will trigger the release of this one.
  • DESCRIPTION:  This field is a "parent" event, allowing multiple Patient Events to be collected together for release at the same time based on the same criteria; the parent event tracks the release criteria, while each "child" event
    defines a particular set of orders to be released on that event.
  • CROSS-REFERENCE:  100.2^DAD
    1)= S ^ORE(100.2,"DAD",$E(X,1,30),DA)=""
    2)= K ^ORE(100.2,"DAD",$E(X,1,30),DA)
20 RELEASED ORDERS 2;0 POINTER Multiple #100.26 100.26

  • DESCRIPTION:  
    This multiple field contains the delayed orders that were released based on the release event defined in the OE/RR RELEASE EVENTS file #100.5 when this event occurred.
30 DISCONTINUED ORDERS 3;0 POINTER Multiple #100.27 100.27

  • DESCRIPTION:  
    This multiple contains the orders that were automatically discontinued based on the rules defined in the OE/RR AUTO-DC RULES file #100.6 when this event occurred.

External References

Name Field # of Occurrence
^%DT 5+1, 11+1
Y^DIQ ID2+1

Global Variables Directly Accessed

Name Line Occurrences  (* Changed,  ! Killed)
^DD(100.5 ID2+1
^ORD(100.5 - [#100.5] ID2+1
^ORE(100.2 - [#100.2] IXACSL+1*, IXACKL+1!, IXACKEIC+1!, IXADTSL+1*, IXADTKL+1!, IXADTKEIC+1!, IXAESL+1*, IXAEKL+1!, IXAEKEIC+1!, .01(XREF 1S)
.01(XREF 1K), 2(XREF 1S), 2(XREF 1K), 4(XREF 1S), 4(XREF 1K), 13(XREF 1S), 13(XREF 1K), 14(XREF 1S), 14(XREF 1K), 15(XREF 1S)
15(XREF 1K)

Naked Globals

Name Field # of Occurrence
^( IXADTSL+1, IXADTKL+1
^(0 ID2+1
^(1 ID11+1

Local Variables

Legend:

>> Not killed explicitly
* Changed
! Killed
~ Newed

Name Field # of Occurrence
>> %DT 5+1*, 11+1*
%I ID2+1*!
>> C ID2+1*
>> DA IXACSL+1, IXACKL+1, IXADTSL+1, IXADTKL+1, IXAESL+1, IXAEKL+1, .01(XREF 1S), .01(XREF 1K), 2(XREF 1S), 2(XREF 1K)
4(XREF 1S), 4(XREF 1K), 13(XREF 1S), 13(XREF 1K), 14(XREF 1S), 14(XREF 1K), 15(XREF 1S), 15(XREF 1K)
>> DIC ID2+1
I IXADTSL+1~*, IXADTKL+1~*
U ID2+1, ID11+1, IXADTSL+1, IXADTKL+1
X IXACP2TS+1*, IXAESCC+1*, IXAEKCC+1*, .01(XREF 1S), .01(XREF 1K), 2(XREF 1S), 2(XREF 1K), 4(XREF 1S), 4(XREF 1K), 5+1*!
, 11+1*!, 13(XREF 1S), 13(XREF 1K), 14(XREF 1S), 14(XREF 1K), 15(XREF 1S), 15(XREF 1K)
X(1 IXACSL+1, IXACKL+1, IXADTSL+1, IXADTKL+1, IXAESL+1, IXAEKL+1
X(2 IXACSL+1, IXACKL+1, IXAESL+1, IXAEKL+1
X(3 IXAESCC+1, IXAEKCC+1
XD IXADTSL+1~*, IXADTKL+1~*
>> Y ID2+1*, 5+1, 11+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 |  Naked Globals |  Local Variables  | All