GoogleApi.HealthCare.V1beta1.Model.Hl7TypesConfig (google_api_health_care v0.38.3) View Source
Root config for HL7v2 datatype definitions for a specific HL7v2 version.
Attributes
-
type
(type:list(GoogleApi.HealthCare.V1beta1.Model.Type.t)
, default:nil
) - The HL7v2 type definitions. -
version
(type:list(GoogleApi.HealthCare.V1beta1.Model.VersionSource.t)
, default:nil
) - The version selectors that this config applies to. A message must match ALL version sources to apply.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.HealthCare.V1beta1.Model.Hl7TypesConfig{ type: [GoogleApi.HealthCare.V1beta1.Model.Type.t()] | nil, version: [GoogleApi.HealthCare.V1beta1.Model.VersionSource.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.