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 |  Pointer To FileMan Files |  Fields |  External References |  Global Variables Directly Accessed |  Local Variables  | All
Print Page as PDF
Global: ^DGAUDIT

Package: Registration

Global: ^DGAUDIT


Information

FileMan FileNo FileMan Filename Package
46.3 DG VAS QUEUE Registration

Description

Directly Accessed By Routines, Total: 3

Package Total Routines
Registration 3 DGAUDIT    DGAUDIT1    DGAUDIT2    

Accessed By FileMan Db Calls, Total: 3

Package Total Routines
Registration 3 DGAUDIT    DGAUDIT1    DGAUDIT2    

Pointer To FileMan Files, Total: 5

Package Total FileMan Files
Kernel 3 OPTION(#19)[.06]    INSTITUTION(#4)[.08]    NEW PERSON(#200)[.05]    
Registration 1 PATIENT(#2)[.04]    
VA FileMan 1 FILE(#1)[.07]    

Fields, Total: 9

Field # Name Loc Type Details
.01 QUEUED DATE/TIME 0;1 DATE
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  JAN 18, 2022
  • HELP-PROMPT:  ENTER DATE/TIME
  • DESCRIPTION:  
    This field is not intended to be edited manually. This field contains the date/time the record was queued be sent to the VistA Audit Solution (VAS) external archive.
  • TECHNICAL DESCR:  
    This identifier is only unique within the current set of entries in the DG VAS QUEUE file (#46.3), identifiers are reused as queue entries are purged.
  • CROSS-REFERENCE:  46.3^B
    1)= S ^DGAUDIT("B",$E(X,1,30),DA)=""
    2)= K ^DGAUDIT("B",$E(X,1,30),DA)
.02 REQUEST TYPE 0;2 SET
  • 'C' FOR CREATE;
  • 'I' FOR INQUIRY;
  • 'U' FOR UPDATE;

  • LAST EDITED:  DEC 15, 2021
  • HELP-PROMPT:  Enter a valid code corresponding to the type of Patient request being made.
  • DESCRIPTION:  
    This field is not intended to be edited manually. The value is either C(reate), I(nquiry) or U(pdate).
  • TECHNICAL DESCR:  
    This field is set in FMAUD^DGAUDIT1 and SELAUD^DGAUDIT2.
.03 AUDIT DATE/TIME 0;3 DATE
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  JAN 18, 2022
  • HELP-PROMPT:  Enter the date/time of this Patient inquiry request.
  • DESCRIPTION:  
    This field is not intended to be edited manually. The value for this field is set to the date/time the update or inquiry audit event occurred.
.04 PATIENT 0;4 POINTER TO PATIENT FILE (#2) PATIENT(#2)

  • LAST EDITED:  DEC 20, 2021
  • HELP-PROMPT:  Enter the Patient being inquired upon.
  • DESCRIPTION:  
    This field contains the patient for which the inquiry or update audit event occurred. This field is not intended to be edited manually.
  • TECHNICAL DESCR:  
    This field is a pointer to the PATIENT file (#2) and is set in SELAUD^DGAUDIT2.
.05 USER 0;5 POINTER TO NEW PERSON FILE (#200) NEW PERSON(#200)

  • LAST EDITED:  DEC 20, 2021
  • HELP-PROMPT:  Enter the User performing the Patient inquiry.
  • DESCRIPTION:  
    This field is not intended to be edited manually. This field contains the user performing the inquiry or update action being audited.
  • TECHNICAL DESCR:  
    This field contains a pointer to the NEW PERSON file (#200) and is set in SELAUD^DGAUDIT2.
.06 MENU OPT 0;6 POINTER TO OPTION FILE (#19) OPTION(#19)

  • LAST EDITED:  FEB 18, 2021
  • HELP-PROMPT:  Enter the OPTION being used to perform the Patient inquiry.
  • DESCRIPTION:  
    This field is not intended to be edited manually. This field contains the option used to perform the action being audited.
  • TECHNICAL DESCR:  
    This field contains a pointer to the OPTION file (#19) entry used to perform the action being audited and is set in SELAUD^DGAUDIT2.
.07 FILENUM 0;7 POINTER TO FILE FILE (#1) FILE(#1)

  • LAST EDITED:  DEC 17, 2021
  • HELP-PROMPT:  Enter the Patient File being inquired upon, e.g. '2' for the PATIENT file or '9000001' the PATIENT/IHS file.
  • DESCRIPTION:  
    This field is not intended to be edited manually. This field contains the file for which the inquiry or update action is being audited.
  • TECHNICAL DESCR:  
    This contains a pointer to the AUDIT FILE (#1.1). The pointer represents the FILE number being audited and is set in SELAUD^DGAUDIT2.
.08 SITE 0;8 POINTER TO INSTITUTION FILE (#4) INSTITUTION(#4)

  • LAST EDITED:  DEC 17, 2021
  • HELP-PROMPT:  Enter the INSTITUTION (#4) of the user performing the patient inquiry.
  • DESCRIPTION:  
    This field is not intended to be edited manually. This field contains the facility at which the action being audited occurred.
  • TECHNICAL DESCR:  
    This field is a pointer to the INSTITUTION file (#4), indicating the site where the action being audited occurred. The data for this field is set in SELAUD^DGAUDIT2.
1 JSON 1;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>4089!($L(X)<1) X
    MAXIMUM LENGTH: 4089
  • LAST EDITED:  DEC 20, 2021
  • HELP-PROMPT:  This is the JSON-encoded string to send to the VistA Audit Solution (VAS) archive.
  • DESCRIPTION:  
    This field is not intended to be edited manually. This contains the JSON-encoded value corresponding to the audited record.
  • TECHNICAL DESCR:  
    This value is generated by the code in PROCJSON^DGAUDIT.

External References

Name Field # of Occurrence
^%DT .01+1, .03+1

Global Variables Directly Accessed

Name Line Occurrences  (* Changed,  ! Killed)
^DGAUDIT("B" .01(XREF 1S), .01(XREF 1K)

Local Variables

Legend:

>> Not killed explicitly
* Changed
! Killed
~ Newed

Name Field # of Occurrence
>> %DT .01+1*, .03+1*
>> DA .01(XREF 1S), .01(XREF 1K)
X .01+1*!, .01(XREF 1S), .01(XREF 1K), .03+1*!, 1+1!
>> Y .01+1, .03+1
Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Pointer To FileMan Files |  Fields |  External References |  Global Variables Directly Accessed |  Local Variables  | All