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

Package: Emergency Department Integration Software

ED LOG(#230)-->230.08

Sub-Field: 230.08


Information

Parent File Name Number Package
ED LOG(#230) ORDERS 230.08 Emergency Department Integration Software

Details

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

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<1) X
  • LAST EDITED:  MAY 27, 2008
  • HELP-PROMPT:  Answer must be 1-30 characters in length.
  • DESCRIPTION:  
    This is the order id for an emergency department related order.
  • CROSS-REFERENCE:  230.08^B
    1)= S ^EDP(230,DA(1),8,"B",$E(X,1,30),DA)=""
    2)= K ^EDP(230,DA(1),8,"B",$E(X,1,30),DA)
  • FIELD INDEX:  AO (#860) REGULAR IR SORTING ONLY WHOLE FILE (#230)
    Short Descr: ORDER,IEN for all patients
    Description: This is used to locate orders when they need to be updated from the event monitor.
    Set Logic: S ^EDP(230,"AO",$E(X,1,30),DA(1),DA)=""
    Kill Logic: K ^EDP(230,"AO",$E(X,1,30),DA(1),DA)
    Whole Kill: K ^EDP(230,"AO")
    X(1): ORDER (230.08,.01) (Subscr 1) (Len 30) (forwards)
.02 SERVICE 0;2 SET
  • 'M' FOR Medication;
  • 'L' FOR Lab;
  • 'R' FOR Radiology;
  • 'C' FOR Consult;
  • 'A' FOR All Other;

  • LAST EDITED:  OCT 03, 2008
  • HELP-PROMPT:  Select the service filling the order.
  • DESCRIPTION:  
    This is a general identification of the service to which the order is related.
  • CROSS-REFERENCE:  230.08^AC
    1)= S ^EDP(230,DA(1),8,"AC",$E(X,1,30),DA)=""
    2)= K ^EDP(230,DA(1),8,"AC",$E(X,1,30),DA)
    Allows quick check for the existence of various types of orders for this ED visit.
.03 STATUS 0;3 SET
  • 'N' FOR New;
  • 'A' FOR Active;
  • 'C' FOR Complete;

  • LAST EDITED:  OCT 03, 2008
  • HELP-PROMPT:  Select the current status of the order.
  • DESCRIPTION:  
    This is the general status of the order.
  • TECHNICAL DESCR:  
    The status may be used to highlight orders on the display board and monitor for those that have been outstanding too long.
.04 STAT 0;4 SET
  • '1' FOR Stat;
  • '0' FOR Not Stat;

  • LAST EDITED:  OCT 03, 2008
  • HELP-PROMPT:  Enter stat if this is a stat order.
  • DESCRIPTION:  
    This flag identifies the order as being STAT.
  • TECHNICAL DESCR:  
    STAT orders may be optionally highlighted by color on the display board.
.05 RELEASE TIME 0;5 DATE

  • INPUT TRANSFORM:  S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  NOV 15, 2007
  • HELP-PROMPT:  Enter the date/time the order was released to the filling service.
  • DESCRIPTION:  
    This is the time the order was released to the service. It is used to monitor orders that may be delayed.
Info |  Details