ProjectsLocationsDatasetsFhirStoresResource class
Methods
-
applyAdminConsents(ApplyAdminConsentsRequest request, String name, {String? $fields})
→ Future<Operation>
-
Applies the admin Consent resources for the FHIR store and reindexes the
underlying resources in the FHIR store according to the aggregate
consents.
-
applyConsents(ApplyConsentsRequest request, String name, {String? $fields})
→ Future<Operation>
-
Apply the Consent resources for the FHIR store and reindex the underlying
resources in the FHIR store according to the aggregate consent.
-
bulkExportGroup(String name, {String? P_since, String? P_type, String? organizeOutputBy, String? outputFormat, String? $fields})
→ Future<HttpBody>
-
Bulk exports a Group resource and resources in the member field, including
related resources for each Patient member.
-
create(FhirStore request, String parent, {String? fhirStoreId, String? $fields})
→ Future<FhirStore>
-
Creates a new FHIR store within the parent dataset.
-
deidentify(DeidentifyFhirStoreRequest request, String sourceStore, {String? $fields})
→ Future<Operation>
-
De-identifies data from the source store and writes it to the destination
store.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes the specified FHIR store and removes all resources within it.
-
explainDataAccess(String name, {String? resourceId, String? $fields})
→ Future<ExplainDataAccessResponse>
-
Explains all the permitted/denied actor, purpose and environment for a
given resource.
-
export(ExportResourcesRequest request, String name, {String? $fields})
→ Future<Operation>
-
Export resources from the FHIR store to the specified destination.
-
get(String name, {String? $fields})
→ Future<FhirStore>
-
Gets the configuration of the specified FHIR store.
-
getFHIRStoreMetrics(String name, {String? $fields})
→ Future<FhirStoreMetrics>
-
Gets metrics associated with the FHIR store.
-
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields})
→ Future<Policy>
-
Gets the access control policy for a resource.
-
import(ImportResourcesRequest request, String name, {String? $fields})
→ Future<Operation>
-
Imports resources to the FHIR store by loading data from the specified
sources.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<ListFhirStoresResponse>
-
Lists the FHIR stores in the given dataset.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(FhirStore request, String name, {String? updateMask, String? $fields})
→ Future<FhirStore>
-
Updates the configuration of the specified FHIR store.
-
rollback(RollbackFhirResourcesRequest request, String name, {String? $fields})
→ Future<Operation>
-
Rolls back resources from the FHIR store to the specified time.
-
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Sets the access control policy on the specified resource.
-
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields})
→ Future<TestIamPermissionsResponse>
-
Returns permissions that a caller has on the specified resource.
-
toString()
→ String
-
A string representation of this object.
inherited