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