|
|
|
@ -44,11 +44,11 @@ public class CommonService {
|
|
|
|
|
iOcrBasicTestService.saveOrUpdate(addOcrBasicDTO);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AddOcrFileInfoTestDTO addOcrFileInfoDTO = new AddOcrFileInfoTestDTO();
|
|
|
|
|
|
|
|
|
|
List<AddOcrFileInfoTestDTO> files = new ArrayList<>();
|
|
|
|
|
|
|
|
|
|
for (UploadFileVO uploadFileVO : segmentation) {
|
|
|
|
|
AddOcrFileInfoTestDTO addOcrFileInfoDTO = new AddOcrFileInfoTestDTO();
|
|
|
|
|
|
|
|
|
|
addOcrFileInfoDTO.setPatientId(request.getPatientId());
|
|
|
|
|
addOcrFileInfoDTO.setFileTitle(uploadFileVO.getFileTitle());
|
|
|
|
|
addOcrFileInfoDTO.setPicName(uploadFileVO.getFileName());
|
|
|
|
@ -78,11 +78,10 @@ public class CommonService {
|
|
|
|
|
|
|
|
|
|
iOcrBasicService.saveOrUpdate(addOcrBasicDTO);
|
|
|
|
|
|
|
|
|
|
AddOcrFileInfoDTO addOcrFileInfoDTO = new AddOcrFileInfoDTO();
|
|
|
|
|
|
|
|
|
|
List<AddOcrFileInfoDTO> files = new ArrayList<>();
|
|
|
|
|
|
|
|
|
|
for (UploadFileVO uploadFileVO : segmentation) {
|
|
|
|
|
AddOcrFileInfoDTO addOcrFileInfoDTO = new AddOcrFileInfoDTO();
|
|
|
|
|
addOcrFileInfoDTO.setPatientId(request.getPatientId());
|
|
|
|
|
addOcrFileInfoDTO.setFileTitle(uploadFileVO.getFileTitle());
|
|
|
|
|
addOcrFileInfoDTO.setPicName(uploadFileVO.getFileName());
|
|
|
|
|