| | |
| | | */ |
| | | UserProductDetail getUserProductDetail(Long hospitalId, Long departmentId); |
| | | |
| | | /** |
| | | * |
| | | * @param hospitalId |
| | | * @param departmentId |
| | | * @return |
| | | */ |
| | | ResultBody biUserNowProduct(Long hospitalId,Long departmentId); |
| | | ResultBody<UserProductData> UserProductDetailData(Long hospitalId, Long departmentId,String diagnosticId); |
| | | |
| | | /** |
| | | * 获取医院的到期时间 |
| | | * @param hospitalId |
| | | * @param departmentId |
| | | * @param diagnosticId |
| | | * @return |
| | | */ |
| | | ResultBody<UserProductData> userProductDetailData(Long hospitalId, Long departmentId,String diagnosticId); |
| | | |
| | | /** |
| | | * 试用审核的列表 |