|
@ -2642,7 +2642,7 @@ public class ImService {
|
|
// 设置患者信息
|
|
// 设置患者信息
|
|
ct.setPatient(outpatient.getPatient());
|
|
ct.setPatient(outpatient.getPatient());
|
|
ct.setSymptoms(outpatient.getDescription());
|
|
ct.setSymptoms(outpatient.getDescription());
|
|
|
|
|
|
|
|
|
|
// 设置患者姓名
|
|
// 设置患者姓名
|
|
ct.setName(p.getName());
|
|
ct.setName(p.getName());
|
|
// 设置患者生日
|
|
// 设置患者生日
|
|
@ -2659,7 +2659,7 @@ public class ImService {
|
|
// 医生未读数量为1
|
|
// 医生未读数量为1
|
|
ct.setDoctorRead(1);
|
|
ct.setDoctorRead(1);
|
|
ct.setCzrq(outpatient.getAdmDate());
|
|
ct.setCzrq(outpatient.getAdmDate());
|
|
|
|
|
|
|
|
|
|
ConsultDo consult = new ConsultDo();
|
|
ConsultDo consult = new ConsultDo();
|
|
consult.setId(UUID.randomUUID().toString().replaceAll("-", ""));
|
|
consult.setId(UUID.randomUUID().toString().replaceAll("-", ""));
|
|
consult.setCzrq(new Date());
|
|
consult.setCzrq(new Date());
|