| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<ElementDefinition.ConstraintSeverity> |
ElementDefinition.ElementDefinitionConstraintComponent.severity
Identifies the impact constraint violation has on the conformance of the instance.
|
| Modifier and Type | Method and Description |
|---|---|
static ElementDefinition.ConstraintSeverity |
ElementDefinition.ConstraintSeverity.fromCode(String codeString) |
ElementDefinition.ConstraintSeverity |
ElementDefinition.ConstraintSeverityEnumFactory.fromCode(String codeString) |
ElementDefinition.ConstraintSeverity |
ElementDefinition.ElementDefinitionConstraintComponent.getSeverity() |
static ElementDefinition.ConstraintSeverity |
ElementDefinition.ConstraintSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementDefinition.ConstraintSeverity[] |
ElementDefinition.ConstraintSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<ElementDefinition.ConstraintSeverity> |
ElementDefinition.ConstraintSeverityEnumFactory.fromType(Base code) |
Enumeration<ElementDefinition.ConstraintSeverity> |
ElementDefinition.ElementDefinitionConstraintComponent.getSeverityElement() |
| Modifier and Type | Method and Description |
|---|---|
ElementDefinition.ElementDefinitionConstraintComponent |
ElementDefinition.ElementDefinitionConstraintComponent.setSeverity(ElementDefinition.ConstraintSeverity value) |
String |
ElementDefinition.ConstraintSeverityEnumFactory.toCode(ElementDefinition.ConstraintSeverity code) |
String |
ElementDefinition.ConstraintSeverityEnumFactory.toSystem(ElementDefinition.ConstraintSeverity code) |
| Modifier and Type | Method and Description |
|---|---|
ElementDefinition.ElementDefinitionConstraintComponent |
ElementDefinition.ElementDefinitionConstraintComponent.setSeverityElement(Enumeration<ElementDefinition.ConstraintSeverity> value) |
| Constructor and Description |
|---|
ElementDefinitionConstraintComponent(IdType key,
Enumeration<ElementDefinition.ConstraintSeverity> severity,
StringType human)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.