|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dcm4che2.net.SingleDimseRSP
public class SingleDimseRSP
Constructor Summary | |
---|---|
SingleDimseRSP(DicomObject cmd)
|
|
SingleDimseRSP(DicomObject cmd,
DicomObject data)
|
Method Summary | |
---|---|
void |
cancel(Association a)
Cancel the operation, if this is a DIMSE action that can be cancelled (such as C-FIND). |
DicomObject |
getCommand()
Get the response command object. |
DicomObject |
getDataset()
Get the dataset contained within this response, null if there is no dataset. |
boolean |
next()
Send the next response, returning false when complete. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SingleDimseRSP(DicomObject cmd)
public SingleDimseRSP(DicomObject cmd, DicomObject data)
Method Detail |
---|
public boolean next()
DimseRSP
next
in interface DimseRSP
public final DicomObject getCommand()
DimseRSP
getCommand
in interface DimseRSP
public final DicomObject getDataset()
DimseRSP
getDataset
in interface DimseRSP
public void cancel(Association a)
DimseRSP
cancel
in interface DimseRSP
a
- Association The active association object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |