Ejemplo n.º 1
0
 public DataSet baseinfo_GetOutpatientVisitPatient(string hospitalId, string healthCardNo, string patientId, string doctorId,
                                                   string startDate, string endDate, string diseaseLabel, string ICD)
 {
     return(basic.baseinfo_GetOutpatientVisitPatient(hospitalId, healthCardNo, patientId, doctorId, startDate, endDate, diseaseLabel, ICD));
 }