View Source GoogleApi.HealthCare.V1beta1.Model.ApplyConsentsRequest (google_api_health_care v0.56.4)
Request to apply the Consent resources for the specified FHIR store.
Attributes
-
patientScope(type:GoogleApi.HealthCare.V1beta1.Model.PatientScope.t, default:nil) - Optional. Scope down to a list of patients. -
timeRange(type:GoogleApi.HealthCare.V1beta1.Model.TimeRange.t, default:nil) - Optional. Scope down to patients whose most recent consent changes are in the time range. Can only be used with a versioning store (i.e. when disable_resource_versioning is set to false). -
validateOnly(type:boolean(), default:nil) - Optional. If true, the method only validates Consent resources to make sure they are supported. When the operation completes, ApplyConsentsResponse is returned whereconsent_apply_successandconsent_apply_failureindicate supported and unsupported (or invalid) Consent resources, respectively. Otherwise, the method propagates the aggregate consensual information to the patient's resources. Upon success,affected_resourcesin the ApplyConsentsResponse indicates the number of resources that may have consensual access changed.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.HealthCare.V1beta1.Model.ApplyConsentsRequest{ patientScope: GoogleApi.HealthCare.V1beta1.Model.PatientScope.t() | nil, timeRange: GoogleApi.HealthCare.V1beta1.Model.TimeRange.t() | nil, validateOnly: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.