Uses of Class
ca.uhn.fhir.context.support.IValidationSupport.CodeValidationResult
Packages that use IValidationSupport.CodeValidationResult
-
Uses of IValidationSupport.CodeValidationResult in ca.uhn.fhir.context.support
Methods in ca.uhn.fhir.context.support that return IValidationSupport.CodeValidationResultModifier and TypeMethodDescriptionIValidationSupport.CodeValidationResult.setCodeSystemName(String theCodeSystemName)IValidationSupport.CodeValidationResult.setCodeSystemVersion(String theCodeSystemVersion)IValidationSupport.CodeValidationResult.setDisplay(String theDisplay)IValidationSupport.CodeValidationResult.setMessage(String theMessage)IValidationSupport.CodeValidationResult.setSeverity(IValidationSupport.IssueSeverity theSeverity)IValidationSupport.CodeValidationResult.setSeverityCode(String theIssueSeverity)Sets an issue severity as a string code.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.