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

ABPACLG4.m

Go to the documentation of this file.
  1. ABPACLG4 ;CHECK LOG MODIFICATIONS REPORT; [ 03/29/91 12:20 PM ]
  1. ;;1.4;AO PVT-INS TRACKING;*0*;IHS-OKC/KJR;JULY 25, 1991
  1. W !!,"NOT AN ENTRY POINT - ACCESS DENIED",!! Q
  1. ;--------------------------------------------------------------------
  1. HD ;PROCEDURE TO PERFORM MEMORANDUM HEADING
  1. S ABPAPG=ABPAPG+1 D CHECK^ABPAOPT I +ABPAOPT(5)>0 D
  1. .F I=1:1:+ABPAOPT(5) W !
  1. W ?55,"PAGE ",ABPAPG F I=1:1:5 W !
  1. W ?12,+$E(ABPADT,4,5)_"/"_+$E(ABPADT,6,7)_"/"_+$E(ABPADT,2,3),!!
  1. W ?12,ABPAOPT(3),!!!
  1. W ?12,"Private Insurance Collections"," - "
  1. W "Control Log Corrections",!!?12,"Finance",!?12
  1. W $P(^DIC(4,DUZ(2),0),"^"),!!!!
  1. W ?12,"The following corrections to the private insurance collections"
  1. W !?12,"control log have been noted by this office:",!!!
  1. Q
  1. ;--------------------------------------------------------------------
  1. EDITS ;PROCEDURE TO PROCESS EDIT NODES
  1. S R=0 F I=0:0 D Q:R=""
  1. .S R=$O(^TMP("ABPACLG1","E",R)) Q:R=""
  1. .S R1=0 F M=0:0 D Q:R1=""
  1. ..S R1=$O(^TMP("ABPACLG1","E",R,R1)) Q:R1=""
  1. ..S RR=0 F J=0:0 D Q:RR=""
  1. ...S RR=$O(^TMP("ABPACLG1","E",R,R1,RR)) Q:RR=""
  1. ...S R3=0 F K=0:0 D Q:R3=""
  1. ....S R3=$O(^TMP("ABPACLG1","E",R,R1,RR,R3)) Q:R3=""
  1. ....S R4=0 F L=0:0 D Q:R4=""
  1. .....S R4=$O(^TMP("ABPACLG1","E",R,R1,RR,R3,R4)) Q:R4=""
  1. .....S Y=^(R4),Y=+$E(Y,4,5)_"/"_+$E(Y,6,7)_"/"_+$E(Y,2,3)
  1. .....S ABPACHK("XMIT")=Y,ABPAINS=$P(^AUTNINS(RR,0),"^")
  1. .....S TCNT=TCNT+1 W !!,$J(TCNT,2),".",?4,"Check number ",R
  1. .....W " in the amount of $",$J(R1,8,2)," from",!?4,ABPAINS
  1. .....W " has been corrected to read ",R3,!?4,"as of"
  1. .....W " ",+$E(R4,4,5)_"/"_+$E(R4,6,7)_"/"_+$E(R4,2,3),".",!?4
  1. .....W "This was originally submitted on the transmittal dated "
  1. .....W ABPACHK("XMIT"),"." I $Y>46 D ^%AUCLS,HD
  1. Q
  1. ;--------------------------------------------------------------------
  1. END ;PROCEDURE TO PERFORM MEMORANDUM CLOSING
  1. I $Y>46 D ^%AUCLS S ABPAPG=ABPAPG+1 W ?55,"PAGE ",ABPAPG,!!!!!!!!
  1. W !!!!!!?45,ABPAOPT(4),!?45,ABPAOPT(10)
  1. W !?45,$P(^DIC(4,DUZ(2),0),"^")
  1. D ^%AUCLS
  1. Q
  1. ;--------------------------------------------------------------------
  1. MAIN ;ENTRY POINT - THE MAIN ROUTINE DRIVER
  1. Q:$D(^TMP("ABPACLG1"))'=10
  1. S ABPAPG=0,TCNT=0 D ^%AUCLS,HD
  1. LOCK ^TMP("ABPACLG1")
  1. D EDITS,IMPROPER^ABPACLG8,RETURNS^ABPACLG8,TXFERS^ABPACLG9,END
  1. LOCK ^TMP("ABPACLG1")
  1. K ABPACHK("XMIT"),ABPAINS,ABPAPG,ACCTPT,FROM,I,J,K,L,M,R,R1,R3,R4,R5
  1. K R6,RR,TCNT,TO
  1. Q