eight
2024-11-25 b5c1662e0bc4ee6d19a01d8465d3fe139e2adb3f
src/api/ecg/appointment/index.ts
@@ -4,6 +4,7 @@
export interface AppointmentVO {
  id: number,
  applyNo: string
  episodeId: number //就诊流水号
  patSrc: number
  patId: string // 患者编号
  patName: string // 患者姓名
@@ -40,8 +41,8 @@
  },
  //
  getCurAppointmentByPatId: async (patId: string) => {
    return await request.get({ url: `/ecg/appointment/get-current-by-patient?patId=` + patId })
  getCurAppointmentByPatIdAndCheckType: async (patId: string, checkType: number) => {
    return await request.get({ url: `/ecg/appointment/get-current-by-patient?patId=` + patId + '&checkType=' + checkType })
  },
  // 从HIS或者DB查询预约详情