Uses of Class
org.hl7.fhir.r4.terminologies.ValueSetExpander.TerminologyServiceErrorClass
-
Packages that use ValueSetExpander.TerminologyServiceErrorClass Package Description org.hl7.fhir.r4.context org.hl7.fhir.r4.terminologies -
-
Uses of ValueSetExpander.TerminologyServiceErrorClass in org.hl7.fhir.r4.context
Methods in org.hl7.fhir.r4.context that return ValueSetExpander.TerminologyServiceErrorClass Modifier and Type Method Description ValueSetExpander.TerminologyServiceErrorClassIWorkerContext.ValidationResult. getErrorClass()Constructors in org.hl7.fhir.r4.context with parameters of type ValueSetExpander.TerminologyServiceErrorClass Constructor Description ValidationResult(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.TerminologyServiceErrorClass Modifier and Type Method Description ValueSetExpander.TerminologyServiceErrorClassValueSetExpander.ValueSetExpansionOutcome. getErrorClass()static ValueSetExpander.TerminologyServiceErrorClassValueSetExpander.TerminologyServiceErrorClass. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueSetExpander.TerminologyServiceErrorClass[]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.TerminologyServiceErrorClass Constructor Description ValueSetExpansionOutcome(String error, ValueSetExpander.TerminologyServiceErrorClass errorClass)ValueSetExpansionOutcome(ValueSet valueset, String error, ValueSetExpander.TerminologyServiceErrorClass errorClass)ValueSetExpansionOutcome(ValueSetChecker service, String error, ValueSetExpander.TerminologyServiceErrorClass errorClass)
-