Show / Hide Table of Contents

Class Hl7TypesConfig

Root config for HL7v2 datatype definitions for a specific HL7v2 version.

Inheritance
object
Hl7TypesConfig
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 Hl7TypesConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Type

The HL7v2 type definitions.

Declaration
[JsonProperty("type")]
public virtual IList<Type> Type { get; set; }
Property Value
Type Description
IList<Type>

Version

The version selectors that this config applies to. A message must match ALL version sources to apply.

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