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