DESCRIPTION OF ENHANCEMENTS |
An optional parameter is added to the formal list of the subroutine
D PATIENT^ORU1(.ORPAT,1) ; Will suppress initial page feed
whereas,
D PATIENT^ORU1(.ORPAT) ; Will allow initial page feed/no side-
; effect (this is how the subroutine was
; uniformly called by v2.5
PATIENT^ORU1, which will suppress the initial page feed issued by the
look-up, prior to presenting the list of patients from which the user may
select. Because the parameter is optional, and must be set to 1 by the
calling application to affect the look-up, the change is backward
compatible, and without side-effects.
Annotated example of use:
|