![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Enum
org.hl7.fhir.r4.model.ElementDefinition.ConstraintSeverity
Packages that use ElementDefinition.ConstraintSeverity
-
Uses of ElementDefinition.ConstraintSeverity in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ElementDefinition.ConstraintSeverityModifier and TypeFieldDescriptionprotected Enumeration
<ElementDefinition.ConstraintSeverity> ElementDefinition.ElementDefinitionConstraintComponent.severity
Identifies the impact constraint violation has on the conformance of the instance.Methods in org.hl7.fhir.r4.model that return ElementDefinition.ConstraintSeverityModifier 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.Methods in org.hl7.fhir.r4.model that return types with arguments of type ElementDefinition.ConstraintSeverityModifier and TypeMethodDescriptionElementDefinition.ConstraintSeverityEnumFactory.fromType
(PrimitiveType<?> code) ElementDefinition.ElementDefinitionConstraintComponent.getSeverityElement()
Methods in org.hl7.fhir.r4.model with parameters of type ElementDefinition.ConstraintSeverityModifier and TypeMethodDescriptionElementDefinition.ElementDefinitionConstraintComponent.setSeverity
(ElementDefinition.ConstraintSeverity value) ElementDefinition.ConstraintSeverityEnumFactory.toCode
(ElementDefinition.ConstraintSeverity code) ElementDefinition.ConstraintSeverityEnumFactory.toSystem
(ElementDefinition.ConstraintSeverity code) Method parameters in org.hl7.fhir.r4.model with type arguments of type ElementDefinition.ConstraintSeverityModifier and TypeMethodDescriptionElementDefinition.ElementDefinitionConstraintComponent.setSeverityElement
(Enumeration<ElementDefinition.ConstraintSeverity> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type ElementDefinition.ConstraintSeverityModifierConstructorDescriptionElementDefinitionConstraintComponent
(IdType key, Enumeration<ElementDefinition.ConstraintSeverity> severity, StringType human) Constructor