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

BIREPVP.m

Go to the documentation of this file.
  1. BIREPVP ;IHS/CMI/MWR - REPORT, VIEW PATIENTS IN REPORT.; MAY 10, 2010
  1. ;;8.5;IMMUNIZATION;;SEP 01,2011
  1. ;;* MICHAEL REMILLARD, DDS * CIMARRON MEDICAL INFORMATICS, FOR IHS *
  1. ;; REPORTS, VIEW LIST OF PATIENTS IN REPORT: REJECTED, APPROPRIATE, OR ALL.
  1. ;
  1. ;---> Called by Protocols BI REPORT GEN PATIENTS - NOT APPRO, - APPRO,
  1. ;---> and - ALL, on the Protocol Menu BI MENU REPORT GEN PATIENTS VIEW.
  1. ;---> Assumption is that a list of patients is sitting out in ^TMP("BIDUL",$J.
  1. ;
  1. ;----------
  1. MAIN(BIPG1,BIRTN,BITITL,BIRPDT,BIPG2) ;
  1. ;W !,"JUST CALLED BIREPVP, PASSED BIRTN: ",BIRTN R ZZZ
  1. ;---> Display Patients.
  1. ;---> Parameters:
  1. ; 1 - BIPG1 (opt) Patient Group: 0=All, 1=Due only, 2=Appropriate only.
  1. ; 2 - BIRTN (req) Routine to make Init call when returning.
  1. ; 3 - BITITL (opt) Report Name
  1. ; 4 - BIRPDT (opt) Report Date: Today unless passed from reports
  1. ; (e.g., Quarterly Report).
  1. ; 5 - BIPG2 (opt) Patient Group: Text for Patient Group report header.
  1. ; If it follows null, overrides BIPG1.
  1. ;
  1. ;---> If <STKOV> errors appear here, increase STACK in SYSGEN,
  1. ;---> System Configuration Parameters.
  1. ;
  1. S:(($G(BIPG1)<1)!($G(BIPG1)>2)) BIPG1=0
  1. S BITITL=$S($G(BITITL)]"":BITITL_" ",1:"")
  1. S:'$G(BIRPDT) BIRPDT=DT
  1. ;
  1. D
  1. .N BIAGRPS,BIBEGDT,BIBEN,BICC,BICM,BICPT,BICPTI,BIDAR,BIENDDT,BIFDT,BIFH,BIHCF
  1. .N BIHPV,BILOT,BIMD
  1. .N BIMMD,BIMMR,BINFO,BINFO1,BIORD,BIPG,BIQDT,BIRTN,BISITE,BIT,BITAR,BITOTFPT
  1. .N BITOTMPT,BITOTPTS,BIUP,BIYEAR
  1. .D START(BIPG1,BITITL,BIRPDT,$G(BIPG2))
  1. ;
  1. Q:$G(BIRTN)=""
  1. D TITLE^BIUTL5("RETURNING TO THE "_BITITL_"REPORT"),TEXT4
  1. N DIR S DIR("A")=" Update Report now (Yes/No)",DIR(0)="Y",DIR("B")="NO"
  1. S DIR("?")=" Enter YES to update the report, enter NO to save time."
  1. D ^DIR W !
  1. Q:$D(DIRUT)!('Y)
  1. D @("INIT^"_BIRTN)
  1. Q
  1. ;
  1. ;
  1. ;----------
  1. START(BIPG1,BITITL,BIRPDT,BIPG2) ;EP
  1. ;---> Display Patients.
  1. ;---> Parameters:
  1. ; 1 - BIPG1 (opt) Patient Group: 0=All, 1=Due only, 2=Appropriate only.
  1. ; 2 - BITITL (opt) Report Name
  1. ; 3 - BIRPDT (opt) Report Date: Today unless passed from reports
  1. ; (e.g., Quarterly Report).
  1. ; 4 - BIPG2 (opt) Patient Group: Text for Patient Group report header.
  1. ; If it follows null, overrides BIPG1.
  1. ;
  1. ;---> If Vaccine Table is not standard, display Error Text and quit.
  1. I $D(^BISITE(-1)) D ERRCD^BIUTL2(503,,1) Q
  1. D SETVARS^BIUTL5
  1. ;
  1. N BIPOP
  1. D D DIRZ^BIUTL3(.BIPOP)
  1. .I $G(BIPG1)=1 D Q
  1. ..D TITLE^BIUTL5("VIEW PATIENTS NOT CURRENT IN "_BITITL_"REPORT"),TEXT1 Q
  1. .I $G(BIPG1)=2 D Q
  1. ..D TITLE^BIUTL5("VIEW PATIENTS CURRENT IN "_BITITL_"REPORT"),TEXT2
  1. .D TITLE^BIUTL5("VIEW ALL PATIENTS REVIEWED IN "_BITITL_"REPORT"),TEXT3 Q
  1. Q:$G(BIPOP)
  1. W !!?5,"Please hold...",!
  1. ;
  1. ;---> Get Total Patients from ^TMP("BIDUL",$J,CURCOM,1,HRCN,BIDFN)
  1. ;---> Seed loops with -1 to pick up entries with a subscript of 0. Imm v8.5.
  1. N BIT S BIT=0
  1. D
  1. .N BIDFN,N,M,P
  1. .S N=-1
  1. .F S N=$O(^TMP("BIDUL",$J,N)) Q:N="" D
  1. ..S M=-1
  1. ..F S M=$O(^TMP("BIDUL",$J,N,M)) Q:M="" D
  1. ...S P=-1
  1. ...F S P=$O(^TMP("BIDUL",$J,N,M,P)) Q:P="" D
  1. ....N BIPG11
  1. ....S BIDFN=0
  1. ....F S BIDFN=$O(^TMP("BIDUL",$J,N,M,P,BIDFN)) Q:'BIDFN S BIPG11=^(BIDFN) D
  1. .....;---> BIPG1=0=All (no filter), 1=Not Appro, 2=Appropriate.
  1. .....I $G(BIPG1) Q:BIPG1'=BIPG11
  1. .....S BIT=BIT+1
  1. ;
  1. ;---> For now, comment out any additional info, per Group's request v8.0.
  1. ;N BINFO S BINFO="1,2,3,5,7,8"
  1. N BIPG D
  1. .I BIPG2]"" S BIPG=BIPG2 Q
  1. .S BIPG="Report - "_$S(BIPG1=1:"Not Current",BIPG1=2:"Current",1:"Both Groups")
  1. ;---> Second piece of Age: 0 or null=months, 1=years.
  1. K ^TMP("BIDULV",$J)
  1. D START^BIDUVLS1(+$G(DT),,BIPG,$G(BIAG),BIT,BIPG1,1,BITITL,BIRPDT)
  1. Q
  1. ;
  1. ;
  1. ;----------
  1. TEXT1 ;EP
  1. ;;This action will display a List of the patients who were NOT within
  1. ;;the recommended guidelines for immunizations for their age.
  1. ;;
  1. D PRINTX("TEXT1")
  1. Q
  1. ;
  1. ;
  1. ;----------
  1. TEXT2 ;EP
  1. ;;This action will display a List of the patients who were WITHIN
  1. ;;the recommended guidelines for immunizations for their age.
  1. ;;
  1. ;;
  1. D PRINTX("TEXT2")
  1. Q
  1. ;
  1. ;
  1. ;----------
  1. TEXT3 ;EP
  1. ;;This action will display a list of ALL the patients who were
  1. ;;considered in this report.
  1. ;;
  1. ;;
  1. D PRINTX("TEXT3")
  1. Q
  1. ;
  1. ;
  1. ;----------
  1. TEXT4 ;EP
  1. ;;You are about to return to the report that included these patients.
  1. ;;If you made changes to the patient you were just viewing, it is possible
  1. ;;that the changes have affected the report.
  1. ;;
  1. ;;At this point you have two options:
  1. ;;
  1. ;; 1) You may re-run the report to reflect any updated information you
  1. ;; have entered. HOWEVER, be aware that re-running the report may take
  1. ;; considerable time, depending on the amount of data in your database.
  1. ;;
  1. ;; 2) You may return to the report and select other patients, without
  1. ;; taking time to update the report immediately. This would save time,
  1. ;; allowing you to continue working with a series of patients more
  1. ;; efficiently and updating the report only when you're done.
  1. ;;
  1. ;;Do you wish to update the report now, before returning to it?
  1. ;;
  1. D PRINTX("TEXT4")
  1. Q
  1. ;
  1. ;
  1. ;----------
  1. PRINTX(BILINL,BITAB) ;EP
  1. Q:$G(BILINL)=""
  1. N I,T,X S T="" S:'$D(BITAB) BITAB=5 F I=1:1:BITAB S T=T_" "
  1. F I=1:1 S X=$T(@BILINL+I) Q:X'[";;" W !,T,$P(X,";;",2)
  1. Q