|
@ -1461,7 +1461,7 @@ public class SignRenewZYService {
|
|
params.put("BIRTHDAY", DateUtil.dateToStrShort(patient.getBirthday()));
|
|
params.put("BIRTHDAY", DateUtil.dateToStrShort(patient.getBirthday()));
|
|
params.put("IDENTITY_CARD_NO", patient.getIdcard() == null ? sign.getIdcard() : patient.getIdcard());
|
|
params.put("IDENTITY_CARD_NO", patient.getIdcard() == null ? sign.getIdcard() : patient.getIdcard());
|
|
params.put("CARD_NO", patient.getSsc() == null ? sign.getSsc() : patient.getSsc());
|
|
params.put("CARD_NO", patient.getSsc() == null ? sign.getSsc() : patient.getSsc());
|
|
params.put("INSUR_SAFETY_NO", ""); //医疗保险号
|
|
|
|
|
|
params.put("INSUR_SAFETY_NO", patient.getMedicareNumber()); //医疗保险号
|
|
params.put("SICK_PHONE", patient.getMobile() == null ? "" : patient.getMobile()); //联系电话
|
|
params.put("SICK_PHONE", patient.getMobile() == null ? "" : patient.getMobile()); //联系电话
|
|
params.put("SICK_COUNTY", patient.getTown() == null ? "" : patient.getTown()); //行政区
|
|
params.put("SICK_COUNTY", patient.getTown() == null ? "" : patient.getTown()); //行政区
|
|
params.put("SICK_COUNTRY", patient.getStreet() == null ? "" : patient.getStreet()); //街道
|
|
params.put("SICK_COUNTRY", patient.getStreet() == null ? "" : patient.getStreet()); //街道
|
|
@ -1541,7 +1541,7 @@ public class SignRenewZYService {
|
|
params.put("BIRTHDAY", DateUtil.dateToStrShort(patient.getBirthday()));
|
|
params.put("BIRTHDAY", DateUtil.dateToStrShort(patient.getBirthday()));
|
|
params.put("IDENTITY_CARD_NO", patient.getIdcard() == null ? sign.getIdcard() : patient.getIdcard());
|
|
params.put("IDENTITY_CARD_NO", patient.getIdcard() == null ? sign.getIdcard() : patient.getIdcard());
|
|
params.put("CARD_NO", patient.getSsc() == null ? sign.getSsc() : patient.getSsc());
|
|
params.put("CARD_NO", patient.getSsc() == null ? sign.getSsc() : patient.getSsc());
|
|
params.put("INSUR_SAFETY_NO", ""); //医疗保险号
|
|
|
|
|
|
params.put("INSUR_SAFETY_NO", patient.getMedicareNumber()); //医疗保险号
|
|
params.put("SICK_PHONE", patient.getMobile() == null ? "" : patient.getMobile()); //联系电话
|
|
params.put("SICK_PHONE", patient.getMobile() == null ? "" : patient.getMobile()); //联系电话
|
|
params.put("SICK_COUNTY", patient.getTown() == null ? "" : patient.getTown()); //行政区
|
|
params.put("SICK_COUNTY", patient.getTown() == null ? "" : patient.getTown()); //行政区
|
|
params.put("SICK_COUNTRY", patient.getStreet() == null ? "" : patient.getStreet()); //街道
|
|
params.put("SICK_COUNTRY", patient.getStreet() == null ? "" : patient.getStreet()); //街道
|
|
@ -1697,7 +1697,7 @@ public class SignRenewZYService {
|
|
params.put("BIRTHDAY", DateUtil.dateToStrShort(patient.getBirthday()));
|
|
params.put("BIRTHDAY", DateUtil.dateToStrShort(patient.getBirthday()));
|
|
params.put("IDENTITY_CARD_NO", patient.getIdcard() == null ? sign.getIdcard() : patient.getIdcard());
|
|
params.put("IDENTITY_CARD_NO", patient.getIdcard() == null ? sign.getIdcard() : patient.getIdcard());
|
|
params.put("CARD_NO", patient.getSsc() == null ? sign.getSsc() : patient.getSsc());
|
|
params.put("CARD_NO", patient.getSsc() == null ? sign.getSsc() : patient.getSsc());
|
|
params.put("INSUR_SAFETY_NO", ""); //医疗保险号
|
|
|
|
|
|
params.put("INSUR_SAFETY_NO",patient.getMedicareNumber()); //医疗保险号
|
|
params.put("SICK_PHONE", patient.getMobile() == null ? "" : patient.getMobile()); //联系电话
|
|
params.put("SICK_PHONE", patient.getMobile() == null ? "" : patient.getMobile()); //联系电话
|
|
params.put("SICK_COUNTY", patient.getTown() == null ? "" : patient.getTown()); //行政区
|
|
params.put("SICK_COUNTY", patient.getTown() == null ? "" : patient.getTown()); //行政区
|
|
params.put("SICK_COUNTRY", patient.getStreet() == null ? "" : patient.getStreet()); //街道
|
|
params.put("SICK_COUNTRY", patient.getStreet() == null ? "" : patient.getStreet()); //街道
|
|
@ -2087,7 +2087,7 @@ public class SignRenewZYService {
|
|
params.put("BIRTHDAY", DateUtil.dateToStrShort(patient.getBirthday()));
|
|
params.put("BIRTHDAY", DateUtil.dateToStrShort(patient.getBirthday()));
|
|
params.put("IDENTITY_CARD_NO", patient.getIdcard() == null ? sign.getIdcard() : patient.getIdcard());
|
|
params.put("IDENTITY_CARD_NO", patient.getIdcard() == null ? sign.getIdcard() : patient.getIdcard());
|
|
params.put("CARD_NO", patient.getSsc() == null ? sign.getSsc() : patient.getSsc());
|
|
params.put("CARD_NO", patient.getSsc() == null ? sign.getSsc() : patient.getSsc());
|
|
params.put("INSUR_SAFETY_NO", ""); //医疗保险号
|
|
|
|
|
|
params.put("INSUR_SAFETY_NO", patient.getMedicareNumber()); //医疗保险号
|
|
params.put("SICK_PHONE", patient.getMobile() == null ? "" : patient.getMobile()); //联系电话
|
|
params.put("SICK_PHONE", patient.getMobile() == null ? "" : patient.getMobile()); //联系电话
|
|
params.put("SICK_COUNTY", patient.getTown() == null ? "" : patient.getTown()); //行政区
|
|
params.put("SICK_COUNTY", patient.getTown() == null ? "" : patient.getTown()); //行政区
|
|
params.put("SICK_COUNTRY", patient.getStreet() == null ? "" : patient.getStreet()); //街道
|
|
params.put("SICK_COUNTRY", patient.getStreet() == null ? "" : patient.getStreet()); //街道
|