
Uses of Class
org.hl7.fhir.r5.context.IWorkerContext.ValidationResult
Packages that use IWorkerContext.ValidationResult
Package
Description
-
Uses of IWorkerContext.ValidationResult in org.hl7.fhir.r5.context
Fields in org.hl7.fhir.r5.context with type parameters of type IWorkerContext.ValidationResultModifier and TypeFieldDescriptionprotected Map<String,
Map<String, IWorkerContext.ValidationResult>> BaseWorkerContext.validationCache
Methods in org.hl7.fhir.r5.context that return IWorkerContext.ValidationResultModifier and TypeMethodDescriptionIWorkerContext.ValidationResult.addCodeableConcept
(CodeableConcept vcc) IWorkerContext.ValidationResult.addToMessage
(String message) IWorkerContext.CodingValidationRequest.getResult()
TerminologyCache.getValidation
(TerminologyCache.CacheToken cacheToken) BaseWorkerContext.processValidationResult
(Parameters pOut) IWorkerContext.ValidationResult.setErrorClass
(TerminologyServiceErrorClass errorClass) IWorkerContext.ValidationResult.setMessage
(String message) IWorkerContext.ValidationResult.setSeverity
(org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity severity) IWorkerContext.ValidationResult.setUnknownSystems
(Set<String> unknownSystems) 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 IWorkerContext.ValidationResult
BaseWorkerContext.validateOnServer
(ValueSet vs, Parameters pin, org.hl7.fhir.utilities.validation.ValidationOptions options) Methods in org.hl7.fhir.r5.context with parameters of type IWorkerContext.ValidationResultModifier and TypeMethodDescriptionvoid
TerminologyCache.cacheValidation
(TerminologyCache.CacheToken cacheToken, IWorkerContext.ValidationResult res, boolean persistent) void
IWorkerContext.CodingValidationRequest.setResult
(IWorkerContext.ValidationResult result) Method parameters in org.hl7.fhir.r5.context with type arguments of type IWorkerContext.ValidationResultModifier and TypeMethodDescriptionvoid
BaseWorkerContext.cacheVS
(com.google.gson.JsonObject json, Map<String, IWorkerContext.ValidationResult> t) -
Uses of IWorkerContext.ValidationResult in org.hl7.fhir.r5.hapi.ctx
Methods in org.hl7.fhir.r5.hapi.ctx that return IWorkerContext.ValidationResultModifier 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 IWorkerContext.ValidationResult in org.hl7.fhir.r5.terminologies.validation
Methods in org.hl7.fhir.r5.terminologies.validation that return IWorkerContext.ValidationResultModifier and TypeMethodDescriptionValueSetValidator.validateCode
(String path, CodeableConcept code) ValueSetValidator.validateCode
(String path, Coding code) ValueSetValidator.validateCode
(CodeableConcept code) ValueSetValidator.validateCode
(Coding code)