[上传增加稽查字段]迁移
							parent
							
								
									a5e257a2f1
								
							
						
					
					
						commit
						b6798a3466
					
				| 
						 | 
				
			
			@ -220,6 +220,8 @@ namespace IRaCIS.Core.Application.Contracts
 | 
			
		|||
 | 
			
		||||
        public int FailedFileCount { get; set; }
 | 
			
		||||
 | 
			
		||||
        public string RecordPath { get; set; }
 | 
			
		||||
 | 
			
		||||
        public AddOrUpdateStudyDto Study { get; set; }
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -151,7 +151,8 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
 | 
			
		|||
                studyMonitor.UploadFinishedTime = DateTime.Now;
 | 
			
		||||
                studyMonitor.ArchiveFinishedTime = DateTime.Now;
 | 
			
		||||
                studyMonitor.FailedFileCount = incommand.FailedFileCount;
 | 
			
		||||
                studyMonitor.IsSuccess = true;
 | 
			
		||||
                studyMonitor.IsSuccess = incommand.FailedFileCount==0;
 | 
			
		||||
                studyMonitor.RecordPath=incommand.RecordPath;
 | 
			
		||||
 | 
			
		||||
                //上传
 | 
			
		||||
                if (studyMonitor.IsDicomReUpload == false)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -87,6 +87,8 @@ namespace IRaCIS.Core.Domain.Models
 | 
			
		|||
 | 
			
		||||
        public string Note = string.Empty;
 | 
			
		||||
 | 
			
		||||
        public string RecordPath { get; set; }
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue