|
@@ -95,9 +95,9 @@ public class DataTask implements ITask {
|
|
|
// 患者性别
|
|
|
data.put("patient_sex", patientInfos.getSex());
|
|
|
// 身份证号
|
|
|
- data.put("card_num", patientInfos.getCardNum());
|
|
|
+ data.put("card_num", "");
|
|
|
// 手机号
|
|
|
- data.put("phone", patientInfos.getPhone());
|
|
|
+ data.put("phone", "");
|
|
|
// 患者生日
|
|
|
data.put("birthday", patientInfos.getBirthday());
|
|
|
// 患者检查时年龄
|