Show / Hide Table of Contents

Class Type

A type definition for some HL7v2 type (incl. Segments and Datatypes).

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

Properties

ETag

The ETag of the item.

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

Fields

The (sub) fields this type has (if not primitive).

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

Name

The name of this type. This would be the segment or datatype name. For example, "PID" or "XPN".

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Primitive

If this is a primitive type then this field is the type of the primitive For example, STRING. Leave unspecified for composite types.

Declaration
[JsonProperty("primitive")]
public virtual string Primitive { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX