| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<CapabilityStatement.TypeRestfulInteraction> |
CapabilityStatement.ResourceInteractionComponent.code
Coded identifier of the operation, supported by the system resource.
|
| Modifier and Type | Method and Description |
|---|---|
static CapabilityStatement.TypeRestfulInteraction |
CapabilityStatement.TypeRestfulInteraction.fromCode(String codeString) |
CapabilityStatement.TypeRestfulInteraction |
CapabilityStatement.TypeRestfulInteractionEnumFactory.fromCode(String codeString) |
CapabilityStatement.TypeRestfulInteraction |
CapabilityStatement.ResourceInteractionComponent.getCode() |
static CapabilityStatement.TypeRestfulInteraction |
CapabilityStatement.TypeRestfulInteraction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CapabilityStatement.TypeRestfulInteraction[] |
CapabilityStatement.TypeRestfulInteraction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<CapabilityStatement.TypeRestfulInteraction> |
CapabilityStatement.TypeRestfulInteractionEnumFactory.fromType(Base code) |
Enumeration<CapabilityStatement.TypeRestfulInteraction> |
CapabilityStatement.ResourceInteractionComponent.getCodeElement() |
| Modifier and Type | Method and Description |
|---|---|
CapabilityStatement.ResourceInteractionComponent |
CapabilityStatement.ResourceInteractionComponent.setCode(CapabilityStatement.TypeRestfulInteraction value) |
String |
CapabilityStatement.TypeRestfulInteractionEnumFactory.toCode(CapabilityStatement.TypeRestfulInteraction code) |
String |
CapabilityStatement.TypeRestfulInteractionEnumFactory.toSystem(CapabilityStatement.TypeRestfulInteraction code) |
| Modifier and Type | Method and Description |
|---|---|
CapabilityStatement.ResourceInteractionComponent |
CapabilityStatement.ResourceInteractionComponent.setCodeElement(Enumeration<CapabilityStatement.TypeRestfulInteraction> value) |
| Constructor and Description |
|---|
ResourceInteractionComponent(Enumeration<CapabilityStatement.TypeRestfulInteraction> code)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.