Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: GMTSORPD

GMTSORPD.m

Go to the documentation of this file.
  1. GMTSORPD ; ISP/LMT - CPRS PDMP component ;Apr 02, 2020@08:27:12
  1. ;;2.7;Health Summary;**134**;Oct 20, 1995;Build 25
  1. ;
  1. ; This routine uses the following ICRs:
  1. ; 7144 - EN^ORPDMPHS (controlled)
  1. ;
  1. PDMPAODX ; PDMP Accounting of disclosure report when no note was created
  1. ;
  1. D PDMPAOD("X")
  1. ;
  1. Q
  1. ;
  1. ;
  1. PDMPAODA ; All PDMP Accounting of disclosure report, including when note was created manually or automatically
  1. ;
  1. D PDMPAOD("A")
  1. ;
  1. Q
  1. ;
  1. ;
  1. PDMPAOD(GMTSSCREEN) ;
  1. ; GMTSSCREEN = A: All; X: Exception Cases
  1. ;
  1. ; ZEXCEPT: DFN,GMTSBEG,GMTSEND,GMTSQIT
  1. N GMTSDISCTO,GMTSFILTER,GMTSI,GMTSJ,GMTSNODE,GMTSPG1,GMTSQDT,GMTSRSLTS,GMTSUSER,X
  1. ;
  1. S GMTSSCREEN=$G(GMTSSCREEN)
  1. ;
  1. S GMTSFILTER("STATUS")="EZCXNAM" ; Return: Everything
  1. I GMTSSCREEN="X" S GMTSFILTER("STATUS")="EZCXN" ; Return: Error, Cancelled, and Never Viewed Report
  1. S GMTSFILTER("DATES")=GMTSBEG_":"_GMTSEND
  1. S GMTSFILTER("SHARED")=1
  1. K ^TMP("ORPDMPHS",$J)
  1. D EN^ORPDMPHS(.GMTSRSLTS,DFN,.GMTSFILTER) ;ICR 7144
  1. ;
  1. I '$O(^TMP("ORPDMPHS",$J,0)) Q ; No Data
  1. ;
  1. S GMTSPG1=1
  1. D CKP
  1. I $D(GMTSQIT) Q
  1. S GMTSPG1=0
  1. ;
  1. S GMTSI=0
  1. F S GMTSI=$O(^TMP("ORPDMPHS",$J,GMTSI)) Q:'GMTSI!($D(GMTSQIT)) D
  1. . S GMTSJ=""
  1. . F S GMTSJ=$O(^TMP("ORPDMPHS",$J,GMTSI,GMTSJ)) Q:GMTSJ=""!($D(GMTSQIT)) D
  1. . . S GMTSNODE=$G(^TMP("ORPDMPHS",$J,GMTSI,GMTSJ))
  1. . . ;
  1. . . S X=$P(GMTSNODE,U,1) ;Query D/T
  1. . . D REGDTM^GMTSU
  1. . . S GMTSQDT=X
  1. . . ;
  1. . . S GMTSUSER=$P(GMTSNODE,U,2) ; User
  1. . . S GMTSUSER=$$NAME^XUSER(GMTSUSER,"F")
  1. . . S GMTSDISCTO=$P(GMTSNODE,U,5) ; Disclosed To
  1. . . ;
  1. . . D CKP
  1. . . I $D(GMTSQIT) Q
  1. . . W GMTSQDT,?16,$E(GMTSUSER,1,25),?43,GMTSDISCTO,!
  1. ;
  1. K ^TMP("ORPDMPHS",$J)
  1. ;
  1. Q
  1. ;
  1. ;
  1. HDR1 ;
  1. W !,"Info Disclosed: Patient Demographics"
  1. W !,"Purpose: Accessing Prescription Drug Monitoring Program (PDMP) databases for"
  1. W !," review of controlled substances prescribed outside of the VA, and any"
  1. W !," additional information that may become available, as an important"
  1. W !," component of standard clinical care and in accordance with VHA policy."
  1. W !!
  1. Q
  1. ;
  1. ;
  1. HDR ;
  1. W "Date/Time User/Author Disclosed To"
  1. W !!
  1. Q
  1. ;
  1. ;
  1. CKP ;
  1. ;
  1. ; ZEXCEPT: GMTSPG1,GMTSNPG,GMTSQIT
  1. ;
  1. D CKP^GMTSUP
  1. I $D(GMTSQIT) Q
  1. I GMTSPG1 D HDR1
  1. I GMTSNPG D HDR
  1. Q
  1. ;
  1. ;