|
@ -2463,6 +2463,14 @@ public class XzzxEntranceService{
|
|
}
|
|
}
|
|
wlyyPrescriptionVO.setInspectionVOs(wlyyInspectionVOList);
|
|
wlyyPrescriptionVO.setInspectionVOs(wlyyInspectionVOList);
|
|
}
|
|
}
|
|
|
|
try {
|
|
|
|
List<WlyyPrescriptionEmrDO> listEmr = selectHistoryEmr(patNo,"");
|
|
|
|
if (null!=listEmr&&listEmr.size()>0){
|
|
|
|
wlyyPrescriptionVO.setWlyyPrescriptionEmrDO(listEmr.get(0));
|
|
|
|
}
|
|
|
|
} catch (Exception e) {
|
|
|
|
e.printStackTrace();
|
|
|
|
}
|
|
prescriptionVOList.add(wlyyPrescriptionVO);
|
|
prescriptionVOList.add(wlyyPrescriptionVO);
|
|
}
|
|
}
|
|
}
|
|
}
|