|
@ -1455,6 +1455,7 @@ public class ImService {
|
|
|
patientinfoObj.put("mobile",basePatientDO.getMobile());
|
|
|
patientinfoObj.put("address",basePatientDO.getAddress());
|
|
|
patientinfoObj.put("photo",basePatientDO.getPhoto());
|
|
|
patientinfoObj.put("idCard",basePatientDO.getIdcard());
|
|
|
Integer age = DateUtil.getAgeForIdcard(basePatientDO.getIdcard());
|
|
|
patientinfoObj.put("age",age);
|
|
|
result.put("patientInfo",patientinfoObj);
|