| | |
| | | void finishInstallNextPatient(Long roomId, String bedNo); |
| | | |
| | | /** |
| | | * 过号排队中患者 |
| | | */ |
| | | void passWaitingPatient( String patId, Integer bookCheckType ); |
| | | |
| | | /** |
| | | * 常规过号、领用过号 |
| | | */ |
| | | void passNextPatient(Long roomId, String bedNo); |
| | |
| | | |
| | | PatientStatisticVO getBedDevInstallStatistic(Long roomId, String bedNo); |
| | | |
| | | Integer recallPassWaitingPatient(String patId, Integer checkType); |
| | | |
| | | Integer recallPatient(Long roomId, String bedNo, String patId, Integer checkType); |
| | | |
| | | Integer recallInstallPatient(Long roomId, String bedNo, String patId, Integer checkType, Long roomId_operator, String bedNo_operator); |