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

IBOHIST.m

Go to the documentation of this file.
  1. IBOHIST ;ALB/EMG - HISTORY OF CHARGES ON HOLD REPORT ; FEB 25 1997
  1. ;;2.0; INTEGRATED BILLING ;**70**; 21-MAR-94
  1. ;
  1. EN ;
  1. ;***
  1. D HOME^%ZIS W @IOF,!!,"History of Charges ON HOLD Report",!
  1. ;
  1. N DIRUT,DUOUT,DTOUT,IBDATE,Y
  1. W !!?6,"This report uses the date the IB Action was created to determine"
  1. W !?6,"whether it should be included in the count and amount totals."
  1. W !?6,"Please enter the starting date for this report. The date should"
  1. W !?6,"be after 6/1/96 or when patch IB*2.0*70 was installed at your"
  1. W !?6,"facility since this report only counts charges with an ON HOLD"
  1. W !?6,"DATE defined. You can also type '^' to exit.",!
  1. ;
  1. S DIR(0)="DA^2960601:NOW:EX",DIR("A")="Start with DATE: "
  1. S DIR("?")="Enter the starting date for this report. (No earlier than 6/1/96)"
  1. D ^DIR K DIR G:$D(DIRUT) END S IBSDT=+Y
  1. S DIR(0)="DA^"_+Y_":NOW:EX",DIR("A")=" Go to DATE: ",DIR("?")="Enter the ending date for this report." D ^DIR K DIR G:$D(DIRUT) END S IBEDT=+Y
  1. ;
  1. DEV S %ZIS="QM",%ZIS("A")="Output Device: " D ^%ZIS G:POP END
  1. I $D(IO("Q")) S ZTRTN="DQ^IBOHIST",ZTDESC="IB History of Charges on hold Report",ZTSAVE("IB*")="" D ^%ZTLOAD K IO("Q"),ZTSK G END
  1. U IO
  1. ;***
  1. W !!
  1. ;
  1. DQ ; -entry from tasked job
  1. ;***
  1. ;
  1. ; -gross count of statuses, total charges
  1. ; -^tmp($j,"ib",ibstatus,"gcnt")=count
  1. ; ^tmp($j,"ib",ibstatus,"gtot")=sum of charges
  1. ;
  1. K ^TMP($J)
  1. S IBEDT=IBEDT+.24
  1. S IBDT=IBSDT+.000001 F S IBDT=$O(^IB("D",IBDT)) Q:IBDT=""!(IBDT>IBEDT) S IBN="" F S IBN=$O(^IB("D",IBDT,IBN)) Q:IBN="" D
  1. .S IBND=^IB(IBN,0) Q:'IBND
  1. .S IBSTAT=$S($D(^IBE(350.21,+$P(IBND,"^",5),0)):$P(^(0),"^"),1:"UNKNOWN")
  1. .S IBOH=$P($G(^IB(IBN,1)),"^",6) Q:'IBOH
  1. .S:'$D(^TMP($J,"IB",IBSTAT,"GCNT")) ^("GCNT")=0 S ^("GCNT")=^("GCNT")+1
  1. .S:'$D(^TMP($J,"IB",IBSTAT,"GTOT")) ^("GTOT")=0 S ^("GTOT")=^("GTOT")+$P(IBND,"^",7)
  1. .Q
  1. ;
  1. D PRINT W !
  1. G END
  1. ;
  1. ;
  1. PRINT ; -output data
  1. S IBQUIT=0,IBPAG=0,Y=DT D D^DIQ S IBHDT=Y D HDR
  1. W !!?((IOM-34)/2),"TOTALS BY CURRENT STATUS OF CHARGE",!
  1. ;
  1. S IBSTAT=0 F S IBSTAT=$O(^TMP($J,"IB",IBSTAT)) Q:IBSTAT=""!(IBQUIT) D LINE
  1. Q
  1. ;
  1. LINE ;
  1. I $Y>(IOSL-5) D PAUSE^IBOUTL Q:IBQUIT D HDR
  1. W !!,"Current Status: ",IBSTAT
  1. ;W !,"--------------------------"
  1. W !?5,"NUMBER ENTRIES: ",$J($S($D(^TMP($J,"IB",IBSTAT,"GCNT")):^("GCNT"),1:0),9)
  1. W !?5,"DOLLAR AMOUNT: $",$J($S($D(^TMP($J,"IB",IBSTAT,"GTOT")):^("GTOT"),1:0),9,2)
  1. Q
  1. ;
  1. HDR ;
  1. W:$E(IOST,1,2)["C-"!(IBPAG>0) @IOF
  1. W !?((IOM-26)/2),"History of Charges ON HOLD"
  1. W !?((IOM-3)/2),"for"
  1. D SITE^IBAUTL S IBSNM=$S($D(^DIC(4,IBFAC,0)):$P(^(0),"^"),1:"")
  1. W !?((IOM-($L(IBSNM)+6))/2),IBSNM_" ("_IBSITE_")"
  1. W !?((IOM-54)/2),"Charges created between ",$$DAT2^IBOUTL(IBSDT)," and ",$P($$DAT2^IBOUTL(IBEDT),"@")
  1. W !!?(IOM-26/2),"Date Printed: ",IBHDT
  1. S IBPAG=IBPAG+1 W !?(IOM-8/2),"Page: ",IBPAG
  1. W !?(IOM-26/2),"--------------------------"
  1. Q
  1. ;
  1. ;
  1. END K ^TMP($J)
  1. ;***
  1. I $D(ZTQUEUED) S ZTREQ="@" Q
  1. K DFN,DIRUT,DUOUT,DTOUT,IBDT,IBHDT,IBDATE,IBOH,IBSDT,IBEDT,IBPAG,IBSNM,IBST,IBSTAT,IBFAC,IBSITE,IBN,IBND,IBQUIT,POP,ZTDESC,ZTQUEUED,ZTREQ,ZTRTN,ZTSAVE,X,Y
  1. D ^%ZISC
  1. Q
  1. ;end ibohist