Ignore:
Timestamp:
May 8, 2015, 7:52:55 AM (9 years ago)
Author:
healthsevak
Message:

Committing the files for first time to this new branch

File:
1 edited

Legend:

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

    r830 r1693  
    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.