|
|
@@ -41,9 +41,6 @@ public class BusInfusionModifyEntity extends TenantGenericEntity<String,String>
|
|
|
@ApiModelProperty(value = "输注记录")
|
|
|
private String infusionId;
|
|
|
|
|
|
- @ApiModelProperty(value = "临床号")
|
|
|
- private String clinicId;
|
|
|
-
|
|
|
@ApiModelProperty(value = "泵类型",readOnly = true)
|
|
|
@TableField(updateStrategy = FieldStrategy.NEVER)
|
|
|
private DeviceEnum type;
|
|
|
@@ -147,11 +144,6 @@ public class BusInfusionModifyEntity extends TenantGenericEntity<String,String>
|
|
|
@ApiModelProperty(value = "参数修改时间")
|
|
|
private Date modifyTime;
|
|
|
|
|
|
- //todo
|
|
|
- @ApiModelProperty(value = "监控当前病患临床开始时间")
|
|
|
- @TableField(exist = false)
|
|
|
- private Date clinicStartTime;
|
|
|
-
|
|
|
|
|
|
@ApiModelProperty(value = "分包标记位",readOnly = true)
|
|
|
@JsonIgnoreProperties(allowSetters = true)
|
|
|
@@ -160,7 +152,6 @@ public class BusInfusionModifyEntity extends TenantGenericEntity<String,String>
|
|
|
public static BusInfusionModifyEntity parseRunningInfo(BusDeviceRunningEntity running){
|
|
|
BusInfusionModifyEntity entity = new BusInfusionModifyEntity();
|
|
|
entity.setDeviceId(running.getDeviceId());
|
|
|
- entity.setClinicId(running.getClinicId());
|
|
|
entity.setTenantId(running.getTenantId());
|
|
|
entity.setInfusionId(running.getInfusionId());
|
|
|
entity.setType(running.getType());
|