MedicalSnPatientInfo方法修改
This commit is contained in:
parent
5014166133
commit
0b6f848b63
@ -1190,7 +1190,7 @@ public class InspectPatientController {
|
|||||||
personalInfoVO.setName(patientDO.getPName());
|
personalInfoVO.setName(patientDO.getPName());
|
||||||
personalInfoVO.setSex(patientDO.getGender());
|
personalInfoVO.setSex(patientDO.getGender());
|
||||||
personalInfoVO.setAge(String.valueOf(StrUtils.calculateAgeFromIdCard(patientDO.getCardId())));
|
personalInfoVO.setAge(String.valueOf(StrUtils.calculateAgeFromIdCard(patientDO.getCardId())));
|
||||||
personalInfoVO.setBirthday(patientDO.getBirthday().toString());
|
personalInfoVO.setBirthday(patientDO.getBirthday().toLocalDate().toString());
|
||||||
personalInfoVO.setAddress(patientDO.getDomicileaddress());
|
personalInfoVO.setAddress(patientDO.getDomicileaddress());
|
||||||
personalInfoVO.setTelephone(patientDO.getPhoneNum());
|
personalInfoVO.setTelephone(patientDO.getPhoneNum());
|
||||||
return success(personalInfoVO);
|
return success(personalInfoVO);
|
||||||
|
Loading…
Reference in New Issue
Block a user