public class FutureDimseRSP extends DimseRSPHandler implements DimseRSP
| Constructor and Description |
|---|
FutureDimseRSP(int msgID) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(Association a)
Cancel the operation, if this is a DIMSE action that can be cancelled
(such as C-FIND).
|
Attributes |
getCommand()
Get the response command object.
|
Attributes |
getDataset()
Get the dataset contained within this response, null if there is no
dataset.
|
boolean |
next()
Send the next response, returning false when complete.
|
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 - Association The active association object.IOException - If there was a problem in the network interaction.public final Attributes getCommand()
DimseRSPgetCommand in interface DimseRSPpublic final Attributes getDataset()
DimseRSPgetDataset in interface DimseRSPpublic boolean next()
throws IOException,
InterruptedException
DimseRSPnext in interface DimseRSPIOException - If there was a problem in the network interaction.InterruptedException - If the thread was interrupted.Copyright © 2020. All rights reserved.