示例#1
0
 //gets patient tests based on the patient id
 public static List <Test> GetPatientTests(string patientID)
 {
     return(InformationDAL.GetPatientTests(patientID));
 }