Ejemplo n.º 1
0
 public void getMedicalInfo(int PatientID, MedicalInfo mInfo)
 {
     LoadObject(dbTool.getMedicalRecords(PatientID), mInfo);
 }