Show / Hide Table of Contents

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.

Inheritance
object
Hl7SchemaConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX