| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Enumerations.BindingStrength> |
ElementDefinition.ElementDefinitionBindingComponent.strength
Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances.
|
protected Enumeration<Enumerations.BindingStrength> |
OperationDefinition.OperationDefinitionParameterBindingComponent.strength
Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances.
|
| Modifier and Type | Method and Description |
|---|---|
static Enumerations.BindingStrength |
Enumerations.BindingStrength.fromCode(String codeString) |
Enumerations.BindingStrength |
Enumerations.BindingStrengthEnumFactory.fromCode(String codeString) |
Enumerations.BindingStrength |
ElementDefinition.ElementDefinitionBindingComponent.getStrength() |
Enumerations.BindingStrength |
OperationDefinition.OperationDefinitionParameterBindingComponent.getStrength() |
static Enumerations.BindingStrength |
Enumerations.BindingStrength.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enumerations.BindingStrength[] |
Enumerations.BindingStrength.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Enumerations.BindingStrength> |
Enumerations.BindingStrengthEnumFactory.fromType(Base code) |
Enumeration<Enumerations.BindingStrength> |
ElementDefinition.ElementDefinitionBindingComponent.getStrengthElement() |
Enumeration<Enumerations.BindingStrength> |
OperationDefinition.OperationDefinitionParameterBindingComponent.getStrengthElement() |
| Modifier and Type | Method and Description |
|---|---|
ElementDefinition.ElementDefinitionBindingComponent |
ElementDefinition.ElementDefinitionBindingComponent.setStrength(Enumerations.BindingStrength value) |
OperationDefinition.OperationDefinitionParameterBindingComponent |
OperationDefinition.OperationDefinitionParameterBindingComponent.setStrength(Enumerations.BindingStrength value) |
String |
Enumerations.BindingStrengthEnumFactory.toCode(Enumerations.BindingStrength code) |
String |
Enumerations.BindingStrengthEnumFactory.toSystem(Enumerations.BindingStrength code) |
| Modifier and Type | Method and Description |
|---|---|
ElementDefinition.ElementDefinitionBindingComponent |
ElementDefinition.ElementDefinitionBindingComponent.setStrengthElement(Enumeration<Enumerations.BindingStrength> value) |
OperationDefinition.OperationDefinitionParameterBindingComponent |
OperationDefinition.OperationDefinitionParameterBindingComponent.setStrengthElement(Enumeration<Enumerations.BindingStrength> value) |
| Constructor and Description |
|---|
ElementDefinitionBindingComponent(Enumeration<Enumerations.BindingStrength> strength)
Constructor
|
OperationDefinitionParameterBindingComponent(Enumeration<Enumerations.BindingStrength> strength,
CanonicalType valueSet)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.