|
@@ -199,6 +199,7 @@ public class QcCacesEntryFacade extends QcCasesEntryServiceImpl {
|
|
res.setEntryName(qcCasesEntry.getName());
|
|
res.setEntryName(qcCasesEntry.getName());
|
|
res.setHospitalId(qcEntryTypeVO.getHospitalId());
|
|
res.setHospitalId(qcEntryTypeVO.getHospitalId());
|
|
res.setEntryId(qcEntryTypeVO.getEntryId());
|
|
res.setEntryId(qcEntryTypeVO.getEntryId());
|
|
|
|
+ res.setCasesName(qcCasesEntry.getCasesName());
|
|
}
|
|
}
|
|
return res;
|
|
return res;
|
|
}
|
|
}
|