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