| 123456789101112131415161718 |
- export enum WebScoketIdEnum {
- // 输注监护变化
- PATIENT_MONITOR = 'patient-monitor',
- // 输注监护数量(状态)
- MONITOR_STATE_COUNT = 'monitor-state-count',
- // 输注监护数量(时间)
- MONITOR_TIME_COUNT = 'monitor-time-count',
- // 当用户修改 住院号 格式化配置后
- PATIENT_UPDATE = 'patient-update',
- // 病人临床同时绑定了多个泵, 泵重复
- DEVICE_REPEAT = 'device-repeat',
- // 无泵
- DEVICE_NONE = 'device-none',
- // 总数监控
- MONITOR_TOTAL_COUNT = 'monitor-total-count',
- // 取消所有订阅
- ALL = 'all',
- }
|