public interface DimseRSP
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(Association association)
如果这是可以取消*的DIMSE操作(例如C-FIND),请取消操作
|
Attributes |
getCommand()
获取响应命令对象
|
Attributes |
getDataset()
获取此响应中包含的数据集,如果没有数据集,则为null
|
boolean |
next()
发送下一个响应,完成后返回false
|
boolean next()
throws IOException,
InterruptedException
IOException - 网络交互中是否有问题InterruptedException - 如果线程被中断Attributes getCommand()
Attributes getDataset()
void cancel(Association association) throws IOException
association - 关联活动的关联对象IOException - 网络交互中是否有问题。Copyright © 2021. All rights reserved.