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

Describes a selector for extracting and matching an MSH field to a value.

Attributes

  • mshField (type: String.t, default: nil) - The field to extract from the MSH segment. For example, "3.1" or "18[1].1".
  • value (type: String.t, default: nil) - The value to match with the field. For example, "My Application Name" or "2.3".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1.Model.VersionSource{
  mshField: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.