Show / Hide Table of Contents

Class Segment

A segment in a structured format.

Inheritance
object
Segment
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.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class Segment : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Fields

A mapping from the positional location to the value. The key string uses zero-based indexes separated by dots to identify Fields, components and sub-components. A bracket notation is also used to identify different instances of a repeated field. Regex for key: (\d+)([\d+])?(.\d+)?(.\d+)? Examples of (key, value) pairs: * (0.1, "hemoglobin") denotes that the first component of Field 0 has the value "hemoglobin".

  • (1.1.2, "CBC") denotes that the second sub-component of the first component of Field 1 has the value "CBC". * (1[0].1, "HbA1c") denotes that the first component of the first Instance of Field 1, which is repeated, has the value "HbA1c".
Declaration
[JsonProperty("fields")]
public virtual IDictionary<string, string> Fields { get; set; }
Property Value
Type Description
IDictionary<string, string>

SegmentId

A string that indicates the type of segment. For example, EVN or PID.

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

SetId

Set ID for segments that can be in a set. This can be empty if it's missing or isn't applicable.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX