eight
2024-11-29 b10d61337f207fbdbea2c44f4f270d83c845cbf9
src/api/ecg/queue/index.ts
@@ -1,8 +1,10 @@
import request from '@/config/axios'
import {PatDetailsVO} from "@/api/ecg/common";
// 排队 VO
export interface QueueVO {
  id: number // id
  episodeId: string // 就诊流水号
  patId: string // 患者编号
  patName: string // 患者姓名
  patGender: number // 患者性别
@@ -18,6 +20,7 @@
  roomId: number // 诊室编号
  roomName: string // 诊室名称
  bedNo: string // 诊疗床编号
  patDetails: PatDetailsVO
}
// 排队 API