Ignore:
Timestamp:
Jul 6, 2008, 8:20:14 PM (16 years ago)
Author:
Kevin Toppenberg
Message:

Uploading from OR_30_258

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/foia-cprs/CPRS-Chart/rCover.pas

    r459 r460  
    156156        Src[i] := x;
    157157      end;
     158    if (Piece(Src[i], U, 5)='C') then  // Clin Meds
     159    begin
     160       MarkForDelete := False;                    // always display non-VA meds
     161       x := Src[i];
     162       SetPiece(x, U, 2, 'Clin Meds  ' + Piece(x, U, 2));
     163       Src[i] := x;
     164    end;
    158165    // clear non-active meds   (SHOULD THIS INCLUDE PENDING ORDERS?)
    159166    if MedStatusGroup(Piece(Src[i], U, 4)) = MED_NONACTIVE then MarkForDelete := True;
Note: See TracChangeset for help on using the changeset viewer.