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

Request to configure the search parameters for the specified FHIR store.

Attributes

  • canonicalUrls (type: list(String.t), default: nil) - The canonical URLs of the search parameters that are intended to be used for the FHIR store. See https://www.hl7.org/fhir/references.html#canonical for explanation on FHIR canonical urls
  • validateOnly (type: boolean(), default: nil) - If validate_only is set to true, the method will compile all the search parameters without actually setting the search config for the store and triggering the reindex.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.ConfigureSearchRequest{
  canonicalUrls: [String.t()] | nil,
  validateOnly: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.