@ConfigurationProperties(prefix="ipf.hl7v2") public class IpfHl7v2ConfigurationProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IpfHl7v2ConfigurationProperties.FileIdGeneratorProperties |
| Constructor and Description |
|---|
IpfHl7v2ConfigurationProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCharset()
Charset used for decoding and encoding HL7 messages
|
String |
getGenerator()
Whether ID generator to use.
|
IpfHl7v2ConfigurationProperties.FileIdGeneratorProperties |
getIdGenerator() |
boolean |
isCaching()
Whether to instantiate a continuation cache
|
boolean |
isConvertLinefeed()
Whether to convert line feeds to proper segment separators before parsing starts
|
void |
setCaching(boolean caching)
Whether to instantiate a continuation cache
|
void |
setCharset(String charset) |
void |
setConvertLinefeed(boolean convertLinefeed)
Whether to convert line feeds to proper segment separators before parsing starts
|
void |
setGenerator(String generator)
Whether ID generator to use.
|
public void setCharset(String charset)
public String getCharset()
public boolean isConvertLinefeed()
public void setConvertLinefeed(boolean convertLinefeed)
public boolean isCaching()
public void setCaching(boolean caching)
public String getGenerator()
IDGenerator.public void setGenerator(String generator)
IDGenerator.public IpfHl7v2ConfigurationProperties.FileIdGeneratorProperties getIdGenerator()
Copyright © 2019 Open eHealth Foundation. All rights reserved.