STANDARD DATA DICTIONARY #839.01 -- PCE DEVICE INTERFACE MODULE ERRORS FILE                                       3/24/25    PAGE 1
STORED IN ^PX(839.01,  *** NO DATA STORED YET ***   SITE: WWW.BMIRWIN.COM   UCI: VISTA,VISTA                                       

DATA          NAME                  GLOBAL        DATA
ELEMENT       TITLE                 LOCATION      TYPE
-----------------------------------------------------------------------------------------------------------------------------------
This file holds the PXCA variable and the PXKERROR variable when PXK has error(s).  


              DD ACCESS: @

   APPLICATION GROUP(S): PX

CROSS
REFERENCED BY: VISIT(AD), VISIT(AV10), DATE AND TIME(B), PATIENT NAME(C)



839.01,.001   ERROR NUMBER               NUMBER

              INPUT TRANSFORM:  K:+X'=X!(X>9999999999)!(X<1)!(X?.E1"."1N.N) X
              LAST EDITED:      MAY 18, 1994 
              HELP-PROMPT:      Type a Number between 1 and 9999999999, 0 Decimal Digits 

839.01,.01    DATE AND TIME          0;1 DATE (Required)

              INPUT TRANSFORM:  S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
              LAST EDITED:      APR 27, 1994 
              HELP-PROMPT:      Enter the Date and Time that the error in processing occurred (NOW). 
              DESCRIPTION:      This is the Date and Time that the entry is made in to this file.  Thus it is the Date and Time
                                that processing of PXCA was taking place and had the errors.  

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


839.01,.02    PATIENT NAME           0;2 POINTER TO PATIENT/IHS FILE (#9000001)

              LAST EDITED:      NOV 25, 1995 
              CROSS-REFERENCE:  839.01^C 
                                1)= S ^PX(839.01,"C",$E(X,1,30),DA)=""
                                2)= K ^PX(839.01,"C",$E(X,1,30),DA)
                                This cross reference allows lookup by Patient in this file.  



839.01,.03    VISIT                  0;3 POINTER TO VISIT FILE (#9000010)

              LAST EDITED:      NOV 25, 1995 
              HELP-PROMPT:      Visit if it is known. 
              DESCRIPTION:      This is a pointer to the Visit that had the error(s) in populating the Visit and/or V-File(s).  If
                                the Visit was not created then this field is empty.  

              CROSS-REFERENCE:  839.01^AD 
                                1)= S ^PX(839.01,"AD",$E(X,1,30),DA)=""
                                2)= K ^PX(839.01,"AD",$E(X,1,30),DA)
                                This is used for programmed lookup by visit internal entry number.  


              CROSS-REFERENCE:  839.01^AV10^MUMPS 
                                1)= D ADD^AUPNVSIT
                                2)= D SUB^AUPNVSIT
                                Used to add and subtract from the dependent entry count 



839.01,.04    DATE/TIME CORRECTED    0;4 DATE

              INPUT TRANSFORM:  S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
              LAST EDITED:      JUN 09, 1994 
              HELP-PROMPT:      Enter the Date and Time that all error correction was finished. 
              DESCRIPTION:      This is the Date and Time that the error correction for this error was completed.  i.e. All of the
                                errors were taken care of and there is no more correction that needs to be done.  


839.01,.05    DATE/TIME LAST LOOKED AT 0;5 DATE

              INPUT TRANSFORM:  S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
              LAST EDITED:      JUN 09, 1994 
              HELP-PROMPT:      Enter the Last Date and Time that the error correction routine was ran on this error 
              DESCRIPTION:
                                This is the date and time of the last time somebody ran the error fixing routine on this error.  


839.01,.06    DATA SOURCE            0;6 POINTER TO PCE DATA SOURCE FILE (#839.7) (Required)

              LAST EDITED:      JAN 26, 1996 
              HELP-PROMPT:      Enter the source of the data, e.g.,IB ENCOUNTER FORM. 
              DESCRIPTION:
                                This is the source of the data being collected.  e 


839.01,101    ERROR VARIABLE         1;0 Multiple #839.011 (Add New Entry without Asking)

              LAST EDITED:      APR 29, 1994 
              DESCRIPTION:
                                This holds the PXKERROR array which tells which data item caused the error.  


839.011,.01     NAME OF ERROR VARIABLE 0;1 FREE TEXT (Required) (Multiply asked)

                INPUT TRANSFORM:  K:$L(X)>245!($L(X)<8) X
                LAST EDITED:      APR 29, 1994 
                HELP-PROMPT:      The PXKERROR variable name with subscripts. 
                DESCRIPTION:      This hold the variable name with the subscripts that are returned by PXK.  The subscripts tell
                                  which one of the ^TMP("PXK",$J, had the error and which field.  

                TECHNICAL DESCR:  The first subscript of PXKERROR is the V-File type that the error was on.  The second subscript
                                  is the sequence number for that V-File type in the ^TMP("PXK",$J, global.  The third subcript is
                                  the field number that was not valid.  


839.011,101     VALUE OF ERROR VARIABLE 1;1 FREE TEXT

                INPUT TRANSFORM:  K:$L(X)>245!($L(X)<1) X
                LAST EDITED:      APR 29, 1994 
                HELP-PROMPT:      This is the value in the PXKERROR variable. 
                DESCRIPTION:
                                  This is the value that was stored in the PXKERROR variable.  It will usually be null.  




839.01,201    PXCA VARIABLE          2;0 Multiple #839.012 (Add New Entry without Asking)

              LAST EDITED:      DEC 14, 1994 
              DESCRIPTION:
                                This holds the PXCA array that has the error.  


839.012,.01     NAME OF PXCA VARIABLE  0;1 FREE TEXT (Required) (Multiply asked)

                INPUT TRANSFORM:  K:$L(X)>245!($L(X)<4) X
                LAST EDITED:      DEC 14, 1994 
                HELP-PROMPT:      This is the name of the PXCA varialbe with subscripts. 
                DESCRIPTION:      This holds the PXCA variable name with subscripts from the Device Interface Module for Data
                                  Capture .  This hold the variable name with the subscripts that was used by PXCA* to create the
                                  input to PXK. The data in this array caused the error.  


839.012,201     VALUE OF PXCA VARIABLE 2;1 FREE TEXT

                INPUT TRANSFORM:  K:$L(X)>245!($L(X)<1) X
                LAST EDITED:      DEC 14, 1994 
                HELP-PROMPT:      This is the value that was in the PXCA variable. 
                DESCRIPTION:
                                  This is the value that was stored in the PXCA variable.  





      FILES POINTED TO                      FIELDS

PATIENT/IHS (#9000001)            PATIENT NAME (#.02)

PCE DATA SOURCE (#839.7)          DATA SOURCE (#.06)

VISIT (#9000010)                  VISIT (#.03)



INPUT TEMPLATE(S):

PRINT TEMPLATE(S):

SORT TEMPLATE(S):

FORM(S)/BLOCK(S):