public class DatasetCStoreItemRequest extends AbstractCStoreItemRequest
CStoreItemRequest.Statusname, sopClass, sopInstanceUID, status, throwable, transferSyntaxEXCEPTION, NODICOM, VALID| Constructor and Description |
|---|
DatasetCStoreItemRequest(DicomObject dicomObject) |
| Modifier and Type | Method and Description |
|---|---|
DicomObject |
getDataset() |
java.lang.String |
getName()
should return a unique identifier that may be used in messages
|
long |
getSize()
an indication of the size (bytes) of the instance to be sent
|
java.lang.String |
getSopClass()
the SOP Class of the SOP instance to be stored
|
java.lang.String |
getSopInstanceUID()
the SOP Instance UID of the SOP instance to be stored
|
CStoreItemRequest.Status |
getStatus()
the status of this request.
|
java.lang.Throwable |
getThrowable()
a Throwable that may be encountered during the sending (or preparation of the association)
|
java.lang.String |
getTranferSyntax() |
DicomObject |
readDicomObject()
returns the DicomObject that will be sent in the C-STORE
|
equals, getTransferSyntax, hashCode, setStatus, setThrowablepublic DatasetCStoreItemRequest(DicomObject dicomObject)
public DicomObject getDataset()
public long getSize()
CStoreItemRequestgetSize in interface CStoreItemRequestgetSize in class AbstractCStoreItemRequestpublic DicomObject readDicomObject() throws DicomException, java.io.IOException
CStoreItemRequestreadDicomObject in interface CStoreItemRequestreadDicomObject in class AbstractCStoreItemRequestDicomExceptionjava.io.IOExceptionpublic java.lang.String getName()
CStoreItemRequestgetName in interface CStoreItemRequestgetName in class AbstractCStoreItemRequestpublic java.lang.String getSopClass()
CStoreItemRequestgetSopClass in interface CStoreItemRequestgetSopClass in class AbstractCStoreItemRequestpublic java.lang.String getSopInstanceUID()
CStoreItemRequestgetSopInstanceUID in interface CStoreItemRequestgetSopInstanceUID in class AbstractCStoreItemRequestpublic CStoreItemRequest.Status getStatus()
CStoreItemRequestgetStatus in interface CStoreItemRequestgetStatus in class AbstractCStoreItemRequestpublic java.lang.Throwable getThrowable()
CStoreItemRequestgetThrowable in interface CStoreItemRequestgetThrowable in class AbstractCStoreItemRequestpublic java.lang.String getTranferSyntax()