Show / Hide Table of Contents

Class Field

A (sub) field of a type.

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

Properties

ETag

The ETag of the item.

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

MaxOccurs

The maximum number of times this field can be repeated. 0 or -1 means unbounded.

Declaration
[JsonProperty("maxOccurs")]
public virtual int? MaxOccurs { get; set; }
Property Value
Type Description
int?

MinOccurs

The minimum number of times this field must be present/repeated.

Declaration
[JsonProperty("minOccurs")]
public virtual int? MinOccurs { get; set; }
Property Value
Type Description
int?

Name

The name of the field. For example, "PID-1" or just "1".

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

Table

The HL7v2 table this field refers to. For example, PID-15 (Patient's Primary Language) usually refers to table "0296".

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

Type

The type of this field. A Type with this name must be defined in an Hl7TypesConfig.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX