PRCAI114 ;WISC/RFJ-patch 114 post init ;1 Jun 99
;;4.5;Accounts Receivable;**114**;Mar 20, 1995
;;Per VHA Directive 10-93-142, this routine should not be modified.
Q
;
;
POST ; add lockbox type of payment
I $O(^RC(341.1,"B","LOCKBOX",0)) Q
N %,D0,DA,DDER,DI,DIC,DIE,DLAYGO,DQ,DR,X,Y
S DIC="^RC(341.1,",DIC(0)="L",DLAYGO=341.1,X="LOCKBOX"
S DIC("DR")=".02////"_12_";.06///PAYMENT;"
D FILE^DICN
Q
--- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HPRCAI114 420 printed Oct 16, 2024@17:40:46 Page 2
PRCAI114 ;WISC/RFJ-patch 114 post init ;1 Jun 99
+1 ;;4.5;Accounts Receivable;**114**;Mar 20, 1995
+2 ;;Per VHA Directive 10-93-142, this routine should not be modified.
+3 QUIT
+4 ;
+5 ;
POST ; add lockbox type of payment
+1 IF $ORDER(^RC(341.1,"B","LOCKBOX",0))
QUIT
+2 NEW %,D0,DA,DDER,DI,DIC,DIE,DLAYGO,DQ,DR,X,Y
+3 SET DIC="^RC(341.1,"
SET DIC(0)="L"
SET DLAYGO=341.1
SET X="LOCKBOX"
+4 SET DIC("DR")=".02////"_12_";.06///PAYMENT;"
+5 DO FILE^DICN
+6 QUIT