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

RCDMB1MT.m

Go to the documentation of this file.
  1. RCDMB1MT ;ALB/MR-REPAYMENT PLAN MONITOR ;16-AUG-00
  1. ;;4.5;Accounts Receivable;**167,171,188**;Mar 20, 1995
  1. ;
  1. EN ; - Entry point for this program (Called by PRCABJ - AR Nightly Process)
  1. N BILL,CNT,DATA,DFN,FLG,I,J,LINE,RCPT,PTDA,RCAR,RCAT,RCDA,RCDB,RCRP,RPDT
  1. N TXT,TYPE,X
  1. ;
  1. K ^TMP("RCDMBDAT",$J)
  1. ;
  1. ; - Find data required for report.
  1. S RCDA=""
  1. F S RCDA=$O(^PRCA(430,"AC",16,RCDA)) Q:'RCDA D
  1. . S RCAR=$G(^PRCA(430,RCDA,0)) Q:'RCAR
  1. . I '$P($G(^PRCA(430,RCDA,4)),"^") Q ; No Repayment Plan
  1. . S RCAT=+$P(RCAR,"^",2) ; Gets AR category.
  1. . S RCDB=$P(RCAR,"^",9) ; Gets the pointer to the Debtor file (#340)
  1. . S RCPT=$$PAT(RCDB) Q:RCPT="" ; Gets patient info.
  1. . S DFN=$P(RCPT,"^",4) ; Gets the pointer to the Patient file (#2)
  1. . S RCRP=$$RP(RCDA,RCDB) ; Defaulted Repymt.Plan/New Bill entered
  1. . I 'RCRP,'$P(RCRP,"^",2) Q ; Neither case was found
  1. . ;
  1. . ; - Sets the temporary global
  1. . I $P(RCRP,"^") D ; Defaulted on the Repayment Plan
  1. . . S ^TMP("RCDMBDAT",$J,1,DFN)=RCPT
  1. . . S ^TMP("RCDMBDAT",$J,1,DFN,$P(RCAR,"^"))=""
  1. . I $P(RCRP,"^",2) D ; Had a new bill entered
  1. . . S ^TMP("RCDMBDAT",$J,2,DFN)=RCPT
  1. . . S X=""
  1. . . F S X=$O(^TMP("RCDMBDAT",$J,"BILL",X)) Q:X="" D
  1. . . . S ^TMP("RCDMBDAT",$J,2,DFN,X)=""
  1. . . K ^TMP("RCDMBDAT",$J,"BILL")
  1. ;
  1. ; - No cases to report were found
  1. S LINE=0 I '$D(^TMP("RCDMBDAT",$J)) G SND
  1. ;
  1. ; - Formats and set the data on ^TMP("RCDMBMSG",$J)
  1. K ^TMP("RCDMBMSG",$J)
  1. S (TYPE,PTDA,BILL)="",LINE=1
  1. F S TYPE=$O(^TMP("RCDMBDAT",$J,TYPE)) Q:TYPE="" D
  1. . ;
  1. . ; - Prints the Header (Name SSN...) and updates LINE
  1. . D HDR(TYPE,.LINE) S CNT=0
  1. . F S PTDA=$O(^TMP("RCDMBDAT",$J,TYPE,PTDA)) Q:PTDA="" D
  1. . . S DATA=$G(^TMP("RCDMBDAT",$J,TYPE,PTDA))
  1. . . S CNT=CNT+1,X=""
  1. . . S $E(X,1)=$P(DATA,"^") ; Debtor Name
  1. . . S $E(X,38)=$P(DATA,"^",2) ; SSN
  1. . . S $E(X,51)=$P(DATA,"^",3) ; Phone Number
  1. . . S FLG=0 I $P(DATA,"^",5)'="" S FLG=1 ; Date of Death
  1. . . F S BILL=$O(^TMP("RCDMBDAT",$J,TYPE,PTDA,BILL)) Q:BILL="" D
  1. . . . I FLG,X="" S $E(X,6)="DOD: "_$P(DATA,"^",5),FLG=0
  1. . . . S $E(X,65)=BILL ; Bill Number
  1. . . . S ^TMP("RCDMBMSG",$J,LINE)=X,X=""
  1. . . . S LINE=LINE+1
  1. . . I FLG D
  1. . . . S ^TMP("RCDMBMSG",$J,LINE)=" DOD: "_$P(DATA,"^",5)
  1. . . . S LINE=LINE+1
  1. . I CNT'>1 Q
  1. . S ^TMP("RCDMBMSG",$J,LINE)="",LINE=LINE+1 ; Skip a line
  1. . S ^TMP("RCDMBMSG",$J,LINE)="Total of "_CNT_" debtor(s)",LINE=LINE+1
  1. . S ^TMP("RCDMBMSG",$J,LINE)="",LINE=LINE+1 ; Skip a line
  1. ;
  1. SND ; - If one of the two situations or none of them were found, it will
  1. ; informed in the e-mail
  1. ;
  1. F I=1,2 D
  1. . I $D(^TMP("RCDMBDAT",$J,I)) Q
  1. . F J=1:1:3 S LINE=LINE+1,^TMP("RCDMBMSG",$J,LINE)=""
  1. . I I=1 D Q
  1. . . S ^TMP("RCDMBMSG",$J,LINE)="There were no debtors who defaulted on their repayment plan yesterday."
  1. . S ^TMP("RCDMBMSG",$J,LINE)="There were no debtors with repayment plans who had new active bills yesterday."
  1. ;
  1. D XMD ; Sends the Mailman message
  1. ;
  1. ENQ K ^TMP("RCDMBDAT",$J),^TMP("RCDMBMSG",$J)
  1. Q
  1. ;
  1. XMD ; Sets the Mailman variables and send the message
  1. N DUZ,XMSUB,XMDUZ,XMY,XMDUN,XMMG,XMSCR,XMTEXT,XMZ
  1. ;
  1. S XMSUB="AR REPAYMENT PLAN MONITOR",XMDUZ="AR PACKAGE"
  1. S XMY("G.RC REPAY PLANS")="",XMTEXT="^TMP(""RCDMBMSG"","_$J_","
  1. ;
  1. D ^XMD
  1. ;
  1. Q
  1. ;
  1. PAT(DEB) ; - Returns Debtor information
  1. ; Input: DEB=AR pointer to Debtor file (#340)
  1. ; Output: Name ^ SSN ^ Phone Number ^ Pointer to Patient file ^
  1. ; Date of Death (MM/DD/YY)
  1. ;
  1. N DEATH,DEBTOR,DFN,NAME,PHONE,SSN,VA,VADM,VAERR,VAPA
  1. I 'DEB Q ""
  1. S DEBTOR=$G(^RCD(340,DEB,0)) I $P(DEBTOR,"^")'["DPT" Q ""
  1. S DFN=+DEBTOR
  1. D DEM^VADPT S NAME=VADM(1),SSN=$P(VADM(2),"^",2),DEATH=$P(VADM(6),".")
  1. I DEATH'="" S DEATH=$$DAT(DEATH)
  1. D ADD^VADPT S PHONE=VAPA(8)
  1. ;
  1. Q (NAME_"^"_SSN_"^"_PHONE_"^"_DFN_"^"_DEATH)
  1. ;
  1. RP(X,DEB) ; - Checks if a Repayment Plan became defaulted or if a new
  1. ; bill has been entered to a patient under a Repayment Plan established
  1. ; Input: X=Pointer to the AR file #430
  1. ; DEB=Pointer to the Detor file #340
  1. ; Output: Y=Defaulted? (1-YES/0-NO) ^ New bill entered? (1-YES/0-NO) ^
  1. ; Bill(s) # separated by "," (If piece 2 = 1)
  1. ;
  1. N ARZ,DEF,ELM,I,NEW,NPMT,RCBL,RP,YST
  1. ;
  1. S (DEF,NEW)=0
  1. S RP=$G(^PRCA(430,X,4)),NPMT=$P(RP,"^",4),YST=$$HTFM^XLFDT($H-1,1)
  1. ;
  1. ; - Checks if the patient defaulted on his Repayment Plan
  1. F I=1:1:NPMT D Q:DEF
  1. . S ELM=$G(^PRCA(430,X,5,I,0)) Q:ELM=""
  1. . I $P(ELM,"^",2) Q
  1. . I $$FMDIFF^XLFDT(YST,$P(ELM,"^"))=1 D Q
  1. . . S DEF=1
  1. ;
  1. ; Checks if a Bill became active for the debtor yesterday
  1. S RCBL=""
  1. F S RCBL=$O(^PRCA(430,"C",DEB,RCBL)) Q:RCBL="" D
  1. . I RCBL=X Q
  1. . S ARZ=$G(^PRCA(430,RCBL,0))
  1. . I $P(ARZ,"^",8)'=16!($P(ARZ,"^",14)'=YST) Q
  1. . S NEW=1,^TMP("RCDMBDAT",$J,"BILL",$P($G(^PRCA(430,RCBL,0)),"^"))=""
  1. Q (DEF_"^"_NEW)
  1. ;
  1. HDR(TP,LN) ; Sets the temporary global with the header of the E-mail
  1. ; Input: TP=Type of problem (1-Defaulted / 2-New bill)
  1. ; LN=Next line to be set on the ^TMP("RCDMBMSG",$J,LN) global
  1. ;
  1. N X,I
  1. I TP=1 D
  1. . S ^TMP("RCDMBMSG",$J,LN)="The following debtors just defaulted on a Repayment Plan by not making a"
  1. . S LN=LN+1
  1. . S ^TMP("RCDMBMSG",$J,LN)="scheduled payment on or before the scheduled payment date: "
  1. I TP=2 D
  1. . F I=1,2 S ^TMP("RCDMBMSG",$J,LN)="",LN=LN+1
  1. . S ^TMP("RCDMBMSG",$J,LN)="The following debtors with a Repayment Plan had a new active bill entered: "
  1. ;
  1. S LN=LN+1,^TMP("RCDMBMSG",$J,LN)=""
  1. S X="",$E(X,1)="Name",$E(X,38)="SSN",$E(X,51)="Phone Number"
  1. S $E(X,65)=$S(TP=1:"Bill",1:"New Bill")
  1. S LN=LN+1,^TMP("RCDMBMSG",$J,LN)=X
  1. S X="",$P(X,"=",79)="" S LN=LN+1,^TMP("RCDMBMSG",$J,LN)=X
  1. S LN=LN+1
  1. Q
  1. ;
  1. DAT(DAT) ;Changes date from FM to MM/DD/YYYY
  1. N YR
  1. S YR=DAT\10000+1700
  1. Q $E(DAT,4,5)_"/"_$E(DAT,6,7)_"/"_YR