Class SchematizedData
The content of an HL7v2 message in a structured format as specified by a schema.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class SchematizedData : IDirectResponseSchema
Properties
Data
JSON output of the parser.
Declaration
[JsonProperty("data")]
public virtual string Data { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Error
The error output of the parser.
Declaration
[JsonProperty("error")]
public virtual string Error { get; set; }
Property Value
Type | Description |
---|---|
string |