| | |
| | | } |
| | | |
| | | const callAgain = async () => { |
| | | await DoctorApi.callAgainPatient(roomBedVO) |
| | | await DoctorApi.callPatientAgain(roomBedVO) |
| | | } |
| | | |
| | | const getOnstagePatient = () => { |
| | |
| | | return |
| | | } |
| | | |
| | | patientList.value = await DoctorApi.getPatientList(roomBedVO) |
| | | patientList.value = await DoctorApi.getToBeCheckedPatientList(roomBedVO) |
| | | getOnstagePatient() |
| | | patientStat.value = await DoctorApi.getDevReadyStatistic(roomBedVO) |
| | | const queueVO2 = await DoctorApi.bedDoctorGet(roomBedVO) |
| | | if (queueVO2.status === 20) |
| | | if (queueVO2.status === 20) // 工位状态 有医生 |
| | | state.value = true |
| | | else if (queueVO2.status === 30) |
| | | else if (queueVO2.status === 30) // 工位状态 暂停 |
| | | state.value = false |
| | | } |
| | | |
| | |
| | | const onEventDevReady = () => { |
| | | //console.info("onDevRentPanelEvent...") |
| | | onStagePatient.value.patId = "" |
| | | initLoad() |
| | | } |
| | | |
| | | const onEventRecallFinish = () => { |