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

A schema package contains a set of schemas and type definitions.

Attributes

  • ignoreMinOccurs (type: boolean(), default: nil) - Flag to ignore all min_occurs restrictions in the schema. This means that incoming messages can omit any group, segment, field, component, or subcomponent.
  • schemas (type: list(GoogleApi.HealthCare.V1.Model.Hl7SchemaConfig.t), default: nil) - Schema configs that are layered based on their VersionSources that match the incoming message. Schema configs present in higher indices override those in lower indices with the same message type and trigger event if their VersionSources all match an incoming message.
  • schematizedParsingType (type: String.t, default: nil) - Determines how messages that fail to parse are handled.
  • types (type: list(GoogleApi.HealthCare.V1.Model.Hl7TypesConfig.t), default: nil) - Schema type definitions that are layered based on their VersionSources that match the incoming message. Type definitions present in higher indices override those in lower indices with the same type name if their VersionSources all match an incoming message.
  • unexpectedSegmentHandling (type: String.t, default: nil) - Determines how unexpected segments (segments not matched to the schema) are handled.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1.Model.SchemaPackage{
  ignoreMinOccurs: boolean() | nil,
  schemas: [GoogleApi.HealthCare.V1.Model.Hl7SchemaConfig.t()] | nil,
  schematizedParsingType: String.t() | nil,
  types: [GoogleApi.HealthCare.V1.Model.Hl7TypesConfig.t()] | nil,
  unexpectedSegmentHandling: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.