|
@ -336,6 +336,8 @@ public class DoctorConsultEndpoint extends EnvelopRestEndpoint {
|
|
|
json.put("patientId", consult.getPatientId());
|
|
|
//患者性别
|
|
|
json.put("patientsex", consult.getPatientsex());
|
|
|
//患者姓名
|
|
|
json.put("patientName", consult.getPatientName());
|
|
|
//患者年龄
|
|
|
json.put("patientAge", DateUtil.getAgeForIdcard(consult.getPatientIdcard()));
|
|
|
//就诊记录ID
|