|
@ -35,6 +35,13 @@ public class PatientController extends BaseController {
|
|
|
jsonObject.put("name", patientInfo.getName());
|
|
|
jsonObject.put("code", patientInfo.getCode());
|
|
|
jsonObject.put("sex", patientInfo.getSex());
|
|
|
|
|
|
jsonObject.put("xbs", patientInfo.getXbs());
|
|
|
jsonObject.put("jws", patientInfo.getJws());
|
|
|
jsonObject.put("grs", patientInfo.getGrs());
|
|
|
jsonObject.put("jzs", patientInfo.getJzs());
|
|
|
jsonObject.put("hys", patientInfo.getHys());
|
|
|
|
|
|
jsonObject.put("age", DateUtil.getAgeByBirthday(patientInfo.getBirthday()));
|
|
|
jsonObject.put("userPortraits", patientInfo.getUserPortraits());
|
|
|
jsonObject.put("suggests", patientInfo.getSuggests());
|