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

PatientSelect.java

Go to the documentation of this file.
00001 
00002 public class PatientSelect extends SelectBox
00003 {       
00004         public PatientSelect(String prefix, Form form)
00005         {
00006           super(false, 1, prefix, form);
00007         }
00008                 
00009         public void display(boolean hidden)
00010         {
00011     super.display(hidden, "SELECT patient_id, name FROM patients");
00012         }
00013 };

Generated on Mon Mar 6 23:34:34 2006 by  doxygen 1.4.4