View Source GoogleApi.HealthCare.V1.Model.Hl7TypesConfig (google_api_health_care v0.50.1)

Root config for HL7v2 datatype definitions for a specific HL7v2 version.

Attributes

  • type (type: list(GoogleApi.HealthCare.V1.Model.Type.t), default: nil) - The HL7v2 type definitions.
  • version (type: list(GoogleApi.HealthCare.V1.Model.VersionSource.t), default: nil) - The version selectors that this config applies to. A message must match ALL version sources to apply.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1.Model.Hl7TypesConfig{
  type: [GoogleApi.HealthCare.V1.Model.Type.t()] | nil,
  version: [GoogleApi.HealthCare.V1.Model.VersionSource.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.