class Google::Apis::HealthcareV1::Hl7TypesConfig
Root config for HL7v2 datatype definitions for a specific HL7v2 version.
Attributes
type[RW]
The HL7v2 type definitions. Corresponds to the JSON property `type` @return [Array<Google::Apis::HealthcareV1::Type>]
version[RW]
The version selectors that this config applies to. A message must match ALL version sources to apply. Corresponds to the JSON property `version` @return [Array<Google::Apis::HealthcareV1::VersionSource>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/healthcare_v1/classes.rb, line 2098 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 2103 def update!(**args) @type = args[:type] if args.key?(:type) @version = args[:version] if args.key?(:version) end