Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
ExplainDataAccessConsentInfo |
ExplainDataAccessConsentInfo.clone() |
ExplainDataAccessConsentInfo |
ExplainDataAccessConsentInfo.set(String fieldName,
Object value) |
ExplainDataAccessConsentInfo |
ExplainDataAccessConsentInfo.setCascadeOrigins(List<String> cascadeOrigins)
The compartment base resources that matched a cascading policy.
|
ExplainDataAccessConsentInfo |
ExplainDataAccessConsentInfo.setConsentResource(String consentResource)
The resource name of this consent resource, in the format: `projects/{project_id}/locations/{lo
cation}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Consent/{resource_id}`.
|
ExplainDataAccessConsentInfo |
ExplainDataAccessConsentInfo.setEnforcementTime(String enforcementTime)
Last enforcement timestamp of this consent resource.
|
ExplainDataAccessConsentInfo |
ExplainDataAccessConsentInfo.setMatchingAccessorScopes(List<ConsentAccessorScope> matchingAccessorScopes)
A list of all the matching accessor scopes of this consent policy that enforced
ExplainDataAccessConsentScope.accessor_scope.
|
ExplainDataAccessConsentInfo |
ExplainDataAccessConsentInfo.setPatientConsentOwner(String patientConsentOwner)
The patient owning the consent (only applicable for patient consents), in the format: `projects
/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Pat
ient/{patient_id}`
|
ExplainDataAccessConsentInfo |
ExplainDataAccessConsentInfo.setType(String type)
The policy type of consent resource (e.g.
|
ExplainDataAccessConsentInfo |
ExplainDataAccessConsentInfo.setVariants(List<String> variants)
The consent's variant combinations.
|
Modifier and Type | Method and Description |
---|---|
List<ExplainDataAccessConsentInfo> |
ExplainDataAccessConsentScope.getEnforcingConsents()
Metadata of the consent resources that enforce the consent scope's access.
|
Modifier and Type | Method and Description |
---|---|
ExplainDataAccessConsentScope |
ExplainDataAccessConsentScope.setEnforcingConsents(List<ExplainDataAccessConsentInfo> enforcingConsents)
Metadata of the consent resources that enforce the consent scope's access.
|
Copyright © 2011–2024 Google. All rights reserved.