Class Type
A type definition for some HL7v2 type (incl. Segments and Datatypes).
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.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 |