Uat_Study
			
			
		
		
							parent
							
								
									d201cc4c86
								
							
						
					
					
						commit
						c9f93f4d70
					
				| 
						 | 
					@ -959,8 +959,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
                return nameof(YesOrNoOrNa.NA);
 | 
					                return nameof(YesOrNoOrNa.NA);
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					            var targetCount = inDto.QuestionInfo.Where(x => x.LesionType == LesionType.TargetLesion).SelectMany(x => x.TableRowInfoList).Count();
 | 
				
			||||||
            var targetCount = inDto.QuestionInfo.Where(x => x.QuestionType == QuestionType.TargetLesion).SelectMany(x => x.TableRowInfoList).Count();
 | 
					 | 
				
			||||||
            if (targetCount == 0)
 | 
					            if (targetCount == 0)
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
                return nameof(YesOrNoOrNa.NA);
 | 
					                return nameof(YesOrNoOrNa.NA);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue