PSNP476E ;BIR/PWC - Environment check for VA PRODUCT FILE ;08/03/16
;;4.0;NATIONAL DRUG FILE;**476**; 30 Oct 98;Build 26
;
; This routine will delete the REDUCED COPAY fields that might exist
; at field #45 in the VA PRODUCT FILE #50.68.
; FMCT project replaced the non-used, but released fields for
; REDUCED COPAY and added COPAY TIER. When sending the updated DD files,
; sites that have REDUCED COPAY installed will have an issue with new fields
; being defined. This routine will take care of that problem.
Q
;
EN ;
D BMES^XPDUTL("Removing old unused fields to be replaced")
S DIU=50.6845,DIU(0)="S" D EN^DIU2 K DIU
D BMES^XPDUTL("Process complete for removal of old data fields")
Q
--- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HPSNP476E 719 printed Dec 13, 2024@02:24:29 Page 2
PSNP476E ;BIR/PWC - Environment check for VA PRODUCT FILE ;08/03/16
+1 ;;4.0;NATIONAL DRUG FILE;**476**; 30 Oct 98;Build 26
+2 ;
+3 ; This routine will delete the REDUCED COPAY fields that might exist
+4 ; at field #45 in the VA PRODUCT FILE #50.68.
+5 ; FMCT project replaced the non-used, but released fields for
+6 ; REDUCED COPAY and added COPAY TIER. When sending the updated DD files,
+7 ; sites that have REDUCED COPAY installed will have an issue with new fields
+8 ; being defined. This routine will take care of that problem.
+9 QUIT
+10 ;
EN ;
+1 DO BMES^XPDUTL("Removing old unused fields to be replaced")
+2 SET DIU=50.6845
SET DIU(0)="S"
DO EN^DIU2
KILL DIU
+3 DO BMES^XPDUTL("Process complete for removal of old data fields")
+4 QUIT