添加删除非Dicom文件删除
							parent
							
								
									ffdcacd323
								
							
						
					
					
						commit
						1228c4bee6
					
				| 
						 | 
				
			
			@ -157,7 +157,7 @@ namespace IRaCIS.Core.API.Controllers
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
        /// <summary>
 | 
			
		||||
        /// 删除
 | 
			
		||||
        /// 删除非dicom
 | 
			
		||||
        /// </summary>
 | 
			
		||||
        /// <param name="opt"></param>
 | 
			
		||||
        /// <returns></returns>
 | 
			
		||||
| 
						 | 
				
			
			@ -169,7 +169,20 @@ namespace IRaCIS.Core.API.Controllers
 | 
			
		|||
            return await _inspectionService.Enforcement(opt.OptCommand.Id, opt.AuditInfo, opt.SignInfo, fun);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
     
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        /// <summary>
 | 
			
		||||
        /// 删除非dicom文件
 | 
			
		||||
        /// </summary>
 | 
			
		||||
        /// <param name="opt"></param>
 | 
			
		||||
        /// <returns></returns>
 | 
			
		||||
        [HttpPost, Route("Inspection/noneDicom/deleteNoneDicomStudyFile")]
 | 
			
		||||
        [UnitOfWork]
 | 
			
		||||
        public async Task<IResponseOutput> deleteNoneDicomStudyFile(DataInspectionDto<IDDto> opt)
 | 
			
		||||
        {
 | 
			
		||||
            var fun = _noneDicomStudyService.DeleteNoneDicomStudyFile;
 | 
			
		||||
            return await _inspectionService.Enforcement(opt.OptCommand.Id, opt.AuditInfo, opt.SignInfo, fun);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        #endregion
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -19,5 +19,8 @@ namespace IRaCIS.Core.Application.Contracts
 | 
			
		|||
        Task<List<NoneDicomStudyView>> GetNoneDicomStudyList(Guid subjectVisitId);
 | 
			
		||||
        Task<List<NoneDicomStudyFileView>> GetVisitNoneDicomStudyFileList(Guid subjectVisitId);
 | 
			
		||||
        Task<IResponseOutput> UploadNoneDicomFile(IFormCollection formCollection, Guid subjectVisitId, Guid noneDicomStudyId);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
      
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in New Issue