Uses of Class
ca.uhn.fhir.context.support.ConceptValidationOptions
-
Uses of ConceptValidationOptions in ca.uhn.fhir.context.support
Modifier and TypeMethodDescriptionConceptValidationOptions.setInferSystem
(boolean theInferSystem) ConceptValidationOptions.setValidateDisplay
(boolean theValidateDisplay) Modifier 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.