Example #1
0
 public CallOutDetail()
 {
     InitializeComponent();
     newpatient   = new patient(); //Initializes Business Logic Layer codes
     newambulance = new ambulance();
 }
Example #2
0
 public Patient_Medical()
 {
     InitializeComponent();
     newpatient = new patient(); //Initializes the new patient code
 }