| | |
| | | }, |
| | | |
| | | // 重叫 |
| | | callAgainPatient: async (params: RoomBedVO) => { |
| | | callPatientAgain: async (params: RoomBedVO) => { |
| | | return await request.get({ url: `/ecg/doctor/call-again`, params }) |
| | | }, |
| | | |
| | | // 重叫 安装 |
| | | callInstallingPatientAgain: async (params: RoomBedVO) => { |
| | | return await request.get({ url: `/ecg/doctor/call-install-again`, params }) |
| | | }, |
| | | |
| | | // 取 常规检查、领用 患者列表 |
| | | getToBeCheckedPatientList: async (params: RoomBedVO) => { |
| | | return await request.get({ url: `/ecg/doctor/get-to-be-checked-list`, params }) |
| | |
| | | } |
| | | |
| | | const callAgain = async () => { |
| | | await DoctorApi.callAgainPatient(roomBedVO.value) |
| | | await DoctorApi.callInstallingPatientAgain(roomBedVO.value) |
| | | } |
| | | |
| | | const getInstallingPatient = () => { |
| | |
| | | } |
| | | |
| | | const callAgain = async () => { |
| | | await DoctorApi.callAgainPatient(roomBedVO) |
| | | await DoctorApi.callPatientAgain(roomBedVO) |
| | | } |
| | | |
| | | const getOnstagePatient = () => { |
| | |
| | | } |
| | | |
| | | const callAgain = async () => { |
| | | await DoctorApi.callAgainPatient(roomBedVO) |
| | | await DoctorApi.callPatientAgain(roomBedVO) |
| | | } |
| | | |
| | | const getOnstagePatient = () => { |