|
3289 | 3289 | } |
3290 | 3290 | }, |
3291 | 3291 | "resources": { |
| 3292 | + "bulkdata": { |
| 3293 | + "methods": { |
| 3294 | + "retrieveBulkdata": { |
| 3295 | + "description": "Returns uncompressed, unencoded bytes representing the referenced bulkdata tag from an instance. See [Retrieve Transaction] (http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4){: .external}.", |
| 3296 | + "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dicomStores/{dicomStoresId}/dicomWeb/studies/{studiesId}/series/{seriesId}/instances/{instancesId}/bulkdata/{bulkdataId}/{bulkdataId1}", |
| 3297 | + "httpMethod": "GET", |
| 3298 | + "id": "healthcare.projects.locations.datasets.dicomStores.studies.series.instances.bulkdata.retrieveBulkdata", |
| 3299 | + "parameterOrder": [ |
| 3300 | + "parent", |
| 3301 | + "dicomWebPath" |
| 3302 | + ], |
| 3303 | + "parameters": { |
| 3304 | + "dicomWebPath": { |
| 3305 | + "description": "Required. The path for the `RetrieveBulkdata` DICOMweb request. For example, `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}/bukdata/{bulkdata_uri}`.", |
| 3306 | + "location": "path", |
| 3307 | + "pattern": "^studies/[^/]+/series/[^/]+/instances/[^/]+/bulkdata/[^/]+/.*$", |
| 3308 | + "required": true, |
| 3309 | + "type": "string" |
| 3310 | + }, |
| 3311 | + "parent": { |
| 3312 | + "description": "Required. The name of the DICOM store that is being accessed. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}`.", |
| 3313 | + "location": "path", |
| 3314 | + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dicomStores/[^/]+$", |
| 3315 | + "required": true, |
| 3316 | + "type": "string" |
| 3317 | + } |
| 3318 | + }, |
| 3319 | + "path": "v1beta1/{+parent}/dicomWeb/{+dicomWebPath}", |
| 3320 | + "response": { |
| 3321 | + "$ref": "HttpBody" |
| 3322 | + }, |
| 3323 | + "scopes": [ |
| 3324 | + "https://www.googleapis.com/auth/cloud-healthcare", |
| 3325 | + "https://www.googleapis.com/auth/cloud-platform" |
| 3326 | + ] |
| 3327 | + } |
| 3328 | + } |
| 3329 | + }, |
3292 | 3330 | "frames": { |
3293 | 3331 | "methods": { |
3294 | 3332 | "retrieveFrames": { |
|
5451 | 5489 | } |
5452 | 5490 | } |
5453 | 5491 | }, |
5454 | | - "revision": "20231127", |
| 5492 | + "revision": "20231205", |
5455 | 5493 | "rootUrl": "https://healthcare.googleapis.com/", |
5456 | 5494 | "schemas": { |
5457 | 5495 | "AccessDeterminationLogConfig": { |
|
7264 | 7302 | "description": "Immutable. Whether to disable resource versioning for this FHIR store. This field can not be changed after the creation of FHIR store. If set to false, which is the default behavior, all write operations cause historical versions to be recorded automatically. The historical versions can be fetched through the history APIs, but cannot be updated. If set to true, no historical versions are kept. The server sends errors for attempts to read the historical versions.", |
7265 | 7303 | "type": "boolean" |
7266 | 7304 | }, |
| 7305 | + "enableHistoryModifications": { |
| 7306 | + "description": "Optional. Whether to allow the [ImportResourcesHistory] and [ExecuteBundle] APIs to accept history bundles, and directly insert and overwrite historical resource versions into the FHIR store. Importing resource histories creates resource interactions that have occurred in the past that clients might not allow. If set to false, using history bundles fail with an error.", |
| 7307 | + "type": "boolean" |
| 7308 | + }, |
7267 | 7309 | "enableUpdateCreate": { |
7268 | 7310 | "description": "Whether this FHIR store has the [updateCreate capability](https://www.hl7.org/fhir/capabilitystatement-definitions.html#CapabilityStatement.rest.resource.updateCreate). This determines if the client can use an Update operation to create a new resource with a client-specified ID. If false, all IDs are server-assigned through the Create operation and attempts to update a non-existent resource return errors. It is strongly advised not to include or encode any sensitive data such as patient identifiers in client-specified resource IDs. Those IDs are part of the FHIR resource path recorded in Cloud audit logs and Pub/Sub notifications. Those IDs can also be contained in reference fields within other resources.", |
7269 | 7311 | "type": "boolean" |
|
0 commit comments