Enum Constant Summary
Enum Constants
The bundle is a transaction - intended to be processed by a server as a group of actions.
The bundle is a batch response.
The bundle is a set of resources collected into a single package for ease of distribution.
The bundle is a document.
The bundle is a list of resources from a history interaction on a server.
added to help the parsers
The bundle is a list of resources returned as a result of a search/query interaction, operation, or message.
The bundle is a transaction - intended to be processed by a server as an atomic commit.
The bundle is a transaction response.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
DOCUMENT
The bundle is a document. The first resource is a Composition.
MESSAGE
The bundle is a message. The first resource is a MessageHeader.
TRANSACTION
The bundle is a transaction - intended to be processed by a server as an atomic commit.
TRANSACTIONRESPONSE
The bundle is a transaction response. Because the response is a transaction response, the transaction has succeeded, and all responses are error free.
BATCH
The bundle is a transaction - intended to be processed by a server as a group of actions.
BATCHRESPONSE
The bundle is a batch response. Note that as a batch, some responses may indicate failure and others success.
HISTORY
The bundle is a list of resources from a history interaction on a server.
SEARCHSET
The bundle is a list of resources returned as a result of a search/query interaction, operation, or message.
COLLECTION
The bundle is a set of resources collected into a single package for ease of distribution.
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 name
NullPointerException
- if the argument is null
fromCode
Throws:
org.hl7.fhir.exceptions.FHIRException