View Source GoogleApi.HealthCare.V1beta1.Model.Hl7SchemaConfig (google_api_health_care v0.50.1)

Root config message for HL7v2 schema. This contains a schema structure of groups and segments, and filters that determine which messages to apply the schema structure to.

Attributes

  • messageSchemaConfigs (type: %{optional(String.t) => GoogleApi.HealthCare.V1beta1.Model.SchemaGroup.t}, default: nil) - Map from each HL7v2 message type and trigger event pair, such as ADT_A04, to its schema configuration root group.
  • version (type: list(GoogleApi.HealthCare.V1beta1.Model.VersionSource.t), default: nil) - Each VersionSource is tested and only if they all match is the schema used for the message.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.Hl7SchemaConfig{
  messageSchemaConfigs:
    %{
      optional(String.t()) => GoogleApi.HealthCare.V1beta1.Model.SchemaGroup.t()
    }
    | nil,
  version: [GoogleApi.HealthCare.V1beta1.Model.VersionSource.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.