| 
					
				 | 
			
			
				@ -1,8 +1,10 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				package com.yihu.jw.care.zhylyjkglxt.entity; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				import com.fasterxml.jackson.annotation.JsonFormat; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				import com.yihu.jw.entity.UuidIdentityEntityWithOperator; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				import com.yihu.jw.entity.care.securitymonitoring.EmergencyWarnConclusionDO; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				import javax.persistence.Column; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				import javax.persistence.Entity; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				import javax.persistence.Table; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				import javax.persistence.Transient; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -91,6 +93,7 @@ public class ZhEmergencyAssistanceDO extends UuidIdentityEntityWithOperator { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.patient = patient; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "patient_name") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getPatientName() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return patientName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -99,6 +102,7 @@ public class ZhEmergencyAssistanceDO extends UuidIdentityEntityWithOperator { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.patientName = patientName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "patient_phone") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getPatientPhone() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return patientPhone; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -107,6 +111,7 @@ public class ZhEmergencyAssistanceDO extends UuidIdentityEntityWithOperator { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.patientPhone = patientPhone; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "patient_idcard") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getPatientIdcard() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return patientIdcard; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -115,6 +120,7 @@ public class ZhEmergencyAssistanceDO extends UuidIdentityEntityWithOperator { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.patientIdcard = patientIdcard; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "org_code") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getOrgCode() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return orgCode; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -123,6 +129,7 @@ public class ZhEmergencyAssistanceDO extends UuidIdentityEntityWithOperator { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.orgCode = orgCode; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "org_name") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getOrgName() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return orgName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -131,6 +138,7 @@ public class ZhEmergencyAssistanceDO extends UuidIdentityEntityWithOperator { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.orgName = orgName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "serve_lat") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getServeLat() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return serveLat; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -139,6 +147,7 @@ public class ZhEmergencyAssistanceDO extends UuidIdentityEntityWithOperator { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.serveLat = serveLat; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "serve_lon") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getServeLon() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return serveLon; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -147,6 +156,7 @@ public class ZhEmergencyAssistanceDO extends UuidIdentityEntityWithOperator { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.serveLon = serveLon; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "session_id") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getSessionId() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return sessionId; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -163,6 +173,7 @@ public class ZhEmergencyAssistanceDO extends UuidIdentityEntityWithOperator { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.doctor = doctor; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "doctor_name") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getDoctorName() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return doctorName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -171,6 +182,7 @@ public class ZhEmergencyAssistanceDO extends UuidIdentityEntityWithOperator { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.doctorName = doctorName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "doctor_lat") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getDoctorLat() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return doctorLat; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -179,6 +191,7 @@ public class ZhEmergencyAssistanceDO extends UuidIdentityEntityWithOperator { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.doctorLat = doctorLat; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "doctor_lon") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getDoctorLon() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return doctorLon; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -195,6 +208,7 @@ public class ZhEmergencyAssistanceDO extends UuidIdentityEntityWithOperator { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.conclusion = conclusion; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "conclusion_img") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getConclusionImg() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return conclusionImg; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -211,6 +225,7 @@ public class ZhEmergencyAssistanceDO extends UuidIdentityEntityWithOperator { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.status = status; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "serve_address") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getServeAddress() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return serveAddress; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -218,6 +233,8 @@ public class ZhEmergencyAssistanceDO extends UuidIdentityEntityWithOperator { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public void setServeAddress(String serveAddress) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.serveAddress = serveAddress; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "doctor_address") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getDoctorAddress() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return doctorAddress; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -226,6 +243,7 @@ public class ZhEmergencyAssistanceDO extends UuidIdentityEntityWithOperator { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.doctorAddress = doctorAddress; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "complete_time") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public Date getCompleteTime() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return completeTime; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -234,6 +252,7 @@ public class ZhEmergencyAssistanceDO extends UuidIdentityEntityWithOperator { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.completeTime = completeTime; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "team_code") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getTeamCode() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return teamCode; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -242,6 +261,7 @@ public class ZhEmergencyAssistanceDO extends UuidIdentityEntityWithOperator { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.teamCode = teamCode; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "proxy_patient") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getProxyPatient() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return proxyPatient; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -250,6 +270,7 @@ public class ZhEmergencyAssistanceDO extends UuidIdentityEntityWithOperator { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.proxyPatient = proxyPatient; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "proxy_patient_name") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getProxyPatientName() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return proxyPatientName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -258,6 +279,7 @@ public class ZhEmergencyAssistanceDO extends UuidIdentityEntityWithOperator { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.proxyPatientName = proxyPatientName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "proxy_patient_phone") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getProxyPatientPhone() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return proxyPatientPhone; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -328,6 +350,7 @@ public class ZhEmergencyAssistanceDO extends UuidIdentityEntityWithOperator { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.otherDoctorDistance = otherDoctorDistance; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "order_source") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public Integer getOrderSource() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return orderSource; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -345,6 +368,7 @@ public class ZhEmergencyAssistanceDO extends UuidIdentityEntityWithOperator { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.emergencyWarnConclusionDO = emergencyWarnConclusionDO; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "emergency_cancel") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public Integer getEmergencyCancel() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return emergencyCancel; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -353,6 +377,7 @@ public class ZhEmergencyAssistanceDO extends UuidIdentityEntityWithOperator { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.emergencyCancel = emergencyCancel; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "device_sn") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getDeviceSn() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return deviceSn; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 |