修改上传bug
							parent
							
								
									551eb3851b
								
							
						
					
					
						commit
						1d12d8e2ff
					
				| 
						 | 
				
			
			@ -12,8 +12,11 @@ namespace IRaCIS.Core.Application.Service
 | 
			
		|||
    {
 | 
			
		||||
        public ImageAndDocConfig()
 | 
			
		||||
        {
 | 
			
		||||
            CreateMap<AddOrUpdateStudyDto, DicomStudy>();
 | 
			
		||||
            CreateMap<AddOrUpdateSeriesDto, DicomSeries>();
 | 
			
		||||
            CreateMap<AddOrUpdateStudyDto, DicomStudy>()
 | 
			
		||||
               .ForMember(d => d.SeriesList, u => u.Ignore());
 | 
			
		||||
            CreateMap<AddOrUpdateSeriesDto, DicomSeries>()
 | 
			
		||||
                 .ForMember(d => d.DicomInstanceList, u => u.Ignore());
 | 
			
		||||
 | 
			
		||||
            CreateMap<AddInstanceDto, DicomInstance>();
 | 
			
		||||
 | 
			
		||||
            CreateMap<Report, ReportDTO>();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue