| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -338,6 +338,9 @@ namespace Shentun.Peis.Models | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        [InverseProperty(nameof(SumSummaryHeader.PatientRegister))] | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        public virtual ICollection<SumSummaryHeader> SumSummaryHeaders { get; set; } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        public virtual ICollection<ChargeRequest> ChargeRequests { get; set; } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        [ForeignKey(nameof(PatientId))] | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        [InverseProperty("PatientRegisters")] | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        public virtual Patient Patient { get; set; } = null!; | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |