Ignore:
Timestamp:
Jul 7, 2010, 4:31:10 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Upgrade to version 27

File:
1 edited

Legend:

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

    r456 r829  
    117117begin
    118118  CallV('ORWDFH TFPROD', [nil]);
    119   Dest.AddStrings(RPCBrokerV.Results);
     119  FastAddStrings(RPCBrokerV.Results, Dest);
    120120end;
    121121
     
    161161begin
    162162  CallV('ORWDFH ISOLIST', [nil]);
    163   Dest.Assign(RPCBrokerV.Results);
     163  FastAssign(RPCBrokerV.Results, Dest);
    164164end;
    165165
     
    167167begin
    168168  CallV('ORWDXQ GETQLST', [GroupID, 'Q']);
    169   Dest.Assign(RPCBrokerV.Results);
     169  FastAssign(RPCBrokerV.Results, Dest);
    170170end;
    171171
     
    203203begin
    204204  CallV('ORWDFH CURRENT MEALS', [Patient.DFN, MealType]);
    205   Dest.Assign(RPCBrokerV.Results);
     205  FastAssign(RPCBrokerV.Results, Dest);
    206206  MixedCaseList(Dest);
    207207end;
Note: See TracChangeset for help on using the changeset viewer.