
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 TypeMethodDescriptionstatic ConceptValidationOptions
ConceptValidationOptions.copy
(ConceptValidationOptions theOriginal) ConceptValidationOptions.setInferSystem
(boolean theInferSystem) ConceptValidationOptions.setValidateDisplay
(boolean theValidateDisplay) Methods in ca.uhn.fhir.context.support with parameters of type ConceptValidationOptionsModifier and TypeMethodDescriptionstatic ConceptValidationOptions
ConceptValidationOptions.copy
(ConceptValidationOptions theOriginal) IValidationSupport.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.