Uses of Class
ca.uhn.fhir.context.support.IContextValidationSupport.LookupCodeResult
-
Packages that use IContextValidationSupport.LookupCodeResult Package Description ca.uhn.fhir.context.support -
-
Uses of IContextValidationSupport.LookupCodeResult in ca.uhn.fhir.context.support
Methods in ca.uhn.fhir.context.support that return IContextValidationSupport.LookupCodeResult Modifier and Type Method Description IContextValidationSupport.LookupCodeResultIContextValidationSupport.CodeValidationResult. asLookupCodeResult(String theSearchedForSystem, String theSearchedForCode)IContextValidationSupport.LookupCodeResultIContextValidationSupport. lookupCode(FhirContext theContext, String theSystem, String theCode)Look up a code using the system and code valuestatic IContextValidationSupport.LookupCodeResultIContextValidationSupport.LookupCodeResult. notFound(String theSearchedForSystem, String theSearchedForCode)IContextValidationSupport.LookupCodeResultIContextValidationSupport.LookupCodeResult. setFound(boolean theFound)IContextValidationSupport.LookupCodeResultIContextValidationSupport.LookupCodeResult. setSearchedForCode(String theSearchedForCode)IContextValidationSupport.LookupCodeResultIContextValidationSupport.LookupCodeResult. setSearchedForSystem(String theSearchedForSystem)
-