- BSDSCPRM ;cmi/anch/maw - BSD IHS SCHEDULING PARAMETER BSD PARAM FORM VALIDATOR 10/20/2008 10:46:00 AM
- ;;5.3;PIMS;**1010**;MAY 28, 2004
- ;
- ;cmi/anch/maw 10/20/2008 PATCH 1010 RQMT45
- ;
- ;this routine will check data upon exit of the IHS SCHEDULING PARAMETERS FORM under the ESP option
- ;
- CHK(BSDPDA) ;-- check the data
- I $G(@DDSREFT@("F9009020.2","1,",.03,"D")),$G(@DDSREFT@("F9009020.2","1,",.16,"D"))="D" D Q
- . D MSG^DDSUTL("If Routing Slip Format is Duplicate, then Print Extra Routing Slip cannot be set to Yes")
- . S DDSERROR=1
- . S DDSBR="ROUTING SLIP FORMAT"
- Q
- ;
- BSDSCPRM ;cmi/anch/maw - BSD IHS SCHEDULING PARAMETER BSD PARAM FORM VALIDATOR 10/20/2008 10:46:00 AM
- +1 ;;5.3;PIMS;**1010**;MAY 28, 2004
- +2 ;
- +3 ;cmi/anch/maw 10/20/2008 PATCH 1010 RQMT45
- +4 ;
- +5 ;this routine will check data upon exit of the IHS SCHEDULING PARAMETERS FORM under the ESP option
- +6 ;
- CHK(BSDPDA) ;-- check the data
- +1 IF $GET(@DDSREFT@("F9009020.2","1,",.03,"D"))
- IF $GET(@DDSREFT@("F9009020.2","1,",.16,"D"))="D"
- Begin DoDot:1
- +2 DO MSG^DDSUTL("If Routing Slip Format is Duplicate, then Print Extra Routing Slip cannot be set to Yes")
- +3 SET DDSERROR=1
- +4 SET DDSBR="ROUTING SLIP FORMAT"
- End DoDot:1
- QUIT
- +5 QUIT
- +6 ;