| 
					
				 | 
			
			
				@ -301,6 +301,7 @@ public class PatientDevice extends IdEntity { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public PatientDevice() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "apply_status") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public Integer getApplyStatus() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return applyStatus; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -309,6 +310,7 @@ public class PatientDevice extends IdEntity { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.applyStatus = applyStatus; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "apply_reason") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getApplyReason() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return applyReason; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -317,6 +319,7 @@ public class PatientDevice extends IdEntity { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.applyReason = applyReason; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "refuse_reason") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getRefuseReason() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return refuseReason; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 |