Class ParserConfig
The configuration for the parser. It determines how the server parses the messages.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class ParserConfig : IDirectResponseSchema
Properties
AllowNullHeader
Optional. Determines whether messages with no header are allowed.
Declaration
[JsonProperty("allowNullHeader")]
public virtual bool? AllowNullHeader { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Schema
Optional. Schemas used to parse messages in this store, if schematized parsing is desired.
Declaration
[JsonProperty("schema")]
public virtual SchemaPackage Schema { get; set; }
Property Value
Type | Description |
---|---|
SchemaPackage |
SegmentTerminator
Optional. Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment terminator, matching the HL7 version 2 specification.
Declaration
[JsonProperty("segmentTerminator")]
public virtual string SegmentTerminator { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
Immutable. Determines the version of both the default parser to be used when schema
is not given, as well
as the schematized parser used when schema
is specified. This field is immutable after HL7v2 store
creation.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |