Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

PatientSelect Class Reference

Inheritance diagram for PatientSelect:

SelectBox Widget List of all members.

Public Member Functions

 PatientSelect (String prefix, Form form)
void display (boolean hidden)

Detailed Description

Definition at line 2 of file PatientSelect.java.


Constructor & Destructor Documentation

PatientSelect::PatientSelect String  prefix,
Form  form
[inline]
 

Definition at line 4 of file PatientSelect.java.

00005         {
00006           super(false, 1, prefix, form);
00007         }


Member Function Documentation

void PatientSelect::display boolean  hidden  )  [inline]
 

Reimplemented from SelectBox.

Definition at line 9 of file PatientSelect.java.

00010         {
00011     super.display(hidden, "SELECT patient_id, name FROM patients");
00012         }


The documentation for this class was generated from the following file:
Generated on Mon Mar 6 23:34:35 2006 by  doxygen 1.4.4