Uses of Class
ca.uhn.fhir.context.support.IContextValidationSupport.CodeValidationResult
-
Packages that use IContextValidationSupport.CodeValidationResult Package Description ca.uhn.fhir.context.support -
-
Uses of IContextValidationSupport.CodeValidationResult in ca.uhn.fhir.context.support
Methods in ca.uhn.fhir.context.support that return IContextValidationSupport.CodeValidationResult Modifier and Type Method Description IContextValidationSupport.CodeValidationResultIContextValidationSupport. validateCode(FhirContext theContext, String theCodeSystem, String theCode, String theDisplay, String theValueSetUrl)Validates that the given code exists and if possible returns a display name.default IContextValidationSupport.CodeValidationResultIContextValidationSupport. validateCodeInValueSet(FhirContext theContext, String theCodeSystem, String theCode, String theDisplay, IBaseResource theValueSet)Validates that the given code exists and if possible returns a display name.
-