Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 67b2fa7

Browse files
committedFeb 18, 2025
feat(healthcare): update the api
#### healthcare:v1 The following keys were added: - resources.projects.resources.locations.resources.datasets.resources.dicomStores.resources.studies.resources.series.resources.instances.methods.retrieveRendered.parameters.viewport (Total Keys: 2) - resources.projects.resources.locations.resources.datasets.resources.dicomStores.resources.studies.resources.series.resources.instances.resources.frames.methods.retrieveRendered.parameters.viewport (Total Keys: 2) #### healthcare:v1beta1 The following keys were added: - resources.projects.resources.locations.resources.datasets.resources.dicomStores.resources.studies.resources.series.resources.instances.methods.retrieveRendered.parameters.viewport (Total Keys: 2) - resources.projects.resources.locations.resources.datasets.resources.dicomStores.resources.studies.resources.series.resources.instances.resources.frames.methods.retrieveRendered.parameters.viewport (Total Keys: 2)
1 parent 90b348b commit 67b2fa7

6 files changed

+34
-10
lines changed
 

‎docs/dyn/healthcare_v1.projects.locations.datasets.dicomStores.studies.series.instances.frames.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h2>Instance Methods</h2>
8181
<code><a href="#retrieveFrames">retrieveFrames(parent, dicomWebPath, x__xgafv=None)</a></code></p>
8282
<p class="firstline">RetrieveFrames returns instances associated with the given study, series, SOP Instance UID and frame numbers. See [RetrieveTransaction] (http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4}. For details on the implementation of RetrieveFrames, see [DICOM frames](https://cloud.google.com/healthcare/docs/dicom#dicom_frames) in the Cloud Healthcare API conformance statement. For samples that show how to call RetrieveFrames, see [Retrieve DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#retrieve-dicom).</p>
8383
<p class="toc_element">
84-
<code><a href="#retrieveRendered">retrieveRendered(parent, dicomWebPath, x__xgafv=None)</a></code></p>
84+
<code><a href="#retrieveRendered">retrieveRendered(parent, dicomWebPath, viewport=None, x__xgafv=None)</a></code></p>
8585
<p class="firstline">RetrieveRenderedFrames returns instances associated with the given study, series, SOP Instance UID and frame numbers in an acceptable Rendered Media Type. See [RetrieveTransaction] (http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4). For details on the implementation of RetrieveRenderedFrames, see [Rendered resources](https://cloud.google.com/healthcare/docs/dicom#rendered_resources) in the Cloud Healthcare API conformance statement. For samples that show how to call RetrieveRenderedFrames, see [Retrieve consumer image formats](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#retrieve-consumer).</p>
8686
<h3>Method Details</h3>
8787
<div class="method">
@@ -116,12 +116,13 @@ <h3>Method Details</h3>
116116
</div>
117117

118118
<div class="method">
119-
<code class="details" id="retrieveRendered">retrieveRendered(parent, dicomWebPath, x__xgafv=None)</code>
119+
<code class="details" id="retrieveRendered">retrieveRendered(parent, dicomWebPath, viewport=None, x__xgafv=None)</code>
120120
<pre>RetrieveRenderedFrames returns instances associated with the given study, series, SOP Instance UID and frame numbers in an acceptable Rendered Media Type. See [RetrieveTransaction] (http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4). For details on the implementation of RetrieveRenderedFrames, see [Rendered resources](https://cloud.google.com/healthcare/docs/dicom#rendered_resources) in the Cloud Healthcare API conformance statement. For samples that show how to call RetrieveRenderedFrames, see [Retrieve consumer image formats](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#retrieve-consumer).
121121

122122
Args:
123123
parent: string, 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}`. (required)
124124
dicomWebPath: string, Required. The path of the RetrieveRenderedFrames DICOMweb request. For example, `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}/frames/{frame_list}/rendered`. (required)
125+
viewport: string, Optional. The viewport setting to use as specified in https://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_8.3.5.html#sect_8.3.5.1.3
125126
x__xgafv: string, V1 error format.
126127
Allowed values
127128
1 - v1 error format

‎docs/dyn/healthcare_v1.projects.locations.datasets.dicomStores.studies.series.instances.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h2>Instance Methods</h2>
9292
<code><a href="#retrieveMetadata">retrieveMetadata(parent, dicomWebPath, x__xgafv=None)</a></code></p>
9393
<p class="firstline">RetrieveInstanceMetadata returns instance associated with the given study, series, and SOP Instance UID presented as metadata with the bulk data removed. See [RetrieveTransaction] (http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4). For details on the implementation of RetrieveInstanceMetadata, see [Metadata resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud Healthcare API conformance statement. For samples that show how to call RetrieveInstanceMetadata, see [Retrieve metadata](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#retrieve-metadata).</p>
9494
<p class="toc_element">
95-
<code><a href="#retrieveRendered">retrieveRendered(parent, dicomWebPath, x__xgafv=None)</a></code></p>
95+
<code><a href="#retrieveRendered">retrieveRendered(parent, dicomWebPath, viewport=None, x__xgafv=None)</a></code></p>
9696
<p class="firstline">RetrieveRenderedInstance returns instance associated with the given study, series, and SOP Instance UID in an acceptable Rendered Media Type. See [RetrieveTransaction] (http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4). For details on the implementation of RetrieveRenderedInstance, see [Rendered resources](https://cloud.google.com/healthcare/docs/dicom#rendered_resources) in the Cloud Healthcare API conformance statement. For samples that show how to call RetrieveRenderedInstance, see [Retrieve consumer image formats](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#retrieve-consumer).</p>
9797
<h3>Method Details</h3>
9898
<div class="method">
@@ -172,12 +172,13 @@ <h3>Method Details</h3>
172172
</div>
173173

174174
<div class="method">
175-
<code class="details" id="retrieveRendered">retrieveRendered(parent, dicomWebPath, x__xgafv=None)</code>
175+
<code class="details" id="retrieveRendered">retrieveRendered(parent, dicomWebPath, viewport=None, x__xgafv=None)</code>
176176
<pre>RetrieveRenderedInstance returns instance associated with the given study, series, and SOP Instance UID in an acceptable Rendered Media Type. See [RetrieveTransaction] (http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4). For details on the implementation of RetrieveRenderedInstance, see [Rendered resources](https://cloud.google.com/healthcare/docs/dicom#rendered_resources) in the Cloud Healthcare API conformance statement. For samples that show how to call RetrieveRenderedInstance, see [Retrieve consumer image formats](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#retrieve-consumer).
177177

178178
Args:
179179
parent: string, 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}`. (required)
180180
dicomWebPath: string, Required. The path of the RetrieveRenderedInstance DICOMweb request. For example, `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}/rendered`. (required)
181+
viewport: string, Optional. The viewport setting to use as specified in https://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_8.3.5.html#sect_8.3.5.1.3
181182
x__xgafv: string, V1 error format.
182183
Allowed values
183184
1 - v1 error format

‎docs/dyn/healthcare_v1beta1.projects.locations.datasets.dicomStores.studies.series.instances.frames.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h2>Instance Methods</h2>
8181
<code><a href="#retrieveFrames">retrieveFrames(parent, dicomWebPath, x__xgafv=None)</a></code></p>
8282
<p class="firstline">RetrieveFrames returns instances associated with the given study, series, SOP Instance UID and frame numbers. See [RetrieveTransaction](http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4). For details on the implementation of RetrieveFrames, see [DICOM frames](https://cloud.google.com/healthcare/docs/dicom#dicom_frames) in the Cloud Healthcare API conformance statement. For samples that show how to call RetrieveFrames, see [Retrieve DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#retrieve-dicom).</p>
8383
<p class="toc_element">
84-
<code><a href="#retrieveRendered">retrieveRendered(parent, dicomWebPath, x__xgafv=None)</a></code></p>
84+
<code><a href="#retrieveRendered">retrieveRendered(parent, dicomWebPath, viewport=None, x__xgafv=None)</a></code></p>
8585
<p class="firstline">RetrieveRenderedFrames returns instances associated with the given study, series, SOP Instance UID and frame numbers in an acceptable Rendered Media Type. See [RetrieveTransaction](http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4). For details on the implementation of RetrieveRenderedFrames, see [Rendered resources](https://cloud.google.com/healthcare/docs/dicom#rendered_resources) in the Cloud Healthcare API conformance statement. For samples that show how to call RetrieveRenderedFrames, see [Retrieve consumer image formats](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#retrieve-consumer).</p>
8686
<h3>Method Details</h3>
8787
<div class="method">
@@ -116,12 +116,13 @@ <h3>Method Details</h3>
116116
</div>
117117

118118
<div class="method">
119-
<code class="details" id="retrieveRendered">retrieveRendered(parent, dicomWebPath, x__xgafv=None)</code>
119+
<code class="details" id="retrieveRendered">retrieveRendered(parent, dicomWebPath, viewport=None, x__xgafv=None)</code>
120120
<pre>RetrieveRenderedFrames returns instances associated with the given study, series, SOP Instance UID and frame numbers in an acceptable Rendered Media Type. See [RetrieveTransaction](http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4). For details on the implementation of RetrieveRenderedFrames, see [Rendered resources](https://cloud.google.com/healthcare/docs/dicom#rendered_resources) in the Cloud Healthcare API conformance statement. For samples that show how to call RetrieveRenderedFrames, see [Retrieve consumer image formats](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#retrieve-consumer).
121121

122122
Args:
123123
parent: string, 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}`. (required)
124124
dicomWebPath: string, Required. The path of the RetrieveRenderedFrames DICOMweb request. For example, `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}/frames/{frame_list}/rendered`. (required)
125+
viewport: string, Optional. The viewport setting to use as specified in https://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_8.3.5.html#sect_8.3.5.1.3
125126
x__xgafv: string, V1 error format.
126127
Allowed values
127128
1 - v1 error format

‎docs/dyn/healthcare_v1beta1.projects.locations.datasets.dicomStores.studies.series.instances.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h2>Instance Methods</h2>
9797
<code><a href="#retrieveMetadata">retrieveMetadata(parent, dicomWebPath, x__xgafv=None)</a></code></p>
9898
<p class="firstline">RetrieveInstanceMetadata returns instance associated with the given study, series, and SOP Instance UID presented as metadata with the bulk data removed. See [RetrieveTransaction](http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4). For details on the implementation of RetrieveInstanceMetadata, see [Metadata resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud Healthcare API conformance statement. For samples that show how to call RetrieveInstanceMetadata, see [Retrieve metadata](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#retrieve-metadata).</p>
9999
<p class="toc_element">
100-
<code><a href="#retrieveRendered">retrieveRendered(parent, dicomWebPath, x__xgafv=None)</a></code></p>
100+
<code><a href="#retrieveRendered">retrieveRendered(parent, dicomWebPath, viewport=None, x__xgafv=None)</a></code></p>
101101
<p class="firstline">RetrieveRenderedInstance returns instance associated with the given study, series, and SOP Instance UID in an acceptable Rendered Media Type. See [RetrieveTransaction](http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4). For details on the implementation of RetrieveRenderedInstance, see [Rendered resources](https://cloud.google.com/healthcare/docs/dicom#rendered_resources) in the Cloud Healthcare API conformance statement. For samples that show how to call RetrieveRenderedInstance, see [Retrieve consumer image formats](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#retrieve-consumer).</p>
102102
<h3>Method Details</h3>
103103
<div class="method">
@@ -177,12 +177,13 @@ <h3>Method Details</h3>
177177
</div>
178178

179179
<div class="method">
180-
<code class="details" id="retrieveRendered">retrieveRendered(parent, dicomWebPath, x__xgafv=None)</code>
180+
<code class="details" id="retrieveRendered">retrieveRendered(parent, dicomWebPath, viewport=None, x__xgafv=None)</code>
181181
<pre>RetrieveRenderedInstance returns instance associated with the given study, series, and SOP Instance UID in an acceptable Rendered Media Type. See [RetrieveTransaction](http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4). For details on the implementation of RetrieveRenderedInstance, see [Rendered resources](https://cloud.google.com/healthcare/docs/dicom#rendered_resources) in the Cloud Healthcare API conformance statement. For samples that show how to call RetrieveRenderedInstance, see [Retrieve consumer image formats](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#retrieve-consumer).
182182

183183
Args:
184184
parent: string, 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}`. (required)
185185
dicomWebPath: string, Required. The path of the RetrieveRenderedInstance DICOMweb request. For example, `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}/rendered`. (required)
186+
viewport: string, Optional. The viewport setting to use as specified in https://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_8.3.5.html#sect_8.3.5.1.3
186187
x__xgafv: string, V1 error format.
187188
Allowed values
188189
1 - v1 error format

‎googleapiclient/discovery_cache/documents/healthcare.v1.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -2847,6 +2847,11 @@
28472847
"pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dicomStores/[^/]+$",
28482848
"required": true,
28492849
"type": "string"
2850+
},
2851+
"viewport": {
2852+
"description": "Optional. The viewport setting to use as specified in https://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_8.3.5.html#sect_8.3.5.1.3",
2853+
"location": "query",
2854+
"type": "string"
28502855
}
28512856
},
28522857
"path": "v1/{+parent}/dicomWeb/{+dicomWebPath}",
@@ -2919,6 +2924,11 @@
29192924
"pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dicomStores/[^/]+$",
29202925
"required": true,
29212926
"type": "string"
2927+
},
2928+
"viewport": {
2929+
"description": "Optional. The viewport setting to use as specified in https://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_8.3.5.html#sect_8.3.5.1.3",
2930+
"location": "query",
2931+
"type": "string"
29222932
}
29232933
},
29242934
"path": "v1/{+parent}/dicomWeb/{+dicomWebPath}",
@@ -4935,7 +4945,7 @@
49354945
}
49364946
}
49374947
},
4938-
"revision": "20241226",
4948+
"revision": "20250129",
49394949
"rootUrl": "https://healthcare.googleapis.com/",
49404950
"schemas": {
49414951
"AccessDeterminationLogConfig": {

‎googleapiclient/discovery_cache/documents/healthcare.v1beta1.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -3370,6 +3370,11 @@
33703370
"pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dicomStores/[^/]+$",
33713371
"required": true,
33723372
"type": "string"
3373+
},
3374+
"viewport": {
3375+
"description": "Optional. The viewport setting to use as specified in https://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_8.3.5.html#sect_8.3.5.1.3",
3376+
"location": "query",
3377+
"type": "string"
33733378
}
33743379
},
33753380
"path": "v1beta1/{+parent}/dicomWeb/{+dicomWebPath}",
@@ -3480,6 +3485,11 @@
34803485
"pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dicomStores/[^/]+$",
34813486
"required": true,
34823487
"type": "string"
3488+
},
3489+
"viewport": {
3490+
"description": "Optional. The viewport setting to use as specified in https://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_8.3.5.html#sect_8.3.5.1.3",
3491+
"location": "query",
3492+
"type": "string"
34833493
}
34843494
},
34853495
"path": "v1beta1/{+parent}/dicomWeb/{+dicomWebPath}",
@@ -5858,7 +5868,7 @@
58585868
}
58595869
}
58605870
},
5861-
"revision": "20250116",
5871+
"revision": "20250129",
58625872
"rootUrl": "https://healthcare.googleapis.com/",
58635873
"schemas": {
58645874
"AccessDeterminationLogConfig": {

0 commit comments

Comments
 (0)
Please sign in to comment.