
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 TypeMethodDescriptionboolean
boolean
isFound()
void
setCodeDisplay
(String theCodeDisplay) void
setCodeIsAbstract
(boolean theCodeIsAbstract) void
setCodeSystemDisplayName
(String theCodeSystemDisplayName) void
setCodeSystemVersion
(String theCodeSystemVersion) setFound
(boolean theFound) void
setProperties
(List<IValidationSupport.BaseConceptProperty> theProperties) setSearchedForCode
(String theSearchedForCode) setSearchedForSystem
(String theSearchedForSystem) void
toParameters
(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)
-