public interface MultiCMoveSCU extends SCU
| Modifier and Type | Method and Description |
|---|---|
void |
cancelMove()
sends a C-CANCEL message to request cancelation of the move operation
|
void |
executeMove(DicomObject moveCriteria)
executes a C-MOVE with medium priority
|
void |
executeMove(DicomObject moveCriteria,
int priority)
executes a C-MOVE with the specified priority.
|
void |
executeMove(DicomObject moveCriteria,
int priority,
MultiCMoveSCUHandler handler) |
void |
executeMove(DicomObject moveCriteria,
MultiCMoveSCUHandler handler)
executes a C-MOVE with medium priority and allows to specify a callback handler.
|
abort, addSCUProgressListener, associate, associate, cancel, createAssociationRequest, getConnectTimeout, getMaxReceivePduSize, getMaxSendPduSize, getReadTimeout, getSocketFactory, getUserIdentityNegotationRequest, isCancelled, release, removeSCUProgressListener, setConnectTimeout, setMaxReceivePduSize, setMaxSendPduSize, setReadTimeout, setSocketFactory, setUserIdentityNegotationRequestvoid executeMove(DicomObject moveCriteria) throws java.io.IOException, SCUException
moveCriteria - a dataset containing the unique keys of the move operationjava.io.IOExceptionSCUExceptionvoid executeMove(DicomObject moveCriteria, MultiCMoveSCUHandler handler) throws java.io.IOException, SCUException
moveCriteria - a dataset containing the unique keys of the move operationhandler - callback handlerjava.io.IOExceptionSCUExceptionvoid executeMove(DicomObject moveCriteria, int priority) throws java.io.IOException, SCUException
moveCriteria - a dataset containing the unique keys of the move operationpriority - one of Command.LOW_PRIORITY, Command.MEDIUM_PRIORITY or Command.HIGH_PRIORITYjava.io.IOExceptionSCUExceptionvoid executeMove(DicomObject moveCriteria, int priority, MultiCMoveSCUHandler handler) throws java.io.IOException, SCUException
moveCriteria - a dataset containing the unique keys of the move operationpriority - one of Command.LOW_PRIORITY, Command.MEDIUM_PRIORITY or Command.HIGH_PRIORITYhandler - callback handlerjava.io.IOExceptionSCUExceptionvoid cancelMove()
throws java.io.IOException,
SCUException
java.io.IOExceptionSCUException