
Uses of Enum
org.hl7.fhir.r5.terminologies.utilities.TerminologyServiceErrorClass
Packages that use TerminologyServiceErrorClass
Package
Description
-
Uses of TerminologyServiceErrorClass in org.hl7.fhir.r5.terminologies.expansion
Methods in org.hl7.fhir.r5.terminologies.expansion that return TerminologyServiceErrorClassConstructors in org.hl7.fhir.r5.terminologies.expansion with parameters of type TerminologyServiceErrorClassModifierConstructorDescriptionValueSetExpansionOutcome
(String error, TerminologyServiceErrorClass errorClass, boolean fromServer) ValueSetExpansionOutcome
(String error, TerminologyServiceErrorClass errorClass, List<String> errList, boolean fromServer) ValueSetExpansionOutcome
(ValueSet valueset, String error, TerminologyServiceErrorClass errorClass, boolean fromServer) -
Uses of TerminologyServiceErrorClass in org.hl7.fhir.r5.terminologies.utilities
Methods in org.hl7.fhir.r5.terminologies.utilities that return TerminologyServiceErrorClassModifier and TypeMethodDescriptionTerminologyOperationContext.TerminologyServiceProtectionException.getError()
ValidationResult.getErrorClass()
static TerminologyServiceErrorClass
Returns the enum constant of this type with the specified name.static TerminologyServiceErrorClass[]
TerminologyServiceErrorClass.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.terminologies.utilities with parameters of type TerminologyServiceErrorClassModifier and TypeMethodDescriptionValidationResult.setErrorClass
(TerminologyServiceErrorClass errorClass) Constructors in org.hl7.fhir.r5.terminologies.utilities with parameters of type TerminologyServiceErrorClassModifierConstructorDescriptionTerminologyServiceProtectionException
(String message, TerminologyServiceErrorClass error, OperationOutcome.IssueType type) ValidationResult
(org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity severity, String message, TerminologyServiceErrorClass errorClass, List<OperationOutcome.OperationOutcomeIssueComponent> issues) -
Uses of TerminologyServiceErrorClass in org.hl7.fhir.r5.terminologies.validation
Methods in org.hl7.fhir.r5.terminologies.validation that return TerminologyServiceErrorClassMethods in org.hl7.fhir.r5.terminologies.validation with parameters of type TerminologyServiceErrorClassModifier and TypeMethodDescriptionvoid
ValidationProcessInfo.setErr
(TerminologyServiceErrorClass err) void
VSCheckerException.setType
(TerminologyServiceErrorClass type) Constructors in org.hl7.fhir.r5.terminologies.validation with parameters of type TerminologyServiceErrorClassModifierConstructorDescriptionVSCheckerException
(String message, List<OperationOutcome.OperationOutcomeIssueComponent> issues, TerminologyServiceErrorClass type)