Uses of Enum
org.hl7.fhir.r4.model.ElementDefinition.ConstraintSeverity
-
Uses of ElementDefinition.ConstraintSeverity in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<ElementDefinition.ConstraintSeverity> ElementDefinition.ElementDefinitionConstraintComponent.severity
Identifies the impact constraint violation has on the conformance of the instance.Modifier and TypeMethodDescriptionElementDefinition.ElementDefinitionConstraintComponent.getSeverity()
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 TypeMethodDescriptionElementDefinition.ConstraintSeverityEnumFactory.fromType
(PrimitiveType<?> code) ElementDefinition.ElementDefinitionConstraintComponent.getSeverityElement()
Modifier and TypeMethodDescriptionElementDefinition.ElementDefinitionConstraintComponent.setSeverity
(ElementDefinition.ConstraintSeverity value) ElementDefinition.ConstraintSeverityEnumFactory.toCode
(ElementDefinition.ConstraintSeverity code) ElementDefinition.ConstraintSeverityEnumFactory.toSystem
(ElementDefinition.ConstraintSeverity code) Modifier and TypeMethodDescriptionElementDefinition.ElementDefinitionConstraintComponent.setSeverityElement
(Enumeration<ElementDefinition.ConstraintSeverity> value) ModifierConstructorDescriptionElementDefinitionConstraintComponent
(IdType key, Enumeration<ElementDefinition.ConstraintSeverity> severity, StringType human) Constructor