|
@ -288,6 +288,8 @@ public class EntranceService {
|
|
|
wlyyPrescriptionVO = initWlyyPrescriptionVo(new WlyyPrescriptionVO(), jsonObjectBody, realOrder);
|
|
|
wlyyPrescriptionVO.setHospital("350211A1002");
|
|
|
wlyyPrescriptionVO.setHospitalName("厦门市中山医院");
|
|
|
String doasgeTime=null != jsonObjectBody.get("DISP_DATE") ? jsonObjectBody.get("DISP_DATE").toString() : "";
|
|
|
wlyyPrescriptionVO.setDosageTime(DateUtil.strToDate((doasgeTime+" 00:00:00"),DateUtil.YYYY_MM_DD_HH_MM_SS));
|
|
|
wlyyPrescriptionVOMap.put(realOrder, wlyyPrescriptionVO);
|
|
|
//主诊断 毒蛇咬伤&T63.001
|
|
|
String[] icdName = jsonObjectBody.get("icd_name").toString().split("&");
|
|
@ -384,7 +386,7 @@ public class EntranceService {
|
|
|
|
|
|
wlyyPrescriptionVO.setPatientCode(patNo);
|
|
|
wlyyPrescriptionVO.setPatientName(patientName);
|
|
|
wlyyPrescriptionVO.setIdcard(patientMappingDo.getIdcard());
|
|
|
wlyyPrescriptionVO.setIdcard(null==patientMappingDo?null:patientMappingDo.getIdcard());
|
|
|
//TODO 社保卡号
|
|
|
wlyyPrescriptionVO.setSsc("");
|
|
|
wlyyPrescriptionVO.setHisDoctorCode(null != jsonObjectBody.get("PRESC_DOC") ? jsonObjectBody.get("PRESC_DOC").toString() : "");
|