Skip to content

Commit 3eab645

Browse files
feat(healthcare): update the api
#### healthcare:v1 The following keys were added: - schemas.Message.properties.messageType.readOnly (Total Keys: 1) - schemas.Message.properties.patientIds.readOnly (Total Keys: 1) - schemas.Message.properties.schematizedData.readOnly (Total Keys: 1) - schemas.Message.properties.sendFacility.readOnly (Total Keys: 1) - schemas.Message.properties.sendTime.readOnly (Total Keys: 1) #### healthcare:v1beta1 The following keys were added: - schemas.ApplyAdminConsentsErrorDetail (Total Keys: 6) - schemas.ConsentErrors (Total Keys: 4)
1 parent 7528377 commit 3eab645

9 files changed

+254
-215
lines changed

docs/dyn/healthcare_v1.projects.locations.datasets.dicomStores.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ <h3>Method Details</h3>
303303
},
304304
],
305305
},
306-
&quot;useRegionalDataProcessing&quot;: True or False, # Ensures in-flight data remains in the region of origin during de-identification. Using this option results in a significant reduction of throughput, and is not compatible with `LOCATION` or `ORGANIZATION_NAME` infoTypes. `LOCATION` must be excluded within TextConfig, and must also be excluded within ImageConfig if image redaction is required.
306+
&quot;useRegionalDataProcessing&quot;: True or False, # Ensures in-flight data remains in the region of origin during de-identification. The default value is false. Using this option results in a significant reduction of throughput, and is not compatible with `LOCATION` or `ORGANIZATION_NAME` infoTypes. `LOCATION` must be excluded within TextConfig, and must also be excluded within ImageConfig if image redaction is required.
307307
},
308308
&quot;destinationStore&quot;: &quot;A String&quot;, # Required. The name of the DICOM store to create and write the redacted data to. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}`. * The destination dataset must exist. * The source dataset and destination dataset must both reside in the same location. De-identifying data across multiple locations is not supported. * The destination DICOM store must not exist. * The caller must have the necessary permissions to create the destination DICOM store.
309309
&quot;filterConfig&quot;: { # Specifies the filter configuration for DICOM resources. # Filter configuration.

docs/dyn/healthcare_v1.projects.locations.datasets.fhirStores.html

Lines changed: 68 additions & 68 deletions
Large diffs are not rendered by default.

docs/dyn/healthcare_v1.projects.locations.datasets.hl7V2Stores.messages.html

Lines changed: 40 additions & 40 deletions
Large diffs are not rendered by default.

docs/dyn/healthcare_v1.projects.locations.datasets.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ <h3>Method Details</h3>
290290
},
291291
],
292292
},
293-
&quot;useRegionalDataProcessing&quot;: True or False, # Ensures in-flight data remains in the region of origin during de-identification. Using this option results in a significant reduction of throughput, and is not compatible with `LOCATION` or `ORGANIZATION_NAME` infoTypes. `LOCATION` must be excluded within TextConfig, and must also be excluded within ImageConfig if image redaction is required.
293+
&quot;useRegionalDataProcessing&quot;: True or False, # Ensures in-flight data remains in the region of origin during de-identification. The default value is false. Using this option results in a significant reduction of throughput, and is not compatible with `LOCATION` or `ORGANIZATION_NAME` infoTypes. `LOCATION` must be excluded within TextConfig, and must also be excluded within ImageConfig if image redaction is required.
294294
},
295295
&quot;destinationDataset&quot;: &quot;A String&quot;, # Required. The name of the dataset resource to create and write the redacted data to. * The destination dataset must not exist. * The destination dataset must be in the same location as the source dataset. De-identifying data across multiple locations is not supported.
296296
&quot;gcsConfigUri&quot;: &quot;A String&quot;, # Cloud Storage location to read the JSON cloud.healthcare.deidentify.DeidentifyConfig from, overriding the default config. Must be of the form `gs://{bucket_id}/path/to/object`. The Cloud Storage location must grant the Cloud IAM role `roles/storage.objectViewer` to the project&#x27;s Cloud Healthcare Service Agent service account. Only one of `config` and `gcs_config_uri` can be specified.

docs/dyn/healthcare_v1beta1.projects.locations.datasets.dicomStores.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ <h3>Method Details</h3>
414414
},
415415
],
416416
},
417-
&quot;useRegionalDataProcessing&quot;: True or False, # Ensures in-flight data remains in the region of origin during de-identification. Using this option results in a significant reduction of throughput, and is not compatible with `LOCATION` or `ORGANIZATION_NAME` infoTypes. If the deprecated DicomConfig or FhirConfig are used, then `LOCATION` must be excluded within TextConfig, and must also be excluded within ImageConfig if image redaction is required.
417+
&quot;useRegionalDataProcessing&quot;: True or False, # Ensures in-flight data remains in the region of origin during de-identification. The default value is false. Using this option results in a significant reduction of throughput, and is not compatible with `LOCATION` or `ORGANIZATION_NAME` infoTypes. If the deprecated DicomConfig or FhirConfig are used, then `LOCATION` must be excluded within TextConfig, and must also be excluded within ImageConfig if image redaction is required.
418418
},
419419
&quot;destinationStore&quot;: &quot;A String&quot;, # Required. The name of the DICOM store to create and write the redacted data to. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}`. * The destination dataset must exist. * The source dataset and destination dataset must both reside in the same location. De-identifying data across multiple locations is not supported. * The destination DICOM store must not exist. * The caller must have the necessary permissions to create the destination DICOM store.
420420
&quot;filterConfig&quot;: { # Specifies the filter configuration for DICOM resources. # Filter configuration.

0 commit comments

Comments
 (0)