|
|
@@ -221,6 +221,9 @@ public class DeviceInfoListener {
|
|
|
}
|
|
|
|
|
|
private void init(BusDeviceRunningEntity device) {
|
|
|
+ if(device.getWarnFlow()!=null&&FlowStatusEnum.None.equals(device.getWarnFlow())){
|
|
|
+ device.setWarnFlow(null);
|
|
|
+ }
|
|
|
//默认格式化住院号=设备上传住院号
|
|
|
device.setFormatPatientCode(device.getPatientCode());
|
|
|
device.setMonitorType(true);
|