| | |
| | | import java.io.IOException; |
| | | import java.time.LocalDate; |
| | | import java.util.List; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * <p> |
| | |
| | | List<CollectDto> getGroup(String boxNumber,Long departmentId); |
| | | List<CollectDto> getGroupWithStatus(String boxNumber,Long departmentId,Integer status); |
| | | List<CollectDto> getGroup1(String boxNumber,Long departmentId); |
| | | List<CollectDto> getGroup2(String boxNumber,Long departmentId); |
| | | List<CollectDto> getGroup3(String boxNumber,Long departmentId,Long carId); |
| | | |
| | | /** |
| | | * 流转过程 |
| | |
| | | List<CollectTotalUpDto> collectTotal3(Long departmentId); |
| | | List<CollectTotalUpDto> collectTotal1(LocalDate date,Long checkOutUserId,Long hospitalId); |
| | | |
| | | List<CollectCarTotalUpDto> carGroup(Long carId); |
| | | List<CollectCarTotalUpDto> carGroup(Long carId,String name); |
| | | |
| | | /** |
| | | * 监管报表医疗废物产生列表 |
| | |
| | | * @return |
| | | */ |
| | | DepartmentTagInfoVO getTagInfo(Long id); |
| | | |
| | | /** |
| | | * 删除医废 |
| | | * |
| | | * @param id |
| | | */ |
| | | void delete(Long id); |
| | | } |