| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<OperationDefinition.OperationKind> |
OperationDefinition.kind
Whether this is an operation or a named query.
|
| Modifier and Type | Method and Description |
|---|---|
static OperationDefinition.OperationKind |
OperationDefinition.OperationKind.fromCode(String codeString) |
OperationDefinition.OperationKind |
OperationDefinition.OperationKindEnumFactory.fromCode(String codeString) |
OperationDefinition.OperationKind |
OperationDefinition.getKind() |
static OperationDefinition.OperationKind |
OperationDefinition.OperationKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationDefinition.OperationKind[] |
OperationDefinition.OperationKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<OperationDefinition.OperationKind> |
OperationDefinition.OperationKindEnumFactory.fromType(Base code) |
Enumeration<OperationDefinition.OperationKind> |
OperationDefinition.getKindElement() |
| Modifier and Type | Method and Description |
|---|---|
OperationDefinition |
OperationDefinition.setKind(OperationDefinition.OperationKind value) |
String |
OperationDefinition.OperationKindEnumFactory.toCode(OperationDefinition.OperationKind code) |
String |
OperationDefinition.OperationKindEnumFactory.toSystem(OperationDefinition.OperationKind code) |
| Modifier and Type | Method and Description |
|---|---|
OperationDefinition |
OperationDefinition.setKindElement(Enumeration<OperationDefinition.OperationKind> value) |
| Constructor and Description |
|---|
OperationDefinition(StringType name,
Enumeration<Enumerations.PublicationStatus> status,
Enumeration<OperationDefinition.OperationKind> kind,
CodeType code,
BooleanType system,
BooleanType type,
BooleanType instance)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.