
Uses of Enum
org.hl7.fhir.r4.terminologies.ValueSetExpander.TerminologyServiceErrorClass
Packages that use ValueSetExpander.TerminologyServiceErrorClass
-
Uses of ValueSetExpander.TerminologyServiceErrorClass in org.hl7.fhir.r4.context
Methods in org.hl7.fhir.r4.context that return ValueSetExpander.TerminologyServiceErrorClassConstructors in org.hl7.fhir.r4.context with parameters of type ValueSetExpander.TerminologyServiceErrorClassModifierConstructorDescriptionValidationResult
(org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity severity, String message, ValueSetExpander.TerminologyServiceErrorClass errorClass) -
Uses of ValueSetExpander.TerminologyServiceErrorClass in org.hl7.fhir.r4.terminologies
Methods in org.hl7.fhir.r4.terminologies that return ValueSetExpander.TerminologyServiceErrorClassModifier and TypeMethodDescriptionValueSetExpander.ValueSetExpansionOutcome.getErrorClass()
Returns the enum constant of this type with the specified name.ValueSetExpander.TerminologyServiceErrorClass.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hl7.fhir.r4.terminologies with parameters of type ValueSetExpander.TerminologyServiceErrorClassModifierConstructorDescriptionValueSetExpansionOutcome
(String error, ValueSetExpander.TerminologyServiceErrorClass errorClass) ValueSetExpansionOutcome
(ValueSet valueset, String error, ValueSetExpander.TerminologyServiceErrorClass errorClass) ValueSetExpansionOutcome
(ValueSetChecker service, String error, ValueSetExpander.TerminologyServiceErrorClass errorClass)