Package ca.uhn.fhir.context.support
Class IContextValidationSupport.CodeValidationResult
- java.lang.Object
-
- ca.uhn.fhir.context.support.IContextValidationSupport.CodeValidationResult
-
public static class IContextValidationSupport.CodeValidationResult extends Object
-
-
Constructor Summary
Constructors Constructor Description CodeValidationResult(Enum theSeverity, String message)CodeValidationResult(Enum theSeverity, String theMessage, IBase theDefinition, String theDisplay)CodeValidationResult(IBase theDefinition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IBaseasConceptDefinition()IContextValidationSupport.LookupCodeResultasLookupCodeResult(String theSearchedForSystem, String theSearchedForCode)StringgetCodeSystemVersion()StringgetDisplay()StringgetMessage()List<IContextValidationSupport.BaseConceptProperty>getProperties()EnumgetSeverity()booleanisOk()voidsetCodeSystemName(String theCodeSystemName)voidsetCodeSystemVersion(String theCodeSystemVersion)voidsetProperties(List<IContextValidationSupport.BaseConceptProperty> theProperties)
-
-
-
Constructor Detail
-
CodeValidationResult
public CodeValidationResult(IBase theDefinition)
-
CodeValidationResult
public CodeValidationResult(Enum theSeverity, String message)
-
CodeValidationResult
public CodeValidationResult(Enum theSeverity, String theMessage, IBase theDefinition, String theDisplay)
-
-
Method Detail
-
getDisplay
public String getDisplay()
-
asConceptDefinition
public IBase asConceptDefinition()
-
setCodeSystemName
public void setCodeSystemName(String theCodeSystemName)
-
getCodeSystemVersion
public String getCodeSystemVersion()
-
setCodeSystemVersion
public void setCodeSystemVersion(String theCodeSystemVersion)
-
getMessage
public String getMessage()
-
getProperties
public List<IContextValidationSupport.BaseConceptProperty> getProperties()
-
setProperties
public void setProperties(List<IContextValidationSupport.BaseConceptProperty> theProperties)
-
getSeverity
public Enum getSeverity()
-
isOk
public boolean isOk()
-
asLookupCodeResult
public IContextValidationSupport.LookupCodeResult asLookupCodeResult(String theSearchedForSystem, String theSearchedForCode)
-
-