|
@ -39,6 +39,7 @@ public class PatientRehabilitationPlanDO extends UuidIdentityEntityWithOperator
|
|
|
@Column(name = "status")
|
|
|
private Integer status;//状态(0已中止,1进行中,2已完成)
|
|
|
|
|
|
@Column(name = "saas_id")
|
|
|
public String getSaasId() {
|
|
|
return saasId;
|
|
|
}
|
|
@ -47,6 +48,7 @@ public class PatientRehabilitationPlanDO extends UuidIdentityEntityWithOperator
|
|
|
this.saasId = saasId;
|
|
|
}
|
|
|
|
|
|
@Column(name = "patient")
|
|
|
public String getPatient() {
|
|
|
return patient;
|
|
|
}
|
|
@ -55,6 +57,7 @@ public class PatientRehabilitationPlanDO extends UuidIdentityEntityWithOperator
|
|
|
this.patient = patient;
|
|
|
}
|
|
|
|
|
|
@Column(name = "title")
|
|
|
public String getTitle() {
|
|
|
return title;
|
|
|
}
|
|
@ -63,6 +66,7 @@ public class PatientRehabilitationPlanDO extends UuidIdentityEntityWithOperator
|
|
|
this.title = title;
|
|
|
}
|
|
|
|
|
|
@Column(name = "payment")
|
|
|
public Integer getPayment() {
|
|
|
return payment;
|
|
|
}
|
|
@ -71,6 +75,7 @@ public class PatientRehabilitationPlanDO extends UuidIdentityEntityWithOperator
|
|
|
this.payment = payment;
|
|
|
}
|
|
|
|
|
|
@Column(name = "total_expense")
|
|
|
public Integer getTotalExpense() {
|
|
|
return totalExpense;
|
|
|
}
|
|
@ -79,6 +84,7 @@ public class PatientRehabilitationPlanDO extends UuidIdentityEntityWithOperator
|
|
|
this.totalExpense = totalExpense;
|
|
|
}
|
|
|
|
|
|
@Column(name = "plan_type")
|
|
|
public Integer getPlanType() {
|
|
|
return planType;
|
|
|
}
|
|
@ -87,6 +93,7 @@ public class PatientRehabilitationPlanDO extends UuidIdentityEntityWithOperator
|
|
|
this.planType = planType;
|
|
|
}
|
|
|
|
|
|
@Column(name = "name")
|
|
|
public String getName() {
|
|
|
return name;
|
|
|
}
|
|
@ -95,6 +102,7 @@ public class PatientRehabilitationPlanDO extends UuidIdentityEntityWithOperator
|
|
|
this.name = name;
|
|
|
}
|
|
|
|
|
|
@Column(name = "service_package_id")
|
|
|
public String getServicePackageId() {
|
|
|
return servicePackageId;
|
|
|
}
|
|
@ -103,6 +111,7 @@ public class PatientRehabilitationPlanDO extends UuidIdentityEntityWithOperator
|
|
|
this.servicePackageId = servicePackageId;
|
|
|
}
|
|
|
|
|
|
@Column(name = "status")
|
|
|
public Integer getStatus() {
|
|
|
return status;
|
|
|
}
|
|
@ -111,6 +120,7 @@ public class PatientRehabilitationPlanDO extends UuidIdentityEntityWithOperator
|
|
|
this.status = status;
|
|
|
}
|
|
|
|
|
|
@Column(name = "disease")
|
|
|
public String getDisease() {
|
|
|
return disease;
|
|
|
}
|
|
@ -119,6 +129,7 @@ public class PatientRehabilitationPlanDO extends UuidIdentityEntityWithOperator
|
|
|
this.disease = disease;
|
|
|
}
|
|
|
|
|
|
@Column(name = "disease_name")
|
|
|
public String getDiseaseName() {
|
|
|
return diseaseName;
|
|
|
}
|
|
@ -127,6 +138,7 @@ public class PatientRehabilitationPlanDO extends UuidIdentityEntityWithOperator
|
|
|
this.diseaseName = diseaseName;
|
|
|
}
|
|
|
|
|
|
@Column(name = "service_qr_code")
|
|
|
public String getServiceQrCode() {
|
|
|
return serviceQrCode;
|
|
|
}
|