|
@@ -3,7 +3,7 @@ package com.diagbot.entity;
|
|
|
import com.baomidou.mybatisplus.annotation.IdType;
|
|
|
import com.baomidou.mybatisplus.annotation.TableId;
|
|
|
import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
-import lombok.Data;
|
|
|
+import lombok.*;
|
|
|
|
|
|
import java.io.Serializable;
|
|
|
import java.util.Date;
|
|
@@ -17,6 +17,10 @@ import java.util.Date;
|
|
|
* @since 2020-04-13
|
|
|
*/
|
|
|
@TableName("med_behospital_info")
|
|
|
+@NoArgsConstructor
|
|
|
+@AllArgsConstructor
|
|
|
+@Getter
|
|
|
+@Setter
|
|
|
@Data
|
|
|
public class BehospitalInfo implements Serializable {
|
|
|
|
|
@@ -201,332 +205,13 @@ public class BehospitalInfo implements Serializable {
|
|
|
/**
|
|
|
* 取消入院,如果为0则表示未取消入院
|
|
|
*/
|
|
|
-
|
|
|
private String isCancelBehospital;
|
|
|
|
|
|
- public String getIsCancelBehospital() {
|
|
|
- return isCancelBehospital;
|
|
|
- }
|
|
|
-
|
|
|
- public void setIsCancelBehospital(String isCancelBehospital) {
|
|
|
- this.isCancelBehospital = isCancelBehospital;
|
|
|
- }
|
|
|
-
|
|
|
- public String getIsDaytime() {
|
|
|
- return isDaytime;
|
|
|
- }
|
|
|
-
|
|
|
- public void setIsDaytime(String isDaytime) {
|
|
|
- this.isDaytime = isDaytime;
|
|
|
- }
|
|
|
-
|
|
|
- public String getIsBaby() {
|
|
|
- return isBaby;
|
|
|
- }
|
|
|
-
|
|
|
- public void setIsBaby(String isBaby) {
|
|
|
- this.isBaby = isBaby;
|
|
|
- }
|
|
|
-
|
|
|
- public String getInState() {
|
|
|
- return inState;
|
|
|
- }
|
|
|
-
|
|
|
- public void setInState(String inState) {
|
|
|
- this.inState = inState;
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- public String getBehospitalCode() {
|
|
|
- return behospitalCode;
|
|
|
- }
|
|
|
-
|
|
|
- public void setBehospitalCode(String behospitalCode) {
|
|
|
- this.behospitalCode = behospitalCode;
|
|
|
- }
|
|
|
-
|
|
|
- public Long getHospitalId() {
|
|
|
- return hospitalId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setHospitalId(Long hospitalId) {
|
|
|
- this.hospitalId = hospitalId;
|
|
|
- }
|
|
|
-
|
|
|
- public String getName() {
|
|
|
- return name;
|
|
|
- }
|
|
|
-
|
|
|
- public void setName(String name) {
|
|
|
- this.name = name;
|
|
|
- }
|
|
|
-
|
|
|
- public String getSex() {
|
|
|
- return sex;
|
|
|
- }
|
|
|
-
|
|
|
- public void setSex(String sex) {
|
|
|
- this.sex = sex;
|
|
|
- }
|
|
|
-
|
|
|
- public Date getBirthday() {
|
|
|
- return birthday;
|
|
|
- }
|
|
|
-
|
|
|
- public void setBirthday(Date birthday) {
|
|
|
- this.birthday = birthday;
|
|
|
- }
|
|
|
-
|
|
|
- public String getFileCode() {
|
|
|
- return fileCode;
|
|
|
- }
|
|
|
-
|
|
|
- public void setFileCode(String fileCode) {
|
|
|
- this.fileCode = fileCode;
|
|
|
- }
|
|
|
-
|
|
|
- public Long getQcTypeId() {
|
|
|
- return qcTypeId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setQcTypeId(Long qcTypeId) {
|
|
|
- this.qcTypeId = qcTypeId;
|
|
|
- }
|
|
|
-
|
|
|
- public String getWardCode() {
|
|
|
- return wardCode;
|
|
|
- }
|
|
|
-
|
|
|
- public void setWardCode(String wardCode) {
|
|
|
- this.wardCode = wardCode;
|
|
|
- }
|
|
|
-
|
|
|
- public String getWardName() {
|
|
|
- return wardName;
|
|
|
- }
|
|
|
-
|
|
|
- public void setWardName(String wardName) {
|
|
|
- this.wardName = wardName;
|
|
|
- }
|
|
|
-
|
|
|
- public String getBehDeptId() {
|
|
|
- return behDeptId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setBehDeptId(String behDeptId) {
|
|
|
- this.behDeptId = behDeptId;
|
|
|
- }
|
|
|
-
|
|
|
- public String getBehDeptName() {
|
|
|
- return behDeptName;
|
|
|
- }
|
|
|
-
|
|
|
- public void setBehDeptName(String behDeptName) {
|
|
|
- this.behDeptName = behDeptName;
|
|
|
- }
|
|
|
-
|
|
|
- public String getBedCode() {
|
|
|
- return bedCode;
|
|
|
- }
|
|
|
-
|
|
|
- public void setBedCode(String bedCode) {
|
|
|
- this.bedCode = bedCode;
|
|
|
- }
|
|
|
-
|
|
|
- public String getBedName() {
|
|
|
- return bedName;
|
|
|
- }
|
|
|
-
|
|
|
- public void setBedName(String bedName) {
|
|
|
- this.bedName = bedName;
|
|
|
- }
|
|
|
-
|
|
|
- public String getInsuranceName() {
|
|
|
- return insuranceName;
|
|
|
- }
|
|
|
-
|
|
|
- public void setInsuranceName(String insuranceName) {
|
|
|
- this.insuranceName = insuranceName;
|
|
|
- }
|
|
|
-
|
|
|
- public String getJobType() {
|
|
|
- return jobType;
|
|
|
- }
|
|
|
-
|
|
|
- public void setJobType(String jobType) {
|
|
|
- this.jobType = jobType;
|
|
|
- }
|
|
|
-
|
|
|
- public Date getBehospitalDate() {
|
|
|
- return behospitalDate;
|
|
|
- }
|
|
|
-
|
|
|
- public void setBehospitalDate(Date behospitalDate) {
|
|
|
- this.behospitalDate = behospitalDate;
|
|
|
- }
|
|
|
-
|
|
|
- public Date getLeaveHospitalDate() {
|
|
|
- return leaveHospitalDate;
|
|
|
- }
|
|
|
-
|
|
|
- public void setLeaveHospitalDate(Date leaveHospitalDate) {
|
|
|
- this.leaveHospitalDate = leaveHospitalDate;
|
|
|
- }
|
|
|
-
|
|
|
- public String getDiagnoseIcd() {
|
|
|
- return diagnoseIcd;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDiagnoseIcd(String diagnoseIcd) {
|
|
|
- this.diagnoseIcd = diagnoseIcd;
|
|
|
- }
|
|
|
-
|
|
|
- public String getDiagnose() {
|
|
|
- return diagnose;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDiagnose(String diagnose) {
|
|
|
- this.diagnose = diagnose;
|
|
|
- }
|
|
|
-
|
|
|
- public String getBehDoctorId() {
|
|
|
- return behDoctorId;
|
|
|
- }
|
|
|
+ /**
|
|
|
+ * 病区id
|
|
|
+ * @return
|
|
|
+ */
|
|
|
+ private String hospitalCampusId;
|
|
|
|
|
|
- public void setBehDoctorId(String behDoctorId) {
|
|
|
- this.behDoctorId = behDoctorId;
|
|
|
- }
|
|
|
|
|
|
- public String getBehDoctorName() {
|
|
|
- return behDoctorName;
|
|
|
- }
|
|
|
-
|
|
|
- public void setBehDoctorName(String behDoctorName) {
|
|
|
- this.behDoctorName = behDoctorName;
|
|
|
- }
|
|
|
-
|
|
|
- public String getDoctorId() {
|
|
|
- return doctorId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDoctorId(String doctorId) {
|
|
|
- this.doctorId = doctorId;
|
|
|
- }
|
|
|
-
|
|
|
- public String getDoctorName() {
|
|
|
- return doctorName;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDoctorName(String doctorName) {
|
|
|
- this.doctorName = doctorName;
|
|
|
- }
|
|
|
-
|
|
|
- public String getDirectorDoctorId() {
|
|
|
- return directorDoctorId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDirectorDoctorId(String directorDoctorId) {
|
|
|
- this.directorDoctorId = directorDoctorId;
|
|
|
- }
|
|
|
-
|
|
|
- public String getDirectorDoctorName() {
|
|
|
- return directorDoctorName;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDirectorDoctorName(String directorDoctorName) {
|
|
|
- this.directorDoctorName = directorDoctorName;
|
|
|
- }
|
|
|
-
|
|
|
- public String getIsPlacefile() {
|
|
|
- return isPlacefile;
|
|
|
- }
|
|
|
-
|
|
|
- public void setIsPlacefile(String isPlacefile) {
|
|
|
- this.isPlacefile = isPlacefile;
|
|
|
- }
|
|
|
-
|
|
|
- public Date getPlacefileDate() {
|
|
|
- return placefileDate;
|
|
|
- }
|
|
|
-
|
|
|
- public void setPlacefileDate(Date placefileDate) {
|
|
|
- this.placefileDate = placefileDate;
|
|
|
- }
|
|
|
-
|
|
|
- public String getIsDeleted() {
|
|
|
- return isDeleted;
|
|
|
- }
|
|
|
-
|
|
|
- public void setIsDeleted(String isDeleted) {
|
|
|
- this.isDeleted = isDeleted;
|
|
|
- }
|
|
|
-
|
|
|
- public Date getGmtCreate() {
|
|
|
- return gmtCreate;
|
|
|
- }
|
|
|
-
|
|
|
- public void setGmtCreate(Date gmtCreate) {
|
|
|
- this.gmtCreate = gmtCreate;
|
|
|
- }
|
|
|
-
|
|
|
- public Date getGmtModified() {
|
|
|
- return gmtModified;
|
|
|
- }
|
|
|
-
|
|
|
- public void setGmtModified(Date gmtModified) {
|
|
|
- this.gmtModified = gmtModified;
|
|
|
- }
|
|
|
-
|
|
|
- public String getCreator() {
|
|
|
- return creator;
|
|
|
- }
|
|
|
-
|
|
|
- public void setCreator(String creator) {
|
|
|
- this.creator = creator;
|
|
|
- }
|
|
|
-
|
|
|
- public String getModifier() {
|
|
|
- return modifier;
|
|
|
- }
|
|
|
-
|
|
|
- public void setModifier(String modifier) {
|
|
|
- this.modifier = modifier;
|
|
|
- }
|
|
|
-
|
|
|
- @Override
|
|
|
- public String toString() {
|
|
|
- return "MedBehospitalInfo{" +
|
|
|
- "behospitalCode=" + behospitalCode +
|
|
|
- ", hospitalId=" + hospitalId +
|
|
|
- ", name=" + name +
|
|
|
- ", sex=" + sex +
|
|
|
- ", birthday=" + birthday +
|
|
|
- ", fileCode=" + fileCode +
|
|
|
- ", qcTypeId=" + qcTypeId +
|
|
|
- ", wardCode=" + wardCode +
|
|
|
- ", wardName=" + wardName +
|
|
|
- ", behDeptId=" + behDeptId +
|
|
|
- ", behDeptName=" + behDeptName +
|
|
|
- ", bedCode=" + bedCode +
|
|
|
- ", bedName=" + bedName +
|
|
|
- ", insuranceName=" + insuranceName +
|
|
|
- ", jobType=" + jobType +
|
|
|
- ", behospitalDate=" + behospitalDate +
|
|
|
- ", leaveHospitalDate=" + leaveHospitalDate +
|
|
|
- ", diagnoseIcd=" + diagnoseIcd +
|
|
|
- ", diagnose=" + diagnose +
|
|
|
- ", behDoctorId=" + behDoctorId +
|
|
|
- ", behDoctorName=" + behDoctorName +
|
|
|
- ", doctorId=" + doctorId +
|
|
|
- ", doctorName=" + doctorName +
|
|
|
- ", directorDoctorId=" + directorDoctorId +
|
|
|
- ", directorDoctorName=" + directorDoctorName +
|
|
|
- ", isDeleted=" + isDeleted +
|
|
|
- ", gmtCreate=" + gmtCreate +
|
|
|
- ", gmtModified=" + gmtModified +
|
|
|
- ", creator=" + creator +
|
|
|
- ", modifier=" + modifier +
|
|
|
- "}";
|
|
|
- }
|
|
|
}
|