public class FutureDimseRSP extends DimseRSPHandler implements DimseRSP
| Constructor and Description |
|---|
FutureDimseRSP(int msgID) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(Association a)
如果这是可以取消*的DIMSE操作(例如C-FIND),请取消操作
|
Attributes |
getCommand()
获取响应命令对象
|
Attributes |
getDataset()
获取此响应中包含的数据集,如果没有数据集,则为null
|
boolean |
next()
发送下一个响应,完成后返回false
|
void |
onClose(Association as) |
void |
onDimseRSP(Association as,
Attributes cmd,
Attributes data) |
void |
setAutoCancel(int autoCancel) |
void |
setCapacity(int capacity) |
getMessageIDpublic void onDimseRSP(Association as, Attributes cmd, Attributes data)
onDimseRSP in class DimseRSPHandlerpublic void onClose(Association as)
onClose in class DimseRSPHandlerpublic void setAutoCancel(int autoCancel)
public void setCapacity(int capacity)
public void cancel(Association a) throws IOException
DimseRSPcancel in interface DimseRSPcancel in class DimseRSPHandlera - 关联活动的关联对象IOException - 网络交互中是否有问题。public final Attributes getCommand()
DimseRSPgetCommand in interface DimseRSPpublic final Attributes getDataset()
DimseRSPgetDataset in interface DimseRSPpublic boolean next()
throws IOException,
InterruptedException
DimseRSPnext in interface DimseRSPIOException - 网络交互中是否有问题InterruptedException - 如果线程被中断Copyright © 2021. All rights reserved.