google_api_health_care v0.15.0 GoogleApi.HealthCare.V1beta1.Model.SchemaSegment View Source

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".

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.SchemaSegment{
  maxOccurs: integer(),
  minOccurs: integer(),
  type: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.