|
@ -1350,9 +1350,9 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
|
"<InsuranceNo>"+basePatientDO.getIdcard()+"</InsuranceNo>" +
|
|
|
"<PatientName>"+basePatientDO.getName()+"</PatientName>" +
|
|
|
"<TmpFlag>正式</TmpFlag>" +
|
|
|
"<LastName>"+basePatientDO.getName().substring(0,1)+"</LastName>" +
|
|
|
"<FirstName>"+basePatientDO.getName().substring(1,basePatientDO.getName().length())+"</FirstName>" +
|
|
|
"<PY>"+ PinYinUtils.getUpEname(basePatientDO.getName())+"</PY> \n" +
|
|
|
"<LastName>"+basePatientDO.getName().substring(1,basePatientDO.getName().length())+"</LastName>" +
|
|
|
"<FirstName>"+basePatientDO.getName().substring(0,1)+"</FirstName>" +
|
|
|
"<PY>"+ PinYinUtils.getUpEname(basePatientDO.getName())+"</PY>" +
|
|
|
"<WB></WB>" +
|
|
|
"<SexCode>"+basePatientDO.getSex()+"</SexCode>";
|
|
|
if(1 == basePatientDO.getSex()){
|
|
@ -1361,7 +1361,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
|
xmlStr = xmlStr + "<Sex>女</Sex>";
|
|
|
}
|
|
|
|
|
|
xmlStr = xmlStr + "<DateOfBirth>"+IdCardUtil.getBirthdayForIdcard(basePatientDO.getIdcard())+"</DateOfBirth>" +
|
|
|
xmlStr = xmlStr + "<DateOfBirth>"+DateUtil.dateToStrShort(IdCardUtil.getBirthdayForIdcard(basePatientDO.getIdcard()))+"</DateOfBirth>" +
|
|
|
"<TimeOfBirth></TimeOfBirth>" +
|
|
|
"<MarriageStatusCode></MarriageStatusCode>" +
|
|
|
"<MarriageStatus></MarriageStatus>" +
|
|
@ -1392,12 +1392,12 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
|
"<ContractUnit></ContractUnit>" +
|
|
|
"<BusinessAddressCode></BusinessAddressCode>" +
|
|
|
"<BusinessAddress></BusinessAddress>" +
|
|
|
"<BusinessPostCode>/BusinessPostCode>" +
|
|
|
"<BusinessPostCode></BusinessPostCode>" +
|
|
|
"<BusinessPhone></BusinessPhone>" +
|
|
|
"<HomeAddressCode></HomeAddressCode>" +
|
|
|
"<HomeAddress></HomeAddress>" +
|
|
|
"<HomePostCode></HomePostCode>" +
|
|
|
"<MobilePhone></MobilePhone>n" +
|
|
|
"<MobilePhone></MobilePhone>" +
|
|
|
"<Contact></Contact>" +
|
|
|
"<RelationCode></RelationCode>" +
|
|
|
"<Relation></Relation>" +
|