|
|
|
@ -724,6 +724,7 @@ public class DockServiceImpl implements DockService { |
|
|
|
// 证件信息
|
|
|
|
pmsPatient.setIdcard(dockPatientBaseInfo.getIdCard()); |
|
|
|
pmsPatient.setPhone(dockPatientBaseInfo.getPhone()); |
|
|
|
pmsPatient.setMobile(dockPatientBaseInfo.getPhone()); |
|
|
|
|
|
|
|
// 性别转换:将"男"/"女"转换为 0/1
|
|
|
|
String sex = dockPatientBaseInfo.getSex(); |
|
|
|
|