Uses of Class
org.hl7.fhir.r4.context.IWorkerContext.ValidationResult
Packages that use IWorkerContext.ValidationResult
-
Uses of IWorkerContext.ValidationResult in org.hl7.fhir.r4.context
Fields in org.hl7.fhir.r4.context with type parameters of type IWorkerContext.ValidationResultModifier and TypeFieldDescriptionprotected Map<String,Map<String,IWorkerContext.ValidationResult>>BaseWorkerContext.validationCacheMethods in org.hl7.fhir.r4.context that return IWorkerContext.ValidationResultModifier and TypeMethodDescriptionBaseWorkerContext.doValidateCode(org.hl7.fhir.utilities.validation.ValidationOptions options, Coding code, ValueSet vs, boolean implySystem)TerminologyCache.getValidation(TerminologyCache.CacheToken cacheToken)IWorkerContext.ValidationResult.setMessage(String message)IWorkerContext.ValidationResult.setSeverity(org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity severity)BaseWorkerContext.validateCode(org.hl7.fhir.utilities.validation.ValidationOptions options, String system, String code, String display)BaseWorkerContext.validateCode(org.hl7.fhir.utilities.validation.ValidationOptions options, String system, String code, String display, ValueSet vs)BaseWorkerContext.validateCode(org.hl7.fhir.utilities.validation.ValidationOptions options, String system, String code, String display, ValueSet.ConceptSetComponent vsi)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)IWorkerContext.validateCode(org.hl7.fhir.utilities.validation.ValidationOptions options, String system, String code, String display)Validation of a code - consult the terminology service to see whether it is known.IWorkerContext.validateCode(org.hl7.fhir.utilities.validation.ValidationOptions options, String system, String code, String display, ValueSet vs)Validation of a code - consult the terminology service to see whether it is known.IWorkerContext.validateCode(org.hl7.fhir.utilities.validation.ValidationOptions options, String system, String code, String display, ValueSet.ConceptSetComponent vsi)Validation of a code - consult the terminology service to see whether it is known.IWorkerContext.validateCode(org.hl7.fhir.utilities.validation.ValidationOptions options, String code, ValueSet vs)IWorkerContext.validateCode(org.hl7.fhir.utilities.validation.ValidationOptions options, CodeableConcept code, ValueSet vs)IWorkerContext.validateCode(org.hl7.fhir.utilities.validation.ValidationOptions options, Coding code, ValueSet vs)Methods in org.hl7.fhir.r4.context with parameters of type IWorkerContext.ValidationResultModifier and TypeMethodDescriptionvoidTerminologyCache.cacheValidation(TerminologyCache.CacheToken cacheToken, IWorkerContext.ValidationResult res, boolean persistent)Method parameters in org.hl7.fhir.r4.context with type arguments of type IWorkerContext.ValidationResultModifier and TypeMethodDescriptionvoidBaseWorkerContext.cacheVS(com.google.gson.JsonObject json, Map<String,IWorkerContext.ValidationResult> t) -
Uses of IWorkerContext.ValidationResult in org.hl7.fhir.r4.hapi.ctx
Methods in org.hl7.fhir.r4.hapi.ctx that return IWorkerContext.ValidationResultModifier and TypeMethodDescriptionHapiWorkerContext.validateCode(org.hl7.fhir.utilities.validation.ValidationOptions theOptions, String theSystem, String theCode, String theDisplay)HapiWorkerContext.validateCode(org.hl7.fhir.utilities.validation.ValidationOptions theOptions, String theSystem, String theCode, String theDisplay, ValueSet theVs)HapiWorkerContext.validateCode(org.hl7.fhir.utilities.validation.ValidationOptions theOptions, String theSystem, String theCode, String theDisplay, ValueSet.ConceptSetComponent theVsi)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) -
Uses of IWorkerContext.ValidationResult in org.hl7.fhir.r4.terminologies
Methods in org.hl7.fhir.r4.terminologies that return IWorkerContext.ValidationResultModifier and TypeMethodDescriptionValueSetCheckerSimple.validateCode(CodeableConcept code)ValueSetCheckerSimple.validateCode(Coding code)