Uses of Class
ca.uhn.fhir.context.support.IValidationSupport.LookupCodeResult
-
Uses of IValidationSupport.LookupCodeResult in ca.uhn.fhir.context.support
Modifier and TypeMethodDescriptionIValidationSupport.CodeValidationResult.asLookupCodeResult
(String theSearchedForSystem, String theSearchedForCode) IValidationSupport.lookupCode
(ValidationSupportContext theValidationSupportContext, LookupCodeRequest theLookupCodeRequest) Look up a code using the system, code and other parameters captured inLookupCodeRequest
.IValidationSupport.lookupCode
(ValidationSupportContext theValidationSupportContext, String theSystem, String theCode) Deprecated.This method has been deprecated in HAPI FHIR 7.0.0.IValidationSupport.lookupCode
(ValidationSupportContext theValidationSupportContext, String theSystem, String theCode, String theDisplayLanguage) Deprecated.This method has been deprecated in HAPI FHIR 7.0.0.IValidationSupport.LookupCodeResult.notFound
(String theSearchedForSystem, String theSearchedForCode) IValidationSupport.LookupCodeResult.setErrorMessage
(String theErrorMessage) IValidationSupport.LookupCodeResult.setFound
(boolean theFound) IValidationSupport.LookupCodeResult.setSearchedForCode
(String theSearchedForCode) IValidationSupport.LookupCodeResult.setSearchedForSystem
(String theSearchedForSystem)