Uses of Class
org.hl7.fhir.r5.terminologies.utilities.ValidationResult
Package
Description
-
Uses of ValidationResult in org.hl7.fhir.r5.context
Modifier and TypeFieldDescriptionprotected Map
<String, Map<String, ValidationResult>> BaseWorkerContext.validationCache
Modifier and TypeMethodDescriptionBaseWorkerContext.processValidationResult
(Parameters pOut, String vs, String server) BaseWorkerContext.validateCode
(org.hl7.fhir.utilities.validation.ValidationOptions options, String system, String version, String code, String display) BaseWorkerContext.validateCode
(org.hl7.fhir.utilities.validation.ValidationOptions options, String system, String version, String code, String display, ValueSet vs) BaseWorkerContext.validateCode
(org.hl7.fhir.utilities.validation.ValidationOptions options, String path, Coding code, ValueSet vs) BaseWorkerContext.validateCode
(org.hl7.fhir.utilities.validation.ValidationOptions optionsArg, String path, Coding code, ValueSet vs, ValidationContextCarrier ctxt) BaseWorkerContext.validateCode
(org.hl7.fhir.utilities.validation.ValidationOptions options, String code, ValueSet vs) BaseWorkerContext.validateCode
(org.hl7.fhir.utilities.validation.ValidationOptions options, CodeableConcept code, ValueSet vs) BaseWorkerContext.validateCode
(org.hl7.fhir.utilities.validation.ValidationOptions options, Coding code, ValueSet vs) BaseWorkerContext.validateCode
(org.hl7.fhir.utilities.validation.ValidationOptions optionsArg, Coding code, ValueSet vs, ValidationContextCarrier ctxt) IWorkerContext.validateCode
(org.hl7.fhir.utilities.validation.ValidationOptions options, String system, String version, String code, String display) Validation of a code - consult the terminology infrstructure and/or service to see whether it is known.IWorkerContext.validateCode
(org.hl7.fhir.utilities.validation.ValidationOptions options, String system, String version, String code, String display, ValueSet vs) Validation of a code - consult the terminology infrstructure and/or service to see whether it is known.IWorkerContext.validateCode
(org.hl7.fhir.utilities.validation.ValidationOptions options, String code, ValueSet vs) Validation of a code - consult the terminology infrstructure and/or service to see whether it is known.IWorkerContext.validateCode
(org.hl7.fhir.utilities.validation.ValidationOptions options, CodeableConcept code, ValueSet vs) Validation of a code - consult the terminology infrstructure and/or service to see whether it is known.IWorkerContext.validateCode
(org.hl7.fhir.utilities.validation.ValidationOptions options, Coding code, ValueSet vs) Validation of a code - consult the terminology infrstructure and/or service to see whether it is known.IWorkerContext.validateCode
(org.hl7.fhir.utilities.validation.ValidationOptions options, Coding code, ValueSet vs, ValidationContextCarrier ctxt) See comments in ValidationContextCarrier.protected ValidationResult
BaseWorkerContext.validateOnServer
(TerminologyClientContext tc, ValueSet vs, Parameters pin, org.hl7.fhir.utilities.validation.ValidationOptions options) Modifier and TypeMethodDescriptionvoid
BaseWorkerContext.cacheVS
(com.google.gson.JsonObject json, Map<String, ValidationResult> t) -
Uses of ValidationResult in org.hl7.fhir.r5.hapi.ctx
Modifier and TypeMethodDescriptionHapiWorkerContext.validateCode
(org.hl7.fhir.utilities.validation.ValidationOptions theOptions, String theSystem, String theVersion, String theCode, String theDisplay) HapiWorkerContext.validateCode
(org.hl7.fhir.utilities.validation.ValidationOptions theOptions, String theSystem, String theVersion, String theCode, String theDisplay, ValueSet theVs) HapiWorkerContext.validateCode
(org.hl7.fhir.utilities.validation.ValidationOptions theOptions, String code, ValueSet vs) HapiWorkerContext.validateCode
(org.hl7.fhir.utilities.validation.ValidationOptions theOptions, CodeableConcept theCode, ValueSet theVs) HapiWorkerContext.validateCode
(org.hl7.fhir.utilities.validation.ValidationOptions theOptions, Coding theCode, ValueSet theVs) HapiWorkerContext.validateCode
(org.hl7.fhir.utilities.validation.ValidationOptions options, Coding code, ValueSet vs, ValidationContextCarrier ctxt) -
Uses of ValidationResult in org.hl7.fhir.r5.terminologies.utilities
Modifier and TypeMethodDescriptionValidationResult.addCodeableConcept
(CodeableConcept vcc) ValidationResult.addMessage
(String message) CodingValidationRequest.getResult()
TerminologyCache.getValidation
(TerminologyCache.CacheToken cacheToken) ValidationResult.setErrorClass
(TerminologyServiceErrorClass errorClass) ValidationResult.setMessage
(String message) ValidationResult.setSeverity
(org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity severity) ValidationResult.setUnknownSystems
(Set<String> unknownSystems) Modifier and TypeMethodDescriptionvoid
TerminologyCache.cacheValidation
(TerminologyCache.CacheToken cacheToken, ValidationResult res, boolean persistent) void
CodingValidationRequest.setResult
(ValidationResult result) -
Uses of ValidationResult in org.hl7.fhir.r5.terminologies.validation
Modifier and TypeMethodDescriptionValueSetValidator.validateCode
(String path, CodeableConcept code) ValueSetValidator.validateCode
(String path, Coding code) ValueSetValidator.validateCode
(CodeableConcept code) ValueSetValidator.validateCode
(Coding code)