|  | @ -65,6 +65,17 @@ public class PatientRehabilitationPlanDO extends UuidIdentityEntity implements S
 | 
	
		
			
				|  |  |     private String patientInfoCode;//自动下转关联code wlyy_rehabilitation_patient_info 的code
 | 
	
		
			
				|  |  |     private String thirdOrgCode;//自动下转的医院code wlyy_rehabilitation_patient_info的 hospital_code
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     @Column(name = "event_type")
 | 
	
		
			
				|  |  |     private String eventType;//1或者空为住院  ,2为门诊
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     public String getEventType() {
 | 
	
		
			
				|  |  |         return eventType;
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     public void setEventType(String eventType) {
 | 
	
		
			
				|  |  |         this.eventType = eventType;
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     @Column(name = "is_verify")
 | 
	
		
			
				|  |  |     public String getIsVerify() {
 | 
	
		
			
				|  |  |         return isVerify;
 |