@ -29,6 +29,7 @@ public class PatientReservation extends IdEntity {
private String doctor;
// 医生姓名(医生帮患者预约时才会有值)
private String dname;
// 患者标识
private String patient;
// 患者身份证
@ -721,7 +721,7 @@ public class GuahaoXMService implements IGuahaoService {
}
/**
* 获取医生信息
* 根据患者医保卡获取近三个月的预约记录
*/
public List<PatientReservation> GetRegList(String strSSID,String strStart,String strEnd) throws Exception
{