|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MultiCStoreSCU
An SCU that is able to
| Method Summary | |
|---|---|
MultiCStoreResult |
execute()
executes all steps necessary for a C-STORE (createAssociationRequest, associate, executeStore, release) The items are stored with MEDIUM priority. |
MultiCStoreResult |
execute(int priority,
MultiCStoreProgressListener storeProgressListener)
executes all steps necessary for a C-STORE (createAssociationRequest, associate, executeStore, release) |
MultiCStoreResult |
executeStore(AssociationItem[] associationItems)
sends the specified associationItems to the remote AE using C-STORE message exchange. |
MultiCStoreResult |
executeStore(AssociationItem[] associationItems,
int priority)
sends the specified associationItems to the remote AE using C-STORE message exchange. |
MultiCStoreResult |
executeStore(AssociationItem[] associationItems,
int priority,
MultiCStoreProgressListener storeProgressListener)
sends the specified associationItems to the remote AE using C-STORE message exchange. |
MultiCStoreResult |
executeStore(AssociationItem[] associationItems,
MultiCStoreProgressListener storeProgressListener)
sends the specified associationItems to the remote AE using C-STORE message exchange. |
| Methods inherited from interface com.archimed.dicom.scu.SCU |
|---|
abort, addSCUProgressListener, associate, associate, cancel, createAssociationRequest, getSocketFactory, isCancelled, release, removeSCUProgressListener, setSocketFactory |
| Method Detail |
|---|
MultiCStoreResult executeStore(AssociationItem[] associationItems)
throws SCUException
associationItems - the items that need to be stored
SCUException
MultiCStoreResult executeStore(AssociationItem[] associationItems,
int priority)
throws SCUException
associationItems - the items that need to be storedpriority - the priority of the store
(one of Command.MEDIUM_PRIORITY,
Command.HIGH_PRIORITY
or Command.HIGH_PRIORITY)
SCUException
MultiCStoreResult executeStore(AssociationItem[] associationItems,
int priority,
MultiCStoreProgressListener storeProgressListener)
throws SCUException
associationItems - the items that need to be storedpriority - the priority of the store
(one of Command.MEDIUM_PRIORITY,
Command.HIGH_PRIORITY
or Command.HIGH_PRIORITY)storeProgressListener - this listener will be notified of the operation's progress
SCUException
MultiCStoreResult executeStore(AssociationItem[] associationItems,
MultiCStoreProgressListener storeProgressListener)
throws SCUException
associationItems - the items that need to be storedstoreProgressListener - this listener will be notified of the operation's progress
SCUException
MultiCStoreResult execute()
throws SCUException,
java.io.IOException
SCUException
java.io.IOException
MultiCStoreResult execute(int priority,
MultiCStoreProgressListener storeProgressListener)
throws SCUException,
java.io.IOException
priority - the priority of the store
(one of Command.MEDIUM_PRIORITY,
Command.HIGH_PRIORITY
or Command.HIGH_PRIORITY)storeProgressListener - this listener will be notified of the operation's progress
SCUException
java.io.IOException
|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||