Class ParsedData
The content of an HL7v2 message in a structured format.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class ParsedData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Segments
Declaration
[JsonProperty("segments")]
public virtual IList<Segment> Segments { get; set; }
Property Value
Type | Description |
---|---|
IList<Segment> |