Enum RestfulInteraction
- All Implemented Interfaces:
Serializable
,Comparable<RestfulInteraction>
-
Enum Constant Summary
Enum ConstantDescriptionperform a set of a separate interactions in a single http operationGet a Capability Statement for the system.Create a new resource with a server assigned id.Delete a resource.Retrieve the change history for a particular resource, type of resource, or the entire system.Retrieve the change history for a particular resource.Retrieve the change history for all resources on a system.Retrieve the change history for all resources of a particular type.added to help the parsersPerform an operation as defined by an OperationDefinition.Update an existing resource by posting a set of changes to it.Read the current state of the resource.Search a resource type or all resources based on some filter criteria.Search all resources based on some filter criteria.Search all resources of the specified type based on some filter criteria.Update, create or delete a set of resources as a single transaction.Update an existing resource by its id (or create it if it is new).Read the state of a specific version of the resource. -
Method Summary
Modifier and TypeMethodDescriptionstatic RestfulInteraction
toCode()
static RestfulInteraction
Returns the enum constant of this type with the specified name.static RestfulInteraction[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
READ
Read the current state of the resource. -
VREAD
Read the state of a specific version of the resource. -
UPDATE
Update an existing resource by its id (or create it if it is new). -
PATCH
Update an existing resource by posting a set of changes to it. -
DELETE
Delete a resource. -
HISTORY
Retrieve the change history for a particular resource, type of resource, or the entire system. -
HISTORYINSTANCE
Retrieve the change history for a particular resource. -
HISTORYTYPE
Retrieve the change history for all resources of a particular type. -
HISTORYSYSTEM
Retrieve the change history for all resources on a system. -
CREATE
Create a new resource with a server assigned id. -
SEARCH
Search a resource type or all resources based on some filter criteria. -
SEARCHTYPE
Search all resources of the specified type based on some filter criteria. -
SEARCHSYSTEM
Search all resources based on some filter criteria. -
CAPABILITIES
Get a Capability Statement for the system. -
TRANSACTION
Update, create or delete a set of resources as a single transaction. -
BATCH
perform a set of a separate interactions in a single http operation -
OPERATION
Perform an operation as defined by an OperationDefinition. -
NULL
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static RestfulInteraction fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-