|
@ -1445,7 +1445,9 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
public void setInspectionParam(com.alibaba.fastjson.JSONArray jsonData,DoctorMappingDO doctorMappingDO,WlyyOutpatientDO outpatientDO,WlyyPrescriptionDO prescriptionDO,WlyyInspectionDO inspectionDO,String Icd10){
|
|
public void setInspectionParam(com.alibaba.fastjson.JSONArray jsonData,DoctorMappingDO doctorMappingDO,WlyyOutpatientDO outpatientDO,WlyyPrescriptionDO prescriptionDO,WlyyInspectionDO inspectionDO,String Icd10){
|
|
|
|
|
|
com.alibaba.fastjson.JSONObject json = new com.alibaba.fastjson.JSONObject();
|
|
com.alibaba.fastjson.JSONObject json = new com.alibaba.fastjson.JSONObject();
|
|
|
|
|
|
|
|
if(StringUtils.isNotBlank(prescriptionDO.getRealOrder())){
|
|
|
|
json.put("realOrder",prescriptionDO.getRealOrder());
|
|
|
|
}
|
|
json.put("cardNo",outpatientDO.getCardNo());
|
|
json.put("cardNo",outpatientDO.getCardNo());
|
|
json.put("doctor",doctorMappingDO.getMappingCode());
|
|
json.put("doctor",doctorMappingDO.getMappingCode());
|
|
json.put("dept",inspectionDO.getDept());
|
|
json.put("dept",inspectionDO.getDept());
|