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

ABMDF24T.m

Go to the documentation of this file.
ABMDF24T ; IHS/ASDST/DMJ - Test NCPDP Print Alignment ;  
 ;;2.6;IHS 3P BILLING SYSTEM;;NOV 12, 2009
 ;
TEST ;EP - enter here
 K ABMFP
FSET1 ;set printing array patient info
 S ABMFP(1,5)="XXXXX"
 S ABMFP(1,40)="XXXXX"
 S ABMFP(3,5)="XXXXX"
 S ABMFP(5,5)="XXXXX"
 S ABMFP(7,10)="XX"
 S ABMFP(7,15)="XX"
 S ABMFP(7,20)="XXXX"
 S ABMFP(7,46)="XX"
 S ABMFP(7,65)="XX"
 S ABMFP(9,8)="XXXXX"
 S ABMFP(11,8)="XXXXX"
 S ABMFP(11,45)="XXXXX"
 S ABMFP(11,67)="XX"
 S ABMFP(13,8)="XXXXX"
 S ABMFP(13,44)="XXX  XXX-XXXX"
 S ABMFP(15,12)="XX"
 S ABMFP(15,28)="XXXXX"
 S ABMFP(20,52)="SIGNATURE ON FILE"
 S ABMFP(33,1)="XXXXX"
 S ABMFP(33,18)=$$POSDT^ABMDUTL(DT)
 S ABMFP(33,29)=$$POSDT^ABMDUTL(DT)
 S ABMFP(34,1)=" "
PRT ;print
 D EN^ABMFPRT(.ABMFP)
 K ABMFP
 Q