Class ParsedData
The content of a HL7v2 message in a structured format.
Inheritance
System.Object
ParsedData
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class ParsedData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Segments
Declaration
[JsonProperty("segments")]
public virtual IList<Segment> Segments { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<Segment> |