Class Hl7SchemaConfig
Root config message for HL7v2 schema. This contains a schema structure of groups and segments, and filters that determine which messages to apply the schema structure to.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class Hl7SchemaConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MessageSchemaConfigs
Map from each HL7v2 message type and trigger event pair, such as ADT_A04, to its schema configuration root group.
Declaration
[JsonProperty("messageSchemaConfigs")]
public virtual IDictionary<string, SchemaGroup> MessageSchemaConfigs { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, SchemaGroup> |
Version
Each VersionSource is tested and only if they all match is the schema used for the message.
Declaration
[JsonProperty("version")]
public virtual IList<VersionSource> Version { get; set; }
Property Value
Type | Description |
---|---|
IList<VersionSource> |