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

Upgrading to version 27

File:
1 edited

Legend:

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

    r456 r830  
    55uses
    66  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
    7   Dialogs, fAutoSz, StdCtrls, ExtCtrls, ORCtrls,ORFn, rCore, uCore, oRNet, Math;
     7  Dialogs, fAutoSz, StdCtrls, ExtCtrls, ORCtrls,ORFn, rCore, uCore, oRNet, Math,
     8  VA508AccessibilityManager;
    89
    910type
     
    177178procedure TfrmClinicWardMeds.rpcChangeOrderLocation(pOrderList:TStringList);
    178179begin
    179 // OrderIEN^Location  -- used to alter location if ward is selected.
     180// OrderIEN^Location^1  -- used to alter location if ward is selected RPC expected third value to determine if
     181//order is an IMO order. If it is being called from here assumed IMO order.
    180182
    181    CallV('ORWDX CHANGE',[pOrderList, Patient.DFN]);
     183   CallV('ORWDX CHANGE',[pOrderList, Patient.DFN, '1']);
    182184end;
    183185
Note: See TracChangeset for help on using the changeset viewer.