Class: Google::Apis::HealthcareV1beta1::ParsedData
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::ParsedData
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/healthcare_v1beta1/classes.rb,
lib/google/apis/healthcare_v1beta1/representations.rb,
lib/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.
5875 5876 5877 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 5875 def initialize(**args) update!(**args) end |
Instance Attribute Details
#segments ⇒ Array<Google::Apis::HealthcareV1beta1::Segment>
Corresponds to the JSON property segments
5873 5874 5875 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 5873 def segments @segments end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5880 5881 5882 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 5880 def update!(**args) @segments = args[:segments] if args.key?(:segments) end |