Class: Google::Apis::HealthcareV1beta1::Hl7TypesConfig
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::Hl7TypesConfig
- 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
Root config for HL7v2 datatype definitions for a specific HL7v2 version.
Instance Attribute Summary collapse
-
#type ⇒ Array<Google::Apis::HealthcareV1beta1::Type>
The HL7v2 type definitions.
-
#version ⇒ Array<Google::Apis::HealthcareV1beta1::VersionSource>
The version selectors that this config applies to.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Hl7TypesConfig
constructor
A new instance of Hl7TypesConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Hl7TypesConfig
Returns a new instance of Hl7TypesConfig.
4089 4090 4091 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 4089 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ Array<Google::Apis::HealthcareV1beta1::Type>
The HL7v2 type definitions.
Corresponds to the JSON property type
4081 4082 4083 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 4081 def type @type end |
#version ⇒ Array<Google::Apis::HealthcareV1beta1::VersionSource>
The version selectors that this config applies to. A message must match ALL
version sources to apply.
Corresponds to the JSON property version
4087 4088 4089 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 4087 def version @version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4094 4095 4096 4097 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 4094 def update!(**args) @type = args[:type] if args.key?(:type) @version = args[:version] if args.key?(:version) end |