|
@@ -245,6 +245,51 @@ public class PartSettingDO implements Serializable {
|
|
|
@Column(name = "customize_role_call_second")
|
|
|
@ApiModelProperty(value = "分机自定义呼叫角色按钮2要呼叫的角色ID", required = true)
|
|
|
private Integer customizeRoleCallSecond;
|
|
|
+ /**
|
|
|
+ * 分机自定义呼叫角色按钮3对应的角色id
|
|
|
+ */ @Column(name = "customize_role_call_third" )
|
|
|
+ @ApiModelProperty(value="分机自定义呼叫角色按钮3对应的角色id",required=false)
|
|
|
+ private Integer customizeRoleCallThird;
|
|
|
+ /**
|
|
|
+ * 分机自定义呼叫角色按钮4对应的角色id
|
|
|
+ */ @Column(name = "customize_role_call_fourth" )
|
|
|
+ @ApiModelProperty(value="分机自定义呼叫角色按钮4对应的角色id",required=false)
|
|
|
+ private Integer customizeRoleCallFourth;
|
|
|
+ /**
|
|
|
+ * 分机自定义呼叫角色按钮5对应的角色id
|
|
|
+ */ @Column(name = "customize_role_call_fifth" )
|
|
|
+ @ApiModelProperty(value="分机自定义呼叫角色按钮5对应的角色id",required=false)
|
|
|
+ private Integer customizeRoleCallFifth;
|
|
|
+ /**
|
|
|
+ * 科室自定义呼叫医院级设备1的id
|
|
|
+ */ @Column(name = "customize_hospital_call_first" )
|
|
|
+ @ApiModelProperty(value="科室自定义呼叫医院级设备1的id",required=false)
|
|
|
+ private Integer customizeHospitalCallFirst;
|
|
|
+ /**
|
|
|
+ * 科室自定义呼叫医院级设备1的名称
|
|
|
+ */ @Column(name = "customize_hospital_call_first_name" )
|
|
|
+ @ApiModelProperty(value="科室自定义呼叫医院级设备1的名称",required=false)
|
|
|
+ private String customizeHospitalCallFirstName;
|
|
|
+ /**
|
|
|
+ * 科室自定义呼叫医院级设备2的id
|
|
|
+ */ @Column(name = "customize_hospital_call_second" )
|
|
|
+ @ApiModelProperty(value="科室自定义呼叫医院级设备2的id",required=false)
|
|
|
+ private Integer customizeHospitalCallSecond;
|
|
|
+ /**
|
|
|
+ * 科室自定义呼叫医院级设备2的名称
|
|
|
+ */ @Column(name = "customize_hospital_call_second_name" )
|
|
|
+ @ApiModelProperty(value="科室自定义呼叫医院级设备2的名称",required=false)
|
|
|
+ private String customizeHospitalCallSecondName;
|
|
|
+ /**
|
|
|
+ * 科室自定义呼叫医院级设备3的id
|
|
|
+ */ @Column(name = "customize_hospital_call_third" )
|
|
|
+ @ApiModelProperty(value="科室自定义呼叫医院级设备3的id",required=false)
|
|
|
+ private Integer customizeHospitalCallThird;
|
|
|
+ /**
|
|
|
+ * 科室自定义呼叫医院级设备3的名称
|
|
|
+ */ @Column(name = "customize_hospital_call_third_name" )
|
|
|
+ @ApiModelProperty(value="科室自定义呼叫医院级设备3的名称",required=false)
|
|
|
+ private String customizeHospitalCallThirdName;
|
|
|
|
|
|
@Column(name = "doctor_title")
|
|
|
@ApiModelProperty(value = "模拟分机医生标题", required = true)
|
|
@@ -261,11 +306,60 @@ public class PartSettingDO implements Serializable {
|
|
|
@Column(name = "nurse_valid")
|
|
|
@ApiModelProperty(value = "是否显示模拟分机护士标题", required = true)
|
|
|
private Integer nurseValid;
|
|
|
+ /**
|
|
|
+ * 门口机呼叫护士的标题
|
|
|
+ */
|
|
|
+ @Column(name = "door_nurse_title" )
|
|
|
+ @ApiModelProperty(value="门口机呼叫护士的标题",required=false)
|
|
|
+ private String doorNurseTitle;
|
|
|
+ /**
|
|
|
+ * 是否显示门口机呼叫护士的标题
|
|
|
+ */
|
|
|
+ @Column(name = "door_nurse_valid" )
|
|
|
+ @ApiModelProperty(value="是否显示门口机呼叫护士的标题",required=false)
|
|
|
+ private Integer doorNurseValid;
|
|
|
+ /**
|
|
|
+ * 门口机进入护理的标题
|
|
|
+ */
|
|
|
+ @Column(name = "door_nursing_title" )
|
|
|
+ @ApiModelProperty(value="门口机进入护理的标题",required=false)
|
|
|
+ private String doorNursingTitle;
|
|
|
+ /**
|
|
|
+ * 是否显示进入护理的标题
|
|
|
+ */
|
|
|
+ @Column(name = "door_nursing_valid" )
|
|
|
+ @ApiModelProperty(value="是否显示进入护理的标题",required=false)
|
|
|
+ private Integer doorNursingValid;
|
|
|
|
|
|
@Column(name = "up_seconds")
|
|
|
@ApiModelProperty(value = "腕表上传定位时间间隔", required = true)
|
|
|
private Integer upSeconds;
|
|
|
|
|
|
+ @Column(name = "auto_accept")
|
|
|
+ @ApiModelProperty(value = "分机是否自动接听,0就是不开启,1就是开启", required = true)
|
|
|
+ private Integer autoAccept;
|
|
|
+
|
|
|
+ @Column(name = "board_show_empty_bed")
|
|
|
+ @ApiModelProperty(value = "信息看板显示空床位", required = true)
|
|
|
+ private Boolean boardShowEmptyBed;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 事件是否开启转发
|
|
|
+ */ @Column(name = "event_forward" )
|
|
|
+ @ApiModelProperty(value="事件是否开启转发",required=false)
|
|
|
+ private Integer eventForward;
|
|
|
+ /**
|
|
|
+ * 护理灯颜色
|
|
|
+ */ @Column(name = "nursing_color_rgb" )
|
|
|
+ @ApiModelProperty(value="护理门灯颜色",required=false)
|
|
|
+ private String nursingColorRgb;
|
|
|
+ /**
|
|
|
+ * 是否开启双色门灯
|
|
|
+ */ @Column(name = "two_color_door_light_valid" )
|
|
|
+ @ApiModelProperty(value="是否开启双色门灯",required=false)
|
|
|
+ private Integer twoColorDoorLightValid;
|
|
|
+
|
|
|
+
|
|
|
@PrimaryKeyField
|
|
|
public Integer getId() {
|
|
|
return id;
|
|
@@ -561,6 +655,78 @@ public class PartSettingDO implements Serializable {
|
|
|
this.customizeRoleCallSecond = customizeRoleCallSecond;
|
|
|
}
|
|
|
|
|
|
+ public Integer getCustomizeRoleCallThird() {
|
|
|
+ return customizeRoleCallThird;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCustomizeRoleCallThird(Integer customizeRoleCallThird) {
|
|
|
+ this.customizeRoleCallThird = customizeRoleCallThird;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getCustomizeRoleCallFourth() {
|
|
|
+ return customizeRoleCallFourth;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCustomizeRoleCallFourth(Integer customizeRoleCallFourth) {
|
|
|
+ this.customizeRoleCallFourth = customizeRoleCallFourth;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getCustomizeRoleCallFifth() {
|
|
|
+ return customizeRoleCallFifth;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCustomizeRoleCallFifth(Integer customizeRoleCallFifth) {
|
|
|
+ this.customizeRoleCallFifth = customizeRoleCallFifth;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getCustomizeHospitalCallFirst() {
|
|
|
+ return customizeHospitalCallFirst;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCustomizeHospitalCallFirst(Integer customizeHospitalCallFirst) {
|
|
|
+ this.customizeHospitalCallFirst = customizeHospitalCallFirst;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getCustomizeHospitalCallFirstName() {
|
|
|
+ return customizeHospitalCallFirstName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCustomizeHospitalCallFirstName(String customizeHospitalCallFirstName) {
|
|
|
+ this.customizeHospitalCallFirstName = customizeHospitalCallFirstName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getCustomizeHospitalCallSecond() {
|
|
|
+ return customizeHospitalCallSecond;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCustomizeHospitalCallSecond(Integer customizeHospitalCallSecond) {
|
|
|
+ this.customizeHospitalCallSecond = customizeHospitalCallSecond;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getCustomizeHospitalCallSecondName() {
|
|
|
+ return customizeHospitalCallSecondName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCustomizeHospitalCallSecondName(String customizeHospitalCallSecondName) {
|
|
|
+ this.customizeHospitalCallSecondName = customizeHospitalCallSecondName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getCustomizeHospitalCallThird() {
|
|
|
+ return customizeHospitalCallThird;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCustomizeHospitalCallThird(Integer customizeHospitalCallThird) {
|
|
|
+ this.customizeHospitalCallThird = customizeHospitalCallThird;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getCustomizeHospitalCallThirdName() {
|
|
|
+ return customizeHospitalCallThirdName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCustomizeHospitalCallThirdName(String customizeHospitalCallThirdName) {
|
|
|
+ this.customizeHospitalCallThirdName = customizeHospitalCallThirdName;
|
|
|
+ }
|
|
|
+
|
|
|
public String getDoctorTitle() {
|
|
|
return doctorTitle;
|
|
|
}
|
|
@@ -593,6 +759,38 @@ public class PartSettingDO implements Serializable {
|
|
|
this.nurseValid = nurseValid;
|
|
|
}
|
|
|
|
|
|
+ public String getDoorNurseTitle() {
|
|
|
+ return doorNurseTitle;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDoorNurseTitle(String doorNurseTitle) {
|
|
|
+ this.doorNurseTitle = doorNurseTitle;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getDoorNurseValid() {
|
|
|
+ return doorNurseValid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDoorNurseValid(Integer doorNurseValid) {
|
|
|
+ this.doorNurseValid = doorNurseValid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDoorNursingTitle() {
|
|
|
+ return doorNursingTitle;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDoorNursingTitle(String doorNursingTitle) {
|
|
|
+ this.doorNursingTitle = doorNursingTitle;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getDoorNursingValid() {
|
|
|
+ return doorNursingValid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDoorNursingValid(Integer doorNursingValid) {
|
|
|
+ this.doorNursingValid = doorNursingValid;
|
|
|
+ }
|
|
|
+
|
|
|
public Integer getUpSeconds() {
|
|
|
return upSeconds;
|
|
|
}
|
|
@@ -600,4 +798,44 @@ public class PartSettingDO implements Serializable {
|
|
|
public void setUpSeconds(Integer upSeconds) {
|
|
|
this.upSeconds = upSeconds;
|
|
|
}
|
|
|
+
|
|
|
+ public Integer getAutoAccept() {
|
|
|
+ return autoAccept;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAutoAccept(Integer autoAccept) {
|
|
|
+ this.autoAccept = autoAccept;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Boolean getBoardShowEmptyBed() {
|
|
|
+ return boardShowEmptyBed;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBoardShowEmptyBed(Boolean boardShowEmptyBed) {
|
|
|
+ this.boardShowEmptyBed = boardShowEmptyBed;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getEventForward() {
|
|
|
+ return eventForward;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setEventForward(Integer eventForward) {
|
|
|
+ this.eventForward = eventForward;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getNursingColorRgb() {
|
|
|
+ return nursingColorRgb;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setNursingColorRgb(String nursingColorRgb) {
|
|
|
+ this.nursingColorRgb = nursingColorRgb;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getTwoColorDoorLightValid() {
|
|
|
+ return twoColorDoorLightValid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setTwoColorDoorLightValid(Integer twoColorDoorLightValid) {
|
|
|
+ this.twoColorDoorLightValid = twoColorDoorLightValid;
|
|
|
+ }
|
|
|
}
|