|
139 | 139 | ] |
140 | 140 | }, |
141 | 141 | "list": { |
142 | | - "description": "Lists information about the supported locations for this service.", |
| 142 | + "description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.", |
143 | 143 | "flatPath": "v1/projects/{projectsId}/locations", |
144 | 144 | "httpMethod": "GET", |
145 | 145 | "id": "healthcare.projects.locations.list", |
|
3100 | 3100 | "https://www.googleapis.com/auth/cloud-platform" |
3101 | 3101 | ] |
3102 | 3102 | }, |
| 3103 | + "bulkDelete": { |
| 3104 | + "description": "Bulk deletes the FHIR resources from the given FHIR store. This method returns an Operation that can be used to track the progress of the deletion by calling GetOperation. The success and secondary_success counters correspond to the deleted current version and historical versions, respectively.", |
| 3105 | + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/fhirStores/{fhirStoresId}:bulkDelete", |
| 3106 | + "httpMethod": "POST", |
| 3107 | + "id": "healthcare.projects.locations.datasets.fhirStores.bulkDelete", |
| 3108 | + "parameterOrder": [ |
| 3109 | + "name" |
| 3110 | + ], |
| 3111 | + "parameters": { |
| 3112 | + "name": { |
| 3113 | + "description": "Required. The name of the FHIR store to bulk delete resources from, in the format of `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`.", |
| 3114 | + "location": "path", |
| 3115 | + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/fhirStores/[^/]+$", |
| 3116 | + "required": true, |
| 3117 | + "type": "string" |
| 3118 | + } |
| 3119 | + }, |
| 3120 | + "path": "v1/{+name}:bulkDelete", |
| 3121 | + "request": { |
| 3122 | + "$ref": "BulkDeleteResourcesRequest" |
| 3123 | + }, |
| 3124 | + "response": { |
| 3125 | + "$ref": "Operation" |
| 3126 | + }, |
| 3127 | + "scopes": [ |
| 3128 | + "https://www.googleapis.com/auth/cloud-healthcare", |
| 3129 | + "https://www.googleapis.com/auth/cloud-platform" |
| 3130 | + ] |
| 3131 | + }, |
3103 | 3132 | "create": { |
3104 | 3133 | "description": "Creates a new FHIR store within the parent dataset.", |
3105 | 3134 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/fhirStores", |
|
5142 | 5171 | } |
5143 | 5172 | } |
5144 | 5173 | }, |
5145 | | - "revision": "20251211", |
| 5174 | + "revision": "20260128", |
5146 | 5175 | "rootUrl": "https://healthcare.googleapis.com/", |
5147 | 5176 | "schemas": { |
5148 | 5177 | "AccessDeterminationLogConfig": { |
|
5584 | 5613 | }, |
5585 | 5614 | "type": "object" |
5586 | 5615 | }, |
| 5616 | + "BulkDeleteResourcesRequest": { |
| 5617 | + "description": "Request to bulk delete FHIR resources.", |
| 5618 | + "id": "BulkDeleteResourcesRequest", |
| 5619 | + "properties": { |
| 5620 | + "gcsDestination": { |
| 5621 | + "$ref": "GoogleCloudHealthcareV1FhirGcsDestination", |
| 5622 | + "description": "Optional. The Cloud Storage output destination. The Healthcare Service Agent account requires the `roles/storage.objectAdmin` role on the Cloud Storage location. The deleted resources outputs are organized by FHIR resource types. The server creates one or more objects per resource type. Each object contains newline delimited strings in the format {resourceType}/{resourceId}." |
| 5623 | + }, |
| 5624 | + "type": { |
| 5625 | + "description": "Optional. String of comma-delimited FHIR resource types. If provided, only resources of the specified resource type(s) will be deleted.", |
| 5626 | + "type": "string" |
| 5627 | + }, |
| 5628 | + "until": { |
| 5629 | + "description": "Optional. If provided, only resources updated before or atthis time are deleted. The time uses the format YYYY-MM-DDThh:mm:ss.sss+zz:zz. For example, `2015-02-07T13:28:17.239+02:00` or `2017-01-01T00:00:00Z`. The time must be specified to the second and include a time zone.", |
| 5630 | + "type": "string" |
| 5631 | + }, |
| 5632 | + "versionConfig": { |
| 5633 | + "description": "Optional. Specifies which version of the resources to delete.", |
| 5634 | + "enum": [ |
| 5635 | + "VERSION_CONFIG_UNSPECIFIED", |
| 5636 | + "ALL", |
| 5637 | + "CURRENT_ONLY", |
| 5638 | + "HISTORY_ONLY" |
| 5639 | + ], |
| 5640 | + "enumDescriptions": [ |
| 5641 | + "Unspecified version config. Defaults to ALL.", |
| 5642 | + "Delete the current version and all history versions.", |
| 5643 | + "Delete the current version only and create a historical version of the deleted resource.", |
| 5644 | + "Delete all history versions only." |
| 5645 | + ], |
| 5646 | + "type": "string" |
| 5647 | + } |
| 5648 | + }, |
| 5649 | + "type": "object" |
| 5650 | + }, |
5587 | 5651 | "BulkExportGcsDestination": { |
5588 | 5652 | "description": "The configuration for exporting to Cloud Storage using the bulk export API.", |
5589 | 5653 | "id": "BulkExportGcsDestination", |
|
6087 | 6151 | "description": "Deidentify configuration. Only one of `config` and `gcs_config_uri` can be specified." |
6088 | 6152 | }, |
6089 | 6153 | "destinationStore": { |
6090 | | - "description": "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.", |
| 6154 | + "description": "Required. The name of the DICOM store to write the redacted data to. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}`. * The destination dataset and DICOM store 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 caller must have the healthcare.dicomStores.dicomWebWrite permission to write to the destination DICOM store.", |
6091 | 6155 | "type": "string" |
6092 | 6156 | }, |
6093 | 6157 | "filterConfig": { |
|
6110 | 6174 | "description": "Deidentify configuration. Only one of `config` and `gcs_config_uri` can be specified." |
6111 | 6175 | }, |
6112 | 6176 | "destinationStore": { |
6113 | | - "description": "Required. The name of the FHIR store to create and write the redacted data to. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_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 FHIR store must exist. * The caller must have the healthcare.fhirResources.update permission to write to the destination FHIR store.", |
| 6177 | + "description": "Required. The name of the FHIR store to write the redacted data to. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`. * The destination dataset and FHIR store 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 caller must have the healthcare.fhirResources.update permission to write to the destination FHIR store.", |
6114 | 6178 | "type": "string" |
6115 | 6179 | }, |
6116 | 6180 | "gcsConfigUri": { |
|
7073 | 7137 | "id": "GoogleCloudHealthcareV1DicomGcsDestination", |
7074 | 7138 | "properties": { |
7075 | 7139 | "mimeType": { |
7076 | | - "description": "MIME types supported by DICOM spec. Each file is written in the following format: `.../{study_id}/{series_id}/{instance_id}[/{frame_number}].{extension}` The frame_number component exists only for multi-frame instances. Supported MIME types are consistent with supported formats in DICOMweb: https://cloud.google.com/healthcare/docs/dicom#retrieve_transaction. Specifically, the following are supported: - application/dicom; transfer-syntax=1.2.840.10008.1.2.1 (uncompressed DICOM) - application/dicom; transfer-syntax=1.2.840.10008.1.2.4.50 (DICOM with embedded JPEG Baseline) - application/dicom; transfer-syntax=1.2.840.10008.1.2.4.90 (DICOM with embedded JPEG 2000 Lossless Only) - application/dicom; transfer-syntax=1.2.840.10008.1.2.4.91 (DICOM with embedded JPEG 2000) - application/dicom; transfer-syntax=* (DICOM with no transcoding) - application/octet-stream; transfer-syntax=1.2.840.10008.1.2.1 (raw uncompressed PixelData) - application/octet-stream; transfer-syntax=* (raw PixelData in whatever format it was uploaded in) - image/jpeg; transfer-syntax=1.2.840.10008.1.2.4.50 (Consumer JPEG) - image/png The following extensions are used for output files: - application/dicom -\u003e .dcm - image/jpeg -\u003e .jpg - image/png -\u003e .png - application/octet-stream -\u003e no extension If unspecified, the instances are exported in the original DICOM format they were uploaded in.", |
| 7140 | + "description": "MIME types supported by DICOM spec. Each file is written in the following format: `.../{study_id}/{series_id}/{instance_id}[/{frame_number}].{extension}` The frame_number component exists only for multi-frame instances. Supported MIME types are consistent with supported formats in DICOMweb: https://cloud.google.com/healthcare/docs/dicom#retrieve_transaction. Specifically, the following are supported: - application/dicom; transfer-syntax=1.2.840.10008.1.2 (DICOM Implicit VR Little Endian) - application/dicom; transfer-syntax=1.2.840.10008.1.2.1 (DICOM Explicit VR Little Endian) - application/dicom; transfer-syntax=1.2.840.10008.1.2.1.99 (DICOM Deflated Explicit VR Little Endian) - application/dicom; transfer-syntax=1.2.840.10008.1.2.4.50 (DICOM with embedded JPEG Baseline) - application/dicom; transfer-syntax=1.2.840.10008.1.2.4.51 (DICOM with embedded JPEG Extended) - application/dicom; transfer-syntax=1.2.840.10008.1.2.4.57 (DICOM with embedded JPEG Lossless) - application/dicom; transfer-syntax=1.2.840.10008.1.2.4.70 (DICOM with embedded JPEG Lossless First-Order Prediction) - application/dicom; transfer-syntax=1.2.840.10008.1.2.4.80 (DICOM with embedded JPEG-LS Lossless) - application/dicom; transfer-syntax=1.2.840.10008.1.2.4.81 (DICOM with embedded JPEG-LS Lossy (Near-Lossless)) - application/dicom; transfer-syntax=1.2.840.10008.1.2.4.90 (DICOM with embedded JPEG 2000 Lossless Only) - application/dicom; transfer-syntax=1.2.840.10008.1.2.4.91 (DICOM with embedded JPEG 2000) - application/dicom; transfer-syntax=1.2.840.10008.1.2.4.110 (DICOM with embedded JPEG XL Lossless) - application/dicom; transfer-syntax=1.2.840.10008.1.2.4.111 (DICOM with embedded JPEG XL JPEG Recompression) - application/dicom; transfer-syntax=1.2.840.10008.1.2.4.112 (DICOM with embedded JPEG XL) - application/dicom; transfer-syntax=1.2.840.10008.1.2.4.201 (DICOM with embedded High-Throughput JPEG 2000 Lossless) - application/dicom; transfer-syntax=1.2.840.10008.1.2.4.202 (DICOM with embedded High-Throughput JPEG 2000 with RPCL Options Lossless) - application/dicom; transfer-syntax=1.2.840.10008.1.2.4.203 (DICOM with embedded High-Throughput JPEG 2000) - application/dicom; transfer-syntax=1.2.840.10008.1.2.5 (DICOM with embedded RLE Lossless) - application/dicom; transfer-syntax=1.2.840.10008.1.2.8.1 (DICOM with embedded Deflated Image Frame Compression) - application/dicom; transfer-syntax=* (DICOM with no transcoding) - application/octet-stream; transfer-syntax=1.2.840.10008.1.2.1 (raw uncompressed PixelData) - application/octet-stream; transfer-syntax=* (raw PixelData in whatever format it was uploaded in) - image/jpeg; transfer-syntax=1.2.840.10008.1.2.4.50 (Consumer JPEG) - image/png The following extensions are used for output files: - application/dicom -\u003e .dcm - image/jpeg -\u003e .jpg - image/png -\u003e .png - application/octet-stream -\u003e no extension If unspecified, the instances are exported in the original DICOM format they were uploaded in.", |
7077 | 7141 | "type": "string" |
7078 | 7142 | }, |
7079 | 7143 | "uriPrefix": { |
|
0 commit comments