| 
					
					
						
							
						
					
					
				 | 
				@ -315,6 +315,7 @@ namespace Shentun.Peis.PrintReports | 
			
		
		
	
		
			
				 | 
				 | 
				                SexName = _cacheService.GetSexNameAsync(patientRegister.SexId).Result, | 
				 | 
				 | 
				                SexName = _cacheService.GetSexNameAsync(patientRegister.SexId).Result, | 
			
		
		
	
		
			
				 | 
				 | 
				                BirthDate = patientRegister.BirthDate, | 
				 | 
				 | 
				                BirthDate = patientRegister.BirthDate, | 
			
		
		
	
		
			
				 | 
				 | 
				                Age = patientRegister.Age, | 
				 | 
				 | 
				                Age = patientRegister.Age, | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                MaritalStatusName = _cacheService.GetMaritalStatusNameAsync(patientRegister.MaritalStatusId).Result, | 
			
		
		
	
		
			
				 | 
				 | 
				                NationName = _cacheService.GetNationNameAsync(patientRegister.Patient.NationId).Result, | 
				 | 
				 | 
				                NationName = _cacheService.GetNationNameAsync(patientRegister.Patient.NationId).Result, | 
			
		
		
	
		
			
				 | 
				 | 
				                MobileTelephone = patientRegister.Patient.MobileTelephone, | 
				 | 
				 | 
				                MobileTelephone = patientRegister.Patient.MobileTelephone, | 
			
		
		
	
		
			
				 | 
				 | 
				                IsVip = patientRegister.IsVip, | 
				 | 
				 | 
				                IsVip = patientRegister.IsVip, | 
			
		
		
	
	
		
			
				| 
					
						
							
						
					
					
					
				 | 
				
  |