| Modifier and Type | Method and Description |
|---|---|
void |
cancelGet()
cancels an ongoing C-GET operation
|
void |
executeGet(DicomObject identifier,
int priority,
MultiCGetSCUHandler handler) |
CGetExtendedNegotiation |
getReturnedCGetExtendedNegotiation()
returns the C-GET extended negotiation data received from the remote AE or null if no extended negotiation data
was specified in the association request.
|
boolean |
isCombineStorageTransferSyntaxes()
if true , the additional transfer syntaxes specified in the creation of a MultiCGetSCU instances will be
proposed together with the default transfer syntax (Implicit Little Endian) in the same presentation context.
|
void |
setCombineStorageTransferSyntaxes(boolean b)
Set to true to propose all additional transfer syntaxes for all storage related sop classes in the
same presentation context.
|
abort, addSCUProgressListener, associate, associate, cancel, createAssociationRequest, getConnectTimeout, getMaxReceivePduSize, getMaxSendPduSize, getReadTimeout, getSocketFactory, getUserIdentityNegotationRequest, isCancelled, release, removeSCUProgressListener, setConnectTimeout, setMaxReceivePduSize, setMaxSendPduSize, setReadTimeout, setSocketFactory, setUserIdentityNegotationRequestvoid executeGet(DicomObject identifier, int priority, MultiCGetSCUHandler handler) throws java.io.IOException, SCUException
identifier - the identifier passed in the C-GET requestpriority - one of Command.LOW_PRIORITY, Command.MEDIUM_PRIORITY or Command.HIGH_PRIORITYhandler - the handler that receives C-GET responses and C-STORE requestsjava.io.IOException - IOExceptionSCUException - SCUExceptionvoid cancelGet()
throws java.io.IOException,
SCUException
java.io.IOException - IOExceptionSCUException - SCUExceptionCGetExtendedNegotiation getReturnedCGetExtendedNegotiation()
If extended negotiation data was specified in the association request the and the remote AE does not return extended negotiation data, this method will return a CGetExtendedNegotiation instance initialized with default values as specified in the DICOM standard for C-GET extended negotiation
void setCombineStorageTransferSyntaxes(boolean b)
b - boolean isCombineStorageTransferSyntaxes()