| | |
| | | |
| | | boolean isAllowWarehouseUseByIds(List<String> ids); |
| | | |
| | | boolean updateReagentStatus(OpeReagentStatus opeReagentStatus); |
| | | boolean updateReagentStatus(OpeReagentStatus opeReagentStatus,String receiptNumber); |
| | | boolean updateReagentStatus2(OpeReagentStatus opeReagentStatus); |
| | | |
| | | boolean updateReagentStatus3(List<String> reagentCodes,String userId,String projectNum,String laboratoryId,String laboratoryContainerId); |
| | | boolean updateReagentStatus3(List<String> reagentCodes,String userId,String projectNum,String laboratoryId,String laboratoryContainerId,String receiptNumber); |
| | | |
| | | int getLogOpeReagentStatusTotalCount(String reagentLogId, Integer status, String userLogId, String loginId); |
| | | |
| | |
| | | String reagentCode, String userId,String labName); |
| | | |
| | | void exportLabStock2Excel(List<Map> list) throws Exception; |
| | | |
| | | OpeReagentStatus getStatus(String reagentId, String reagentCode); |
| | | |
| | | List<OpeReagentStatus> getOpeReagentStatusList22(String reagentId, String articleNumber, Integer status, |
| | | String reagentCode, String userId, Integer first, Integer pageSize); |
| | | } |