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/uCore.pas

    r459 r460  
    343343    RPCName  : String;         //Associated RPC
    344344    IFN      : String;         //IFN of report in file 101.24
     345    HDR      : String;         //HDR is source of data if = 1
    345346  end;
    346347
     
    355356  HasFlag: boolean;
    356357  FlagList: TStringList;
     358  //hds7591  Clinic/Ward movement.
     359  TempEncounterLoc: Integer; // used to Save Encounter Location when user selected "Review Sign Changes" from "File"
     360  TempEncounterLocName: string; // since in the path PatientRefresh is done prior to checking if patient has been admitted while entering OPT orders.
    357361
    358362procedure NotifyOtherApps(const AppEvent, AppData: string);
     
    501505  if(not uNotifyAppsActive) then exit;
    502506  if Application.MainForm = nil then Exit;
     507  if User = nil then exit;
    503508  if not User.FNotifyAppsWM then Exit;
    504509  // register the message with windows to get a unique message number (if not already registered)
     
    15101515  i: Integer;
    15111516begin
    1512   ChangeList := nil;
    15131517  ChangeList := FOrders;
    15141518  if ChangeList <> nil then with ChangeList do
Note: See TracChangeset for help on using the changeset viewer.