View Source GoogleApi.HealthCare.V1beta1.Model.SearchConfig (google_api_health_care v0.50.1)

Contains the configuration for FHIR search.

Attributes

  • searchParameters (type: list(GoogleApi.HealthCare.V1beta1.Model.SearchParameter.t), default: nil) - A list of search parameters in this FHIR store that are used to configure this FHIR store.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.SearchConfig{
  searchParameters:
    [GoogleApi.HealthCare.V1beta1.Model.SearchParameter.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.