STANDARD DATA DICTIONARY #102.4 -- ORDER ACKNOWLEDGEMENT FILE                                                     3/24/25    PAGE 1
STORED IN ^ORA(102.4,  *** NO DATA STORED YET ***   SITE: WWW.BMIRWIN.COM   UCI: VISTA,VISTA                       (VERSION 1.0)   

DATA          NAME                  GLOBAL        DATA
ELEMENT       TITLE                 LOCATION      TYPE
-----------------------------------------------------------------------------------------------------------------------------------
This file contains all acknowledgments for order results captured via the Care Management dashboards.  A stub is created here for
the ordering provider when new results become available for an order that s/he placed; the entry is then updated when the order is
actually acknowledged via the CM application.  An order's results may also be acknowledged by other users as well, such as the
nursing staff caring for the patient.  


              DD ACCESS: @
              RD ACCESS: @
              WR ACCESS: @
             DEL ACCESS: @
           LAYGO ACCESS: @
           AUDIT ACCESS: @

CROSS
REFERENCED BY: ORDER(B)

INDEXED BY:    PROVIDER & ORDER & ACKNOWLEDGED (ACK)




102.4,.01     ORDER                  0;1 POINTER TO ORDER FILE (#100) (Required)

              LAST EDITED:      JAN 24, 2003 
              HELP-PROMPT:      Enter the number of an order with results. 
              DESCRIPTION:
                                This field contains the number of an order with results from the Orders file #100.  

              CROSS-REFERENCE:  102.4^B 
                                1)= S ^ORA(102.4,"B",$E(X,1,30),DA)=""
                                2)= K ^ORA(102.4,"B",$E(X,1,30),DA)

              RECORD INDEXES:   ACK (#344)

102.4,2       PROVIDER               0;2 POINTER TO NEW PERSON FILE (#200)

              LAST EDITED:      JAN 24, 2003 
              HELP-PROMPT:      Enter the name of the ordering provider for this order. 
              DESCRIPTION:      This field contains the provider from the New Person file #200 who placed this order; this order
                                will be presented to this user in the Care Management dashboard to view and acknowledge the
                                results.  

              RECORD INDEXES:   ACK (#344)

102.4,3       ACKNOWLEDGED           0;3 DATE

              INPUT TRANSFORM:  S %DT="ETXR" D ^%DT S X=Y K:Y<1 X
              LAST EDITED:      JAN 24, 2003 
              HELP-PROMPT:      Enter the date/time the results of the order were acknowledged. 
              DESCRIPTION:      This field is the date/time that the results of this order were viewed and acknowledged in the Care
                                Management dashboard.  

              RECORD INDEXES:   ACK (#344)


      FILES POINTED TO                      FIELDS

NEW PERSON (#200)                 PROVIDER (#2)

ORDER (#100)                      ORDER (#.01)


File #102.4

  Record Indexes:

  ACK (#344)    RECORD    REGULAR    IR    SORTING ONLY
      Short Descr:  Retrieve orders whose results have not been acknowledged
        Set Logic:  S ^ORA(102.4,"ACK",X(1),X(2),DA)=""
         Set Cond:  S X=$S(X(3):0,1:1)
       Kill Logic:  K ^ORA(102.4,"ACK",X(1),X(2),DA)
        Kill Cond:  S X=$S(X(3):0,1:1)
       Whole Kill:  K ^ORA(102.4,"ACK")
             X(1):  PROVIDER  (102.4,2)  (Subscr 1)  (forwards)
             X(2):  ORDER  (102.4,.01)  (Subscr 2)  (forwards)
             X(3):  ACKNOWLEDGED  (102.4,3)  (forwards)


INPUT TEMPLATE(S):

PRINT TEMPLATE(S):

SORT TEMPLATE(S):

FORM(S)/BLOCK(S):