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/Encounter/fPCEEdit.pas

    r829 r1679  
    5050begin
    5151  Result := FALSE;
     52  (* agp moved from FormCreate to addrss a problem with editing an encounter without a note displaying in CPRS*)
     53  if uPatient <> Patient.DFN then
     54    begin
     55      KillObj(@uPCETemp);
     56      KillObj(@uPCETempOld);
     57    end;
     58  uPatient := Patient.DFN;
    5259  if (Encounter.VisitCategory = 'H') then
    5360  begin
     
    130137procedure TfrmPCEEdit.FormCreate(Sender: TObject);
    131138begin
     139  (* agp moved to EditPCEData procedure to addrss a problem
     140  with editing an encounter without a note displaying in CPRS
    132141  if uPatient <> Patient.DFN then
    133142    begin
     
    135144      KillObj(@uPCETempOld);
    136145    end;
    137   uPatient := Patient.DFN;
     146  uPatient := Patient.DFN;   *)
    138147end;
    139148
Note: See TracChangeset for help on using the changeset viewer.