|
|
@@ -126,6 +126,7 @@ public class BusInfusionHistoryEntity extends CommonDeviceParam<String,String> {
|
|
|
public BusDeviceRunningEntity toRunningEntity(){
|
|
|
BusDeviceRunningEntity entity = new BusDeviceRunningEntity();
|
|
|
BeanUtil.copyProperties(this,entity);
|
|
|
+ entity.setInfusionId(this.getId());
|
|
|
entity.setClinicId(this.getClinicId());
|
|
|
entity.setStartTime(this.getStartTime());
|
|
|
entity.setPatientId(this.getPatientId());
|