eight
2025-04-11 348e6bcdc7fa566a48b96dea53d24ec6dda49e1d
src/api/ecg/doctor/index.ts
@@ -1,5 +1,12 @@
import request from '@/config/axios'
export interface RoomProfileVO {
  roomId: number | null // 诊室编号
  roomName: string | null
  bedNum: number | null // 诊疗床数量
  callingScreenType: number | null // 叫号屏类型
}
export interface RoomBedVO {
  roomId: number | null // 诊室编号
  roomName: string | null
@@ -13,9 +20,9 @@
  bedNo: string // 诊疗床编号
  patId: string // 患者编号
  checkType: number // 检查类型
  jumpFlag: number // 插队标记
  roomId_operator: number
  bedNo_operator: string
  jumpFlag?: number // 插队标记
  roomId_operator: number | null
  bedNo_operator: string | null
}
export interface PatientStatisticVO {