GoogleApi.HealthCare.V1beta1.Model.Result (google_api_health_care v0.26.0) View Source

The consent evaluation result for a single data_id.

Attributes

  • consentDetails (type: %{optional(String.t) => GoogleApi.HealthCare.V1beta1.Model.ConsentEvaluation.t}, default: nil) - The resource names of all evaluated Consents mapped to their evaluation.
  • consented (type: boolean(), default: nil) - Whether the requested data is consented for the given use.
  • dataId (type: String.t, default: nil) - The unique identifier of the data the consents were checked for.

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.Result{
  consentDetails: %{
    optional(String.t()) =>
      GoogleApi.HealthCare.V1beta1.Model.ConsentEvaluation.t()
  },
  consented: boolean(),
  dataId: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.