public abstract static class IContextValidationSupport.CodeValidationResult<CDCT,IST> extends Object
| Constructor and Description |
|---|
CodeValidationResult(CDCT theNext) |
CodeValidationResult(IST severity,
String message) |
CodeValidationResult(IST severity,
String message,
CDCT definition) |
| Modifier and Type | Method and Description |
|---|---|
CDCT |
asConceptDefinition() |
IContextValidationSupport.LookupCodeResult |
asLookupCodeResult(String theSearchedForSystem,
String theSearchedForCode) |
String |
getCodeSystemName() |
String |
getCodeSystemVersion() |
protected abstract String |
getDisplay() |
String |
getMessage() |
List<IContextValidationSupport.BaseConceptProperty> |
getProperties() |
IST |
getSeverity() |
boolean |
isOk() |
void |
setCodeSystemName(String theCodeSystemName) |
void |
setCodeSystemVersion(String theCodeSystemVersion) |
void |
setProperties(List<IContextValidationSupport.BaseConceptProperty> theProperties) |
public CodeValidationResult(CDCT theNext)
public CodeValidationResult(IST severity, String message)
public CodeValidationResult(IST severity, String message, CDCT definition)
public CDCT asConceptDefinition()
public String getCodeSystemName()
public void setCodeSystemName(String theCodeSystemName)
public String getCodeSystemVersion()
public void setCodeSystemVersion(String theCodeSystemVersion)
public String getMessage()
public List<IContextValidationSupport.BaseConceptProperty> getProperties()
public void setProperties(List<IContextValidationSupport.BaseConceptProperty> theProperties)
public IST getSeverity()
public boolean isOk()
public IContextValidationSupport.LookupCodeResult asLookupCodeResult(String theSearchedForSystem, String theSearchedForCode)
protected abstract String getDisplay()
Copyright © 2014–2019 University Health Network. All rights reserved.