| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 DimseRSPpublic final DicomObject getCommand()
DimseRSP
getCommand in interface DimseRSPpublic final DicomObject getDataset()
DimseRSP
getDataset in interface DimseRSPpublic void cancel(Association a)
DimseRSP
cancel in interface DimseRSPa - Association The active association object.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||