public final class MCactionType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static MCactionType |
ChangeUPSState
This action sets the state of a UPS Instance managed by the Origin-Server.
|
static MCactionType |
CreateSubscription
This action subscribes to a UPS Instance or the Global Worklist managed by the Origin-Server.
|
static MCactionType |
CreateUPS
This action requests the creation of a UPS Instance on the Origin-Server.
|
static MCactionType |
DeleteSubscription
This action cancels an existing subscription to a UPS Instance or the Global Worklist managed by the Origin-Server.
|
static MCactionType |
OpenEventChannel
This action initiates a WebSocket connection to allow the User-Agent to start receiving Event Report messages.
|
static MCactionType |
RequestUPSCancellation
This action requests the cancellation of a UPS Instance managed by the Origin-Server.
|
static MCactionType |
RetrieveFrames
This action retrieves the DICOM frames for a given study, series, SOP Instance UID, and frame numbers.
|
static MCactionType |
RetrieveImagingDocumentSet
This action retrieves a set of DICOM instances and other objects.
|
static MCactionType |
RetrieveImagingDocumentSetInformation
This action retrieves a set of DICOM instances presented as an Infoset with the bulk data removed.
|
static MCactionType |
RetrieveInstance
This action retrieves a single object for the specified SOP Instance UID or one or more bulk data items.
|
static MCactionType |
RetrieveInstanceBulkdata |
static MCactionType |
RetrieveInstancePixeldata |
static MCactionType |
RetrieveMetadata
This action retrieves the DICOM instances presented as the study, series, or instance metadata with the bulk data removed.
|
static MCactionType |
RetrieveRendered
This action retrieves the Rendered resource which references a rendered Study, Series, Instance or Frame within instance
in acceptable Rendered Media Type
|
static MCactionType |
RetrieveRenderedImagingDocumentSet
This action retrieves a set of DICOM instances that have been rendered into the requested format.
|
static MCactionType |
RetrieveSeries
This action retrieves the document(s) for the specified Study UID and Series Instance UID.
|
static MCactionType |
RetrieveSeriesBulkdata |
static MCactionType |
RetrieveSeriesPixeldata |
static MCactionType |
RetrieveStudy
This action retrieves every instance for the specified Study UID.
|
static MCactionType |
RetrieveStudyBulkdata
These actions retrieve the bulk data for a given bulk data URL.
|
static MCactionType |
RetrieveStudyPixeldata
These actions retrieve the pixel data for a given pixel data URL.
|
static MCactionType |
RetrieveThumbnail
This action retrieves the the Thumbnail resource which references a thumbnail image of a Study, Series, Instance or Frame within instance.
|
static MCactionType |
RetrieveUPS
This action retrieves a UPS Instances.
|
static MCactionType |
RsCapabilitiesRetrieve
This action retrieves the full WADL resource tree from the WADO Retrieve RESTful resource endpoints
|
static MCactionType |
RsCapabilitiesSearch
This action retrieves the full WADL resource tree from the QIDO Search RESTful resource endpoints
|
static MCactionType |
RsCapabilitiesStore
This action retrieves the full WADL resource tree from the STOW Store RESTful resource endpoints
|
static MCactionType |
RsCapabilitiesSubscribe
This action retrieves the full WADL resource tree from the Subscribe RESTful resource endpoints
|
static MCactionType |
RsCapabilitiesUpdate
This action retrieves the full WADL resource tree from the Update RESTful resource endpoints
|
static MCactionType |
SearchForInstances
This action searches for DICOM Instances that match specified search parameters
and returns a list of matching instances and the requested attributes for each instance.
|
static MCactionType |
SearchForSeries
This action searches for DICOM Series that match specified search parameters
and returns a list of matching series and the requested attributes for each series.
|
static MCactionType |
SearchForStudies
This action searches for DICOM Studies that match specified search parameters
and returns a list of matching studies and the requested attributes for each study.
|
static MCactionType |
SearchForUPS
This action searches for UPS Instances known to the Origin-Server.
|
static MCactionType |
SendEventReport
This action sends an Event Report using an open WebSocket connection.
|
static MCactionType |
StoreCommitment
This action request the safekeeping of Instances on an origin server.
|
static MCactionType |
StoreCommitmentCheck
This action checks the safekeeping of Instances on an origin server.
|
static MCactionType |
StoreDicom
This action stores multipart DICOM SOP Instances and returns HTTP status line, including a status code and
associated textual phrase for the entire set of stored SOP Instances, followed by a message body containing
the Store Instances Response Module (DICOM PS3.18 Web Services)
|
static MCactionType |
StoreDicomXML
This action stores multipart DICOM XML metadata or a bulk data items and returns HTTP status line, including a status code and
associated textual phrase for the entire set of stored SOP Instances, followed by a message body containing
the Store Instances Response Module (DICOM PS3.18 Web Services)
|
static MCactionType |
StoreJson
This action stores multipart DICOM Json metadata or a bulk data items and returns HTTP status line, including a status code and
associated textual phrase for the entire set of stored SOP Instances, followed by a message body containing
the Store Instances Response Module (DICOM PS3.18 Web Services)
|
static MCactionType |
SuspendGlobalSubscription
This action suspends an existing subscription to the Global Worklist managed by the Origin-Server.
|
static MCactionType |
Undefined
Undefined action type
|
static MCactionType |
UpdateUPS
This action sets the attributes of a UPS Instance managed by the Origin-Server.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Checks if
MCactionType object is equal to Object |
static java.util.Collection<MCactionType> |
getAll()
Gets all available
MCactionType objects |
java.lang.String |
getName()
Gets
MCactionType name |
int |
hashCode()
Returns
MCactionType hash code |
java.lang.String |
toString()
Returns
MCactionType name |
public static MCactionType RsCapabilitiesRetrieve
public static MCactionType RsCapabilitiesSearch
public static MCactionType RsCapabilitiesStore
public static MCactionType RsCapabilitiesSubscribe
public static MCactionType RsCapabilitiesUpdate
public static MCactionType ChangeUPSState
public static MCactionType CreateSubscription
public static MCactionType CreateUPS
public static MCactionType DeleteSubscription
public static MCactionType OpenEventChannel
public static MCactionType RequestUPSCancellation
public static final MCactionType RetrieveImagingDocumentSet
public static final MCactionType RetrieveRenderedImagingDocumentSet
public static final MCactionType RetrieveImagingDocumentSetInformation
public static final MCactionType RetrieveStudy
public static final MCactionType RetrieveSeries
public static final MCactionType RetrieveInstance
public static final MCactionType RetrieveFrames
public static MCactionType RetrieveStudyBulkdata
public static MCactionType RetrieveSeriesBulkdata
public static MCactionType RetrieveInstanceBulkdata
public static MCactionType RetrieveStudyPixeldata
public static MCactionType RetrieveSeriesPixeldata
public static MCactionType RetrieveInstancePixeldata
public static final MCactionType RetrieveMetadata
public static final MCactionType RetrieveRendered
public static final MCactionType RetrieveThumbnail
public static MCactionType RetrieveUPS
public static final MCactionType SearchForStudies
public static final MCactionType SearchForSeries
public static final MCactionType SearchForInstances
public static MCactionType SearchForUPS
public static MCactionType SendEventReport
public static MCactionType StoreCommitment
public static MCactionType StoreCommitmentCheck
public static final MCactionType StoreDicom
public static final MCactionType StoreDicomXML
public static final MCactionType StoreJson
public static MCactionType SuspendGlobalSubscription
public static MCactionType UpdateUPS
public static final MCactionType Undefined
public java.lang.String getName()
MCactionType
nameMCactionType
namepublic static java.util.Collection<MCactionType> getAll()
MCactionType
objectsMCactionType
collectionpublic boolean equals(java.lang.Object o)
MCactionType
object is equal to Object
equals
in class java.lang.Object
o
- Objecttrue
if MCactionType
objects are equalpublic int hashCode()
MCactionType
hash codehashCode
in class java.lang.Object
MCactionType
hash codepublic java.lang.String toString()
MCactionType
nametoString
in class java.lang.Object
MCactionType
name