Class Hl7TypesConfig
Root config for HL7v2 datatype definitions for a specific HL7v2 version.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.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> |