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