public interface DimseRSP
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.
|
boolean next() throws IOException, InterruptedException
IOException
- If there was a problem in the network interaction.InterruptedException
- If the thread was interrupted.Attributes getCommand()
Attributes getDataset()
void cancel(Association a) throws IOException
a
- Association The active association object.IOException
- If there was a problem in the network interaction.Copyright © 2017 dcm4che.org. All rights reserved.