Class: Google::Apis::HealthcareV1beta1::ParsedData
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::ParsedData
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/healthcare_v1beta1/classes.rb,
generated/google/apis/healthcare_v1beta1/representations.rb,
generated/google/apis/healthcare_v1beta1/representations.rb
Overview
The content of an HL7v2 message in a structured format.
Instance Attribute Summary collapse
-
#segments ⇒ Array<Google::Apis::HealthcareV1beta1::Segment>
Corresponds to the JSON property
segments
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ParsedData
constructor
A new instance of ParsedData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ParsedData
Returns a new instance of ParsedData.
4120 4121 4122 |
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 4120 def initialize(**args) update!(**args) end |
Instance Attribute Details
#segments ⇒ Array<Google::Apis::HealthcareV1beta1::Segment>
Corresponds to the JSON property segments
4118 4119 4120 |
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 4118 def segments @segments end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4125 4126 4127 |
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 4125 def update!(**args) @segments = args[:segments] if args.key?(:segments) end |