Package ca.uhn.fhir.context.support
Class IValidationSupport.LookupCodeResult
java.lang.Object
ca.uhn.fhir.context.support.IValidationSupport.LookupCodeResult
- Enclosing interface:
- IValidationSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanisFound()voidsetCodeDisplay(String theCodeDisplay)voidsetCodeIsAbstract(boolean theCodeIsAbstract)voidsetCodeSystemDisplayName(String theCodeSystemDisplayName)voidsetCodeSystemVersion(String theCodeSystemVersion)setFound(boolean theFound)voidsetProperties(List<IValidationSupport.BaseConceptProperty> theProperties)setSearchedForCode(String theSearchedForCode)setSearchedForSystem(String theSearchedForSystem)voidtoParameters(FhirContext theContext, List<? extends IPrimitiveType<String>> theProperties)
-
Constructor Details
-
LookupCodeResult
public LookupCodeResult()Constructor
-
-
Method Details
-
getProperties
-
setProperties
-
getDesignations
-
getCodeDisplay
-
setCodeDisplay
-
getCodeSystemDisplayName
-
setCodeSystemDisplayName
-
getCodeSystemVersion
-
setCodeSystemVersion
-
getSearchedForCode
-
setSearchedForCode
-
getSearchedForSystem
-
setSearchedForSystem
-
isCodeIsAbstract
-
setCodeIsAbstract
-
isFound
-
setFound
-
throwNotFoundIfAppropriate
-
toParameters
public IBaseParameters toParameters(FhirContext theContext, List<? extends IPrimitiveType<String>> theProperties) -
notFound
public static IValidationSupport.LookupCodeResult notFound(String theSearchedForSystem, String theSearchedForCode)
-