Class SearchConfig
Contains the configuration for FHIR search.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class SearchConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SearchParameters
A list of search parameters in this FHIR store that are used to configure this FHIR store.
Declaration
[JsonProperty("searchParameters")]
public virtual IList<SearchParameter> SearchParameters { get; set; }
Property Value
Type | Description |
---|---|
IList<SearchParameter> |