代码修改
							parent
							
								
									682a5d1c44
								
							
						
					
					
						commit
						3d92fac1d6
					
				| 
						 | 
					@ -2590,6 +2590,10 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
 | 
				
			||||||
        /// <returns></returns>
 | 
					        /// <returns></returns>
 | 
				
			||||||
        public async Task<string> CTMRIEvaluation(ReadingCalculateDto inDto)
 | 
					        public async Task<string> CTMRIEvaluation(ReadingCalculateDto inDto)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
 | 
					            if (inDto.IsBaseLine)
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                return CTMRIOverallAssessment.NA.GetEnumInt();
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
            // 靶病灶评估
 | 
					            // 靶病灶评估
 | 
				
			||||||
            var targetEvaluation = inDto.QuestionInfo.Where(x => x.QuestionType == QuestionType.TargetLesion).Select(x => x.Answer).FirstOrDefault();
 | 
					            var targetEvaluation = inDto.QuestionInfo.Where(x => x.QuestionType == QuestionType.TargetLesion).Select(x => x.Answer).FirstOrDefault();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue