Uses of Class
org.hl7.fhir.r5.context.IWorkerContext.ValidationResult
Packages that use IWorkerContext.ValidationResult
-
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.validationCacheMethods in org.hl7.fhir.r5.context that return IWorkerContext.ValidationResultModifier and TypeMethodDescriptionIWorkerContext.CodingValidationRequest.getResult()TerminologyCache.getValidation(TerminologyCache.CacheToken cacheToken) BaseWorkerContext.processValidationResult(Parameters pOut) IWorkerContext.ValidationResult.setErrorClass(ValueSetExpander.TerminologyServiceErrorClass errorClass) 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 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 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) protected IWorkerContext.ValidationResultBaseWorkerContext.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 TypeMethodDescriptionvoidTerminologyCache.cacheValidation(TerminologyCache.CacheToken cacheToken, IWorkerContext.ValidationResult res, boolean persistent) voidIWorkerContext.CodingValidationRequest.setResult(IWorkerContext.ValidationResult result) Method parameters in org.hl7.fhir.r5.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.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
Methods in org.hl7.fhir.r5.terminologies that return IWorkerContext.ValidationResultModifier and TypeMethodDescriptionValueSetCheckerSimple.validateCode(CodeableConcept code) ValueSetCheckerSimple.validateCode(Coding code)