Package org.ehrbase.service
Class FhirTsProps
- java.lang.Object
-
- org.ehrbase.service.FhirTsProps
-
@Configuration @ConfigurationProperties(prefix="terminology-server") public class FhirTsProps extends Object
- Author:
- luis
-
-
Constructor Summary
Constructors Constructor Description FhirTsProps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCodePath()StringgetDisplayPath()StringgetSystemPath()StringgetTsUrl()StringgetValidationResultPath()voidsetCodePath(String codePath)voidsetDisplayPath(String displayPath)voidsetSystemPath(String systemPath)voidsetTsUrl(String tsUrl)voidsetValidationResultPath(String validationResultPath)
-
-
-
Method Detail
-
getValidationResultPath
public String getValidationResultPath()
-
setValidationResultPath
public void setValidationResultPath(String validationResultPath)
-
getTsUrl
public String getTsUrl()
-
setTsUrl
public void setTsUrl(String tsUrl)
-
getCodePath
public String getCodePath()
-
setCodePath
public void setCodePath(String codePath)
-
getSystemPath
public String getSystemPath()
-
setSystemPath
public void setSystemPath(String systemPath)
-
getDisplayPath
public String getDisplayPath()
-
setDisplayPath
public void setDisplayPath(String displayPath)
-
-