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/fHealthFactor.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
     
    3030
    3131uses
    32   fEncounterFrame;
     32  fEncounterFrame, VA508AccessibilityRouter;
    3333
    3434procedure tfrmHealthFactors.cboHealthLevelChange(Sender: TObject);
     
    115115end;
    116116
     117initialization
     118  SpecifyFormIsNotADialog(TfrmHealthFactors);
     119
    117120end.
Note: See TracChangeset for help on using the changeset viewer.