Uses of Class
ca.uhn.fhir.context.support.IValidationSupport.CodeValidationResult
-
Uses of IValidationSupport.CodeValidationResult in ca.uhn.fhir.context.support
Modifier and TypeMethodDescriptionIValidationSupport.CodeValidationResult.addCodeValidationIssue
(IValidationSupport.CodeValidationIssue theCodeValidationIssue) IValidationSupport.CodeValidationResult.setCodeSystemName
(String theCodeSystemName) IValidationSupport.CodeValidationResult.setCodeSystemVersion
(String theCodeSystemVersion) IValidationSupport.CodeValidationResult.setCodeValidationIssues
(List<IValidationSupport.CodeValidationIssue> theCodeValidationIssues) 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.CodeValidationResult.setSourceDetails
(String theSourceDetails) This field may contain information about what the source of the validation information was.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.