|  | @ -1812,7 +1812,7 @@ public class XzzxEntranceService{
 | 
	
		
			
				|  |  |                 htmlDeo = replaceHtml(htmlDeo,"@r+outpatientCode@",jsonObject.getString("outpatientCode"));
 | 
	
		
			
				|  |  |                 htmlDeo = replaceHtml(htmlDeo,"@patientClan@",jsonObject.getString("patientClan"));
 | 
	
		
			
				|  |  |                 htmlDeo = replaceHtml(htmlDeo,"@Special@",prescriptionEmrDO.getSpecialHistory());
 | 
	
		
			
				|  |  |                 SimpleDateFormat sf = new SimpleDateFormat("yyyy-MM-dd hh:MM");
 | 
	
		
			
				|  |  |                 SimpleDateFormat sf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
 | 
	
		
			
				|  |  |                 htmlDeo = replaceHtml(htmlDeo,"@createTime@",sf.format(prescriptionEmrDO.getCreateTime()));
 | 
	
		
			
				|  |  |                 htmlDeo = replaceHtml(htmlDeo,"@complaint@",prescriptionEmrDO.getComplaint());
 | 
	
		
			
				|  |  |                 htmlDeo = replaceHtml(htmlDeo,"@medicalHistory@",prescriptionEmrDO.getMedicalHistory());
 | 
	
	
		
			
				|  | @ -3464,7 +3464,7 @@ public Map checkSyncHis(String IoFlag,String PayCardNo,String NullahNumber,Strin
 | 
	
		
			
				|  |  |                 paramRequest.put("patientName",basePatientDO.getName());
 | 
	
		
			
				|  |  |                 paramRequest.put("patientClan","0"); }
 | 
	
		
			
				|  |  |             if (null!=wlyyOutpatientDO){
 | 
	
		
			
				|  |  |                 paramRequest.put("deptCode",wlyyOutpatientDO.getDept());
 | 
	
		
			
				|  |  |                 paramRequest.put("deptCode",wlyyOutpatientDO.getDeptName());
 | 
	
		
			
				|  |  |                 paramRequest.put("outpatientCode","R"+wlyyOutpatientDO.getRegisterNo());
 | 
	
		
			
				|  |  |                 paramRequest.put("eventno","R"+wlyyOutpatientDO.getRegisterNo());
 | 
	
		
			
				|  |  |             }
 | 
	
	
		
			
				|  | @ -3518,6 +3518,8 @@ public Map checkSyncHis(String IoFlag,String PayCardNo,String NullahNumber,Strin
 | 
	
		
			
				|  |  |                     wlyyPrescriptionEmrDO.setPhysicalExamination(null == jsonObject.get("PHYSICAL_EXAMINATION") ? "" : jsonObject.get("PHYSICAL_EXAMINATION").toString());
 | 
	
		
			
				|  |  |                     wlyyPrescriptionEmrDO.setAssistExamination(null == jsonObject.get("OBSERVE_RESULT") ? "" : jsonObject.get("OBSERVE_RESULT").toString());
 | 
	
		
			
				|  |  |                     wlyyPrescriptionEmrDO.setAllergicHistory(null == jsonObject.get("ALLERGY_HISTORY") ? "" : jsonObject.get("ALLERGY_HISTORY").toString());
 | 
	
		
			
				|  |  |                     wlyyPrescriptionEmrDO.setPopularHistory(null == jsonObject.get("EPIDEMIOLOGICAL") ? "" : jsonObject.get("EPIDEMIOLOGICAL").toString());
 | 
	
		
			
				|  |  |                     wlyyPrescriptionEmrDO.setSpecialHistory(null == jsonObject.get("SPECIAL_HISTORY") ? "" : jsonObject.get("SPECIAL_HISTORY").toString());
 | 
	
		
			
				|  |  |                     wlyyPrescriptionEmrDOList.add(wlyyPrescriptionEmrDO);
 | 
	
		
			
				|  |  |                 }
 | 
	
		
			
				|  |  |             }
 |