Uses of Class
ca.uhn.fhir.context.support.ConceptValidationOptions
Packages that use ConceptValidationOptions
-
Uses of ConceptValidationOptions in ca.uhn.fhir.context.support
Methods in ca.uhn.fhir.context.support that return ConceptValidationOptionsModifier and TypeMethodDescriptionConceptValidationOptions.setInferSystem(boolean theInferSystem)ConceptValidationOptions.setValidateDisplay(boolean theValidateDisplay)Methods in ca.uhn.fhir.context.support with parameters of type ConceptValidationOptionsModifier and TypeMethodDescriptionIValidationSupport.validateCode(ValidationSupportContext theValidationSupportContext, ConceptValidationOptions theOptions, String theCodeSystem, String theCode, String theDisplay, String theValueSetUrl)Validates that the given code exists and if possible returns a display name.IValidationSupport.validateCodeInValueSet(ValidationSupportContext theValidationSupportContext, ConceptValidationOptions theOptions, String theCodeSystem, String theCode, String theDisplay, IBaseResource theValueSet)Validates that the given code exists and if possible returns a display name.