class Google::Apis::HealthcareV1::SchematizedData
The content of an HL7v2 message in a structured format as specified by a schema.
Attributes
data[RW]
JSON output of the parser. Corresponds to the JSON property `data` @return [String]
error[RW]
The error output of the parser. Corresponds to the JSON property `error` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/healthcare_v1/classes.rb, line 3732 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/healthcare_v1/classes.rb, line 3737 def update!(**args) @data = args[:data] if args.key?(:data) @error = args[:error] if args.key?(:error) end