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

SDAMOWP1.m

Go to the documentation of this file.
  1. SDAMOWP1 ;ALB/CAW - Appointment Waiting Time Print Routine ; 12/1/91
  1. ;;5.3;Scheduling;**12,20**;Aug 13, 1993
  1. ;
  1. HDR ; -- print header
  1. ;
  1. N Y
  1. D HDRD
  1. ;
  1. I $D(SDNO) D NO G HDR1
  1. I SDSORT=1!(SDSORT=2) W !,?70," Clinic: ",$E(LEVEL1,1,23)
  1. I SDSORT=3!(SDSORT=4) W !,?70,"Stop Code: ",$E(LEVEL1,1,23)
  1. ;
  1. HDR1 W !,"Sorted By: ",$P($T(SORT1+SDSORT),";;",2)
  1. I SDSORT'=5,$D(^TMP("SDWTTOT",$J,+SDDIV,LEVEL1,"PRIM")) W ?70," Total: ",+^("PRIM")
  1. I SDSORT=5,$D(^TMP("SDWTTOTD",$J,+SDDIV,"DIV")) W ?70," Total: ",+^("DIV")
  1. ;
  1. W !,SDASH
  1. I SDSEL=1 W !,"Patient",?20,"ID",?26,$S("^3^4^5^"[(U_SDSORT_U):"Clinic",1:""),?46,"Check-In",?62,"Appointment",?78,"Elapsed",?92,"Check-Out",?109,"Elapsed",?120,"Total"
  1. I SDSEL=1 W !,?46,"Date/Time",?62,"Date/Time",?78,"Time",?92,"Date/Time",?109,"Time",?120,"Time",!,SDASH
  1. HDRQ Q
  1. ;
  1. HDRD ; Print header with dates
  1. ;
  1. W @IOF,"Appointment Waiting Time Report",?51,"Report Date: ",$P($$NOW^VALM1,":",1,2)
  1. S SDPAGE=SDPAGE+1 W ?108,"Page: ",SDPAGE
  1. W !,SDASH
  1. ;
  1. W !,"Dates : ",$$FDATE^VALM1(SDBEG)," to ",$$FDATE^VALM1(SDEND)
  1. I $D(SDNO) D NODIV G HDRDQ
  1. S SDDIVNAM=$E($S($D(^DG(40.8,+SDDIV,0)):$P(^(0),U),1:""),1,SDLEN)
  1. I SDDIVNAM'="" W ?70," Division: ",SDDIVNAM
  1. HDRDQ Q
  1. ;
  1. HDRT(SORT) ; Print header for totals
  1. ;
  1. N SRT S SRT=$G(SORT)
  1. W !,$S("^1^2^"[(U_SRT_U):"Clinic","^3^4^"[(U_SRT_U):"Stop Code",1:"Division"),?40,"Appointments",?56,"Total CI Time",?71,"Total CO Time",?86,"Average Pre",?101,"Average Post",?116,"Average Total"
  1. W !,?86,"Waiting Time",?101,"Waiting Time",?116,"Waiting Time"
  1. W !,SDASH
  1. Q
  1. TOT(WHAT,LEVEL1,DIV) ; Print totals
  1. ;
  1. N TOTAL,TOTAL1,TOTAL2,TOTAL3,TOTAL4
  1. I WHAT="PRIM" S TOTAL=$G(^TMP("SDWTTOT",$J,+DIV,LEVEL1,"PRIM"))
  1. I WHAT="DIV" S TOTAL=$G(^TMP("SDWTTOTD",$J,+DIV,"DIV"))
  1. I WHAT="GRAND" S TOTAL=$G(^TMP("SDWTTOTG",$J,"GRAND"))
  1. S TOTAL1=$P(TOTAL,U,1),TOTAL2=$P(TOTAL,U,2),TOTAL3=$P(TOTAL,U,3),TOTAL4=$P(TOTAL,U,4)
  1. W !,$G(LEVEL1)
  1. W ?40,TOTAL1
  1. W ?56,$$HRS^SDAMOWP(TOTAL2)
  1. W ?71,$$HRS^SDAMOWP(TOTAL3)
  1. W ?86,$$HRS^SDAMOWP($P((TOTAL2/TOTAL1),"."))
  1. W ?101,$$HRS^SDAMOWP($P((TOTAL3/TOTAL1),"."))
  1. W ?116,$$HRS^SDAMOWP($P((TOTAL4/TOTAL1),"."))
  1. TOTQ Q
  1. ;
  1. SORT1 ; -- hdr labels for sort
  1. ;;DIVISION, CLINIC, PATIENT
  1. ;;DIVISION, CLINIC, APPOINTMENT DATE/TIME
  1. ;;DIVISION, STOP CODE, CLINIC
  1. ;;DIVISION, STOP CODE, PATIENT
  1. ;;DIVISION, PATIENT, APPOINTMENT DATE/TIME
  1. ;;$$END
  1. Q
  1. ;
  1. TOTP(SORT,DIV,LEVEL1) ; Print totals
  1. ;
  1. D HDRD,HDRT(SORT)
  1. F S LEVEL1=$O(^TMP("SDWTTOT",$J,+DIV,LEVEL1)) Q:LEVEL1=""!(SDQUIT) D
  1. .D CHECK(SORT) Q:SDQUIT
  1. .D TOT("PRIM",LEVEL1,DIV)
  1. Q:SDQUIT
  1. W !,SDASH1
  1. D TOT("DIV","TOTAL",DIV),LEGEND
  1. D PAUSE^SDAMOWP
  1. Q
  1. ;
  1. CHECK(SORT) ; check to see if header should be printed
  1. I 'SDPAGE D HDRT(SORT) Q
  1. I $E(IOST,1,2)="C-",($Y+6)>IOSL D PAUSE^VALM1 I 'Y S SDQUIT=1 Q
  1. I ($Y+6)>IOSL W @IOF D HDRT(SORT)
  1. Q
  1. ;
  1. LEGEND ; Print legend on bottom
  1. ;
  1. W !!,?5,"o Check-In Date/Time - Time the patient first checks in at the clinic reception area."
  1. W !,?5,"o Appointment Date/Time - Time of the veteran's scheduled appointment."
  1. W !,?5,"o Elapsed Time(s) - 1. The elapsed period of time from the patient checking in at the clinic to the appointment time. "
  1. W !,?5," (Appointment time minus Check-In time)"
  1. W !,?5,"o 2. The elapsed period of time from the appointment time to the time the patient checks out."
  1. W !,?5," (Check-Out time minus Appointment Time)"
  1. W !,?5,"o Total Waiting Time - The elapsed period of time from the patient's check-in date/time to the time leaving the clinic"
  1. W !,?5," after service is completed. (Check-Out time minus Check-In time)"
  1. LEGENDQ Q
  1. ;
  1. NODIV ; Print divisions when no appts found
  1. ;
  1. N DIV S DIV="" W !,?70,"Division(s): "
  1. I VAUTD=1 W "All" G NODIVQ
  1. F S DIV=$O(VAUTD(DIV)) Q:DIV="" W ?83,VAUTD(DIV),!
  1. NODIVQ Q
  1. ;
  1. NO ; Print stop code or clinic when no appts found
  1. ;
  1. N SDWHAT S SDWHAT="" W !,?72,$S(SDSORT=1!(SDSORT=2):"Clinic(s): ",SDSORT=3!(SDSORT=4):"Stop Code(s): ",1:"")
  1. I SDSORT=1!(SDSORT=2),VAUTC=1 W "All" G NOQ
  1. I SDSORT=1!(SDSORT=2) F S SDWHAT=$O(VAUTC(SDWHAT)) Q:SDWHAT="" W ?83,VAUTC(SDWHAT),!
  1. I SDSORT=3!(SDSORT=4),VAUTS=1 W "All" G NOQ
  1. I SDSORT=3!(SDSORT=4) F S SDWHAT=$O(VAUTS(SDWHAT)) Q:SDWHAT="" W ?87,VAUTS(SDWHAT),!
  1. NOQ Q