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

An HL7v2 Segment.

Attributes

  • maxOccurs (type: integer(), default: nil) - The maximum number of times this segment can be present in this group. 0 or -1 means unbounded.
  • minOccurs (type: integer(), default: nil) - The minimum number of times this segment can be present in this group.
  • type (type: String.t, default: nil) - The Segment type. For example, "PID".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1.Model.SchemaSegment{
  maxOccurs: integer() | nil,
  minOccurs: integer() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.