| Modifier and Type | Method and Description |
|---|---|
void |
cancelFind() |
MultiCFindResult |
executeFind(DicomObject identifier)
executes a C-FIND with the specified identifier on an established association.
|
MultiCFindResult |
executeFind(DicomObject identifier,
int priority) |
MultiCFindResult |
executeFind(DicomObject identifier,
int priority,
MultiCFindSCUHandler handler) |
MultiCFindResult |
executeFind(DicomObject identifier,
MultiCFindSCUHandler handler) |
CFindExtendedNegotiation |
getReturnedCFindExtendedNegotiation()
returns the C-FIND extended negotiation data received from the remote AE or null if no extended negotiation data
was specified in the association request.
|
abort, addSCUProgressListener, associate, associate, cancel, createAssociationRequest, getConnectTimeout, getMaxReceivePduSize, getMaxSendPduSize, getReadTimeout, getSocketFactory, getUserIdentityNegotationRequest, isCancelled, release, removeSCUProgressListener, setConnectTimeout, setMaxReceivePduSize, setMaxSendPduSize, setReadTimeout, setSocketFactory, setUserIdentityNegotationRequestMultiCFindResult executeFind(DicomObject identifier) throws java.io.IOException, SCUException
identifier - DicomObjectjava.io.IOException - -SCUException - -MultiCFindResult executeFind(DicomObject identifier, MultiCFindSCUHandler handler) throws java.io.IOException, SCUException
identifier - DicomObjecthandler - java.io.IOException - -SCUException - -MultiCFindResult executeFind(DicomObject identifier, int priority) throws java.io.IOException, SCUException
java.io.IOExceptionSCUExceptionMultiCFindResult executeFind(DicomObject identifier, int priority, MultiCFindSCUHandler handler) throws java.io.IOException, SCUException
java.io.IOExceptionSCUExceptionvoid cancelFind()
throws java.io.IOException,
SCUException
java.io.IOExceptionSCUExceptionCFindExtendedNegotiation getReturnedCFindExtendedNegotiation()
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 CFindExtendedNegotiation instance initialized with default values as specified in the DICOM standard for C-FIND extended negotiation