class Google::Apis::HealthcareV1::ParsedData
The content of a HL7v2 message in a structured format.
Attributes
segments[RW]
Corresponds to the JSON property `segments` @return [Array<Google::Apis::HealthcareV1::Segment>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/healthcare_v1/classes.rb, line 3184 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 3189 def update!(**args) @segments = args[:segments] if args.key?(:segments) end