Uses of Class
ca.uhn.fhir.context.support.IValidationSupport.LookupCodeResult
Packages that use IValidationSupport.LookupCodeResult
-
Uses of IValidationSupport.LookupCodeResult in ca.uhn.fhir.context.support
Methods in ca.uhn.fhir.context.support that return IValidationSupport.LookupCodeResultModifier and TypeMethodDescriptionIValidationSupport.CodeValidationResult.asLookupCodeResult(String theSearchedForSystem, String theSearchedForCode)IValidationSupport.lookupCode(ValidationSupportContext theValidationSupportContext, String theSystem, String theCode)Look up a code using the system and code valueIValidationSupport.lookupCode(ValidationSupportContext theValidationSupportContext, String theSystem, String theCode, String theDisplayLanguage)Look up a code using the system and code valueIValidationSupport.LookupCodeResult.notFound(String theSearchedForSystem, String theSearchedForCode)IValidationSupport.LookupCodeResult.setFound(boolean theFound)IValidationSupport.LookupCodeResult.setSearchedForCode(String theSearchedForCode)IValidationSupport.LookupCodeResult.setSearchedForSystem(String theSearchedForSystem)