google_api_health_care v0.14.0 GoogleApi.HealthCare.V1beta1.Model.SchemaGroup View Source
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.V1beta1.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".
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.HealthCare.V1beta1.Model.SchemaGroup{
choice: boolean(),
maxOccurs: integer(),
members: [GoogleApi.HealthCare.V1beta1.Model.GroupOrSegment.t()],
minOccurs: integer(),
name: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.