| 
					
					
						
							
						
					
					
				 | 
				@ -494,7 +494,7 @@ namespace Shentun.Peis.PrintReports | 
			
		
		
	
		
			
				 | 
				 | 
				                        DisplayOrder = sa.DisplayOrder, | 
				 | 
				 | 
				                        DisplayOrder = sa.DisplayOrder, | 
			
		
		
	
		
			
				 | 
				 | 
				                    }).OrderBy(o => o.DisplayOrder).ToList(), | 
				 | 
				 | 
				                    }).OrderBy(o => o.DisplayOrder).ToList(), | 
			
		
		
	
		
			
				 | 
				 | 
				                    CommonReasons = s.SumSuggestionContents. | 
				 | 
				 | 
				                    CommonReasons = s.SumSuggestionContents. | 
			
		
		
	
		
			
				 | 
				 | 
				                    Where(o => o.SuggestionType == SuggestionTypeFlag.MedicalInterpretation) | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                    Where(o => o.SuggestionType == SuggestionTypeFlag.CommonReasons) | 
			
		
		
	
		
			
				 | 
				 | 
				                    .OrderBy(o => o.DisplayOrder) | 
				 | 
				 | 
				                    .OrderBy(o => o.DisplayOrder) | 
			
		
		
	
		
			
				 | 
				 | 
				                    .Select(sa => new MedicalReportSumSuggestionContentDto | 
				 | 
				 | 
				                    .Select(sa => new MedicalReportSumSuggestionContentDto | 
			
		
		
	
		
			
				 | 
				 | 
				                    { | 
				 | 
				 | 
				                    { | 
			
		
		
	
	
		
			
				| 
					
					
					
						
							
						
					
				 | 
				@ -502,7 +502,7 @@ namespace Shentun.Peis.PrintReports | 
			
		
		
	
		
			
				 | 
				 | 
				                        DisplayOrder = sa.DisplayOrder, | 
				 | 
				 | 
				                        DisplayOrder = sa.DisplayOrder, | 
			
		
		
	
		
			
				 | 
				 | 
				                    }).OrderBy(o => o.DisplayOrder).ToList(), | 
				 | 
				 | 
				                    }).OrderBy(o => o.DisplayOrder).ToList(), | 
			
		
		
	
		
			
				 | 
				 | 
				                    HealthGuidances = s.SumSuggestionContents. | 
				 | 
				 | 
				                    HealthGuidances = s.SumSuggestionContents. | 
			
		
		
	
		
			
				 | 
				 | 
				                    Where(o => o.SuggestionType == SuggestionTypeFlag.MedicalInterpretation) | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                    Where(o => o.SuggestionType == SuggestionTypeFlag.HealthGuidance) | 
			
		
		
	
		
			
				 | 
				 | 
				                    .OrderBy(o => o.DisplayOrder) | 
				 | 
				 | 
				                    .OrderBy(o => o.DisplayOrder) | 
			
		
		
	
		
			
				 | 
				 | 
				                    .Select(sa => new MedicalReportSumSuggestionContentDto | 
				 | 
				 | 
				                    .Select(sa => new MedicalReportSumSuggestionContentDto | 
			
		
		
	
		
			
				 | 
				 | 
				                    { | 
				 | 
				 | 
				                    { | 
			
		
		
	
	
		
			
				| 
					
						
							
						
					
					
					
				 | 
				
  |