healthlake_list_fhir_datastores {paws.analytics} | R Documentation |
Lists all FHIR data stores that are in the user’s account, regardless of data store status.
See https://www.paws-r-sdk.com/docs/healthlake_list_fhir_datastores/ for full documentation.
healthlake_list_fhir_datastores(
Filter = NULL,
NextToken = NULL,
MaxResults = NULL
)
Filter |
Lists all filters associated with a FHIR data store request. |
NextToken |
Fetches the next page of data stores when results are paginated. |
MaxResults |
The maximum number of data stores returned in a single page of a ListFHIRDatastoresRequest call. |