Ignore:
Timestamp:
May 7, 2015, 12:34:29 PM (9 years ago)
Author:
healthsevak
Message:

Updating the working copy to CPRS version 28

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/trunk/CPRS-Chart/rTIU.pas

    r830 r1679  
    913913{ returns true if a progress note may be printed outside of MAS }
    914914begin
    915   Result := (Piece(sCallV('TIU GET DOCUMENT PARAMETERS', [ANote]), U, 9) = '1');
     915  Result := (Piece(sCallV('TIU GET DOCUMENT PARAMETERS', [ANote]), U, 9) = '1')
     916            or (sCallV('TIU AUTHORIZATION', [ANote , 'PRINT RECORD']) = '1');
    916917  //        or (sCallV('TIU USER IS MEMBER OF CLASS', [User.DUZ, 'MEDICAL INFORMATION SECTION']) = '1');
    917918  //         (V16? - RV)  New TIU RPC required, per discussion on NOIS MAR-0900-21265
Note: See TracChangeset for help on using the changeset viewer.