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

An HL7v2 logical group construct.

Attributes

  • choice (type: boolean(), default: nil) - True indicates that this is a choice group, meaning that only one of its segments can exist in a given message.
  • maxOccurs (type: integer(), default: nil) - The maximum number of times this group can be repeated. 0 or -1 means unbounded.
  • members (type: list(GoogleApi.HealthCare.V1.Model.GroupOrSegment.t), default: nil) - Nested groups and/or segments.
  • minOccurs (type: integer(), default: nil) - The minimum number of times this group must be present/repeated.
  • name (type: String.t, default: nil) - The name of this group. For example, "ORDER_DETAIL".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1.Model.SchemaGroup{
  choice: boolean() | nil,
  maxOccurs: integer() | nil,
  members: [GoogleApi.HealthCare.V1.Model.GroupOrSegment.t()] | nil,
  minOccurs: integer() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.