Uses of Enum
org.hl7.fhir.r4.terminologies.ValueSetExpander.TerminologyServiceErrorClass
-
Uses of ValueSetExpander.TerminologyServiceErrorClass in org.hl7.fhir.r4.context
ModifierConstructorDescriptionValidationResult
(org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity severity, String message, ValueSetExpander.TerminologyServiceErrorClass errorClass) -
Uses of ValueSetExpander.TerminologyServiceErrorClass in org.hl7.fhir.r4.terminologies
Modifier 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.ModifierConstructorDescriptionValueSetExpansionOutcome
(String error, ValueSetExpander.TerminologyServiceErrorClass errorClass) ValueSetExpansionOutcome
(ValueSet valueset, String error, ValueSetExpander.TerminologyServiceErrorClass errorClass) ValueSetExpansionOutcome
(ValueSetChecker service, String error, ValueSetExpander.TerminologyServiceErrorClass errorClass)