Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
ParserConfig |
ParserConfig.clone() |
ParserConfig |
ParserConfig.encodeSegmentTerminator(byte[] segmentTerminator)
Byte(s) to use as the segment terminator.
|
ParserConfig |
Hl7V2Store.getParserConfig()
The configuration for the parser.
|
ParserConfig |
ParserConfig.set(String fieldName,
Object value) |
ParserConfig |
ParserConfig.setAllowNullHeader(Boolean allowNullHeader)
Determines whether messages with no header are allowed.
|
ParserConfig |
ParserConfig.setSchema(SchemaPackage schema)
Schemas used to parse messages in this store, if schematized parsing is desired.
|
ParserConfig |
ParserConfig.setSegmentTerminator(String segmentTerminator)
Byte(s) to use as the segment terminator.
|
ParserConfig |
ParserConfig.setVersion(String version)
Immutable.
|
Modifier and Type | Method and Description |
---|---|
Hl7V2Store |
Hl7V2Store.setParserConfig(ParserConfig parserConfig)
The configuration for the parser.
|
Copyright © 2011–2024 Google. All rights reserved.