public enum RestOperationTypeEnum extends Enum<RestOperationTypeEnum>
| Enum Constant and Description |
|---|
ADD_TAGS |
CREATE
Code Value: create
|
DELETE
Code Value: delete
|
DELETE_TAGS |
EXTENDED_OPERATION_INSTANCE
E.g.
|
EXTENDED_OPERATION_SERVER
E.g.
|
EXTENDED_OPERATION_TYPE
E.g.
|
GET_PAGE |
GET_TAGS |
GRAPHQL_REQUEST
Use this value with caution, this may
change as the GraphQL interface matures
|
HISTORY_INSTANCE
Code Value: history-instance
|
HISTORY_SYSTEM
Code Value: history-system
|
HISTORY_TYPE
Code Value: history-type
|
META
$meta-add extended operation
|
META_ADD
$meta-add extended operation
|
META_DELETE
$meta-delete extended operation
|
METADATA
Load the server's metadata
|
PATCH
Patch operation
|
READ
Code Value: read
|
SEARCH_SYSTEM
Code Value: search-system
|
SEARCH_TYPE
Code Value: search-type
|
TRANSACTION
Code Value: transaction
|
UPDATE
Code Value: update
|
VALIDATE
Code Value: validate
|
VREAD
Code Value: vread
|
| Modifier and Type | Field and Description |
|---|---|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set: http://hl7.org/fhir/vs/type-restful-operation
|
static String |
VALUESET_NAME
Name for this Value Set: RestfulOperationType
|
| Modifier and Type | Method and Description |
|---|---|
RestOperationTypeEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
static RestOperationTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestOperationTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestOperationTypeEnum ADD_TAGS
public static final RestOperationTypeEnum DELETE_TAGS
public static final RestOperationTypeEnum GET_TAGS
public static final RestOperationTypeEnum GET_PAGE
public static final RestOperationTypeEnum GRAPHQL_REQUEST
public static final RestOperationTypeEnum EXTENDED_OPERATION_SERVER
public static final RestOperationTypeEnum EXTENDED_OPERATION_TYPE
public static final RestOperationTypeEnum EXTENDED_OPERATION_INSTANCE
public static final RestOperationTypeEnum CREATE
public static final RestOperationTypeEnum DELETE
public static final RestOperationTypeEnum HISTORY_INSTANCE
public static final RestOperationTypeEnum HISTORY_SYSTEM
public static final RestOperationTypeEnum HISTORY_TYPE
public static final RestOperationTypeEnum READ
public static final RestOperationTypeEnum SEARCH_SYSTEM
public static final RestOperationTypeEnum SEARCH_TYPE
public static final RestOperationTypeEnum TRANSACTION
public static final RestOperationTypeEnum UPDATE
public static final RestOperationTypeEnum VALIDATE
public static final RestOperationTypeEnum VREAD
public static final RestOperationTypeEnum METADATA
public static final RestOperationTypeEnum META_ADD
public static final RestOperationTypeEnum META
public static final RestOperationTypeEnum META_DELETE
public static final RestOperationTypeEnum PATCH
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static RestOperationTypeEnum[] values()
for (RestOperationTypeEnum c : RestOperationTypeEnum.values()) System.out.println(c);
public static RestOperationTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic RestOperationTypeEnum forCode(String theCode)
Copyright © 2014–2019 University Health Network. All rights reserved.