Uses of Enum
org.hl7.fhir.r5.terminologies.utilities.TerminologyServiceErrorClass
Package
Description
-
Uses of TerminologyServiceErrorClass in org.hl7.fhir.r5.terminologies.expansion
ModifierConstructorDescriptionValueSetExpansionOutcome
(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
Modifier 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.Modifier and TypeMethodDescriptionValidationResult.setErrorClass
(TerminologyServiceErrorClass errorClass) ModifierConstructorDescriptionTerminologyServiceProtectionException
(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
Modifier and TypeMethodDescriptionvoid
ValidationProcessInfo.setErr
(TerminologyServiceErrorClass err) void
VSCheckerException.setType
(TerminologyServiceErrorClass type) ModifierConstructorDescriptionVSCheckerException
(String message, List<OperationOutcome.OperationOutcomeIssueComponent> issues, TerminologyServiceErrorClass type)