| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<CapabilityStatement.SystemRestfulInteraction> |
CapabilityStatement.SystemInteractionComponent.code
A coded identifier of the operation, supported by the system.
|
| Modifier and Type | Method and Description |
|---|---|
static CapabilityStatement.SystemRestfulInteraction |
CapabilityStatement.SystemRestfulInteraction.fromCode(String codeString) |
CapabilityStatement.SystemRestfulInteraction |
CapabilityStatement.SystemRestfulInteractionEnumFactory.fromCode(String codeString) |
CapabilityStatement.SystemRestfulInteraction |
CapabilityStatement.SystemInteractionComponent.getCode() |
static CapabilityStatement.SystemRestfulInteraction |
CapabilityStatement.SystemRestfulInteraction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CapabilityStatement.SystemRestfulInteraction[] |
CapabilityStatement.SystemRestfulInteraction.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.SystemRestfulInteraction> |
CapabilityStatement.SystemRestfulInteractionEnumFactory.fromType(Base code) |
Enumeration<CapabilityStatement.SystemRestfulInteraction> |
CapabilityStatement.SystemInteractionComponent.getCodeElement() |
| Modifier and Type | Method and Description |
|---|---|
CapabilityStatement.SystemInteractionComponent |
CapabilityStatement.SystemInteractionComponent.setCode(CapabilityStatement.SystemRestfulInteraction value) |
String |
CapabilityStatement.SystemRestfulInteractionEnumFactory.toCode(CapabilityStatement.SystemRestfulInteraction code) |
String |
CapabilityStatement.SystemRestfulInteractionEnumFactory.toSystem(CapabilityStatement.SystemRestfulInteraction code) |
| Modifier and Type | Method and Description |
|---|---|
CapabilityStatement.SystemInteractionComponent |
CapabilityStatement.SystemInteractionComponent.setCodeElement(Enumeration<CapabilityStatement.SystemRestfulInteraction> value) |
| Constructor and Description |
|---|
SystemInteractionComponent(Enumeration<CapabilityStatement.SystemRestfulInteraction> code)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.