Class SchemaSegment
An HL7v2 Segment.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class SchemaSegment : 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 segment can be present in this group. 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 segment can be present in this group.
Declaration
[JsonProperty("minOccurs")]
public virtual int? MinOccurs { get; set; }
Property Value
Type | Description |
---|---|
int? |
Type
The Segment type. For example, "PID".
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |