@ConfigurationProperties(prefix="hapi.fhir") public class FhirProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FhirProperties.Server |
static class |
FhirProperties.Validation |
| Constructor and Description |
|---|
FhirProperties() |
| Modifier and Type | Method and Description |
|---|---|
FhirProperties.Server |
getServer() |
FhirProperties.Validation |
getValidation() |
ca.uhn.fhir.context.FhirVersionEnum |
getVersion() |
void |
setServer(FhirProperties.Server server) |
void |
setValidation(FhirProperties.Validation validation) |
void |
setVersion(ca.uhn.fhir.context.FhirVersionEnum version) |
public ca.uhn.fhir.context.FhirVersionEnum getVersion()
public void setVersion(ca.uhn.fhir.context.FhirVersionEnum version)
public FhirProperties.Server getServer()
public void setServer(FhirProperties.Server server)
public FhirProperties.Validation getValidation()
public void setValidation(FhirProperties.Validation validation)
Copyright © 2019 igia. All rights reserved.