Package org.aoju.bus.image.metric
Interface DimseRSP
- All Known Implementing Classes:
FutureDimseRSP
public interface DimseRSP
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Modifier and TypeMethodDescriptionvoidcancel(Association association) 如果这是可以取消*的DIMSE操作(例如C-FIND),请取消操作获取响应命令对象获取此响应中包含的数据集,如果没有数据集,则为nullbooleannext()发送下一个响应,完成后返回false
-
Method Details
-
next
发送下一个响应,完成后返回false- Returns:
- 如果有更多要发送的响应,则为True
- Throws:
IOException- 网络交互中是否有问题InterruptedException- 如果线程被中断
-
getCommand
-
getDataset
-
cancel
如果这是可以取消*的DIMSE操作(例如C-FIND),请取消操作- Parameters:
association- 关联活动的关联对象- Throws:
IOException- 网络交互中是否有问题。
-