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

    r456 r829  
    66  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
    77  fPCEBase, StdCtrls, ORCtrls, CheckLst, ExtCtrls, Buttons, uPCE, rPCE, ORFn,
    8   fPCELex, fPCEOther, ComCtrls, fPCEBaseMain;
     8  fPCELex, fPCEOther, ComCtrls, fPCEBaseMain, VA508AccessibilityManager;
    99
    1010type
     
    2929
    3030uses
    31   fEncounterFrame;
     31  fEncounterFrame, VA508AccessibilityRouter;
    3232
    3333{///////////////////////////////////////////////////////////////////////////////
     
    121121end;
    122122
     123initialization
     124  SpecifyFormIsNotADialog(TfrmPatientEd);
     125
    123126end.
Note: See TracChangeset for help on using the changeset viewer.