aws.medical_imaging.get_image_frame
Example SQL Queries
SELECT * FROMaws.medical_imaging.get_image_frameWHERE"datastore_id" = 'VALUE'AND "image_set_id" = 'VALUE'AND "image_frame_information" = 'VALUE';Description
Get an image frame (pixel data) for an image set.
Table Definition
| Column Name | Column Data Type |
|---|---|
| datastore_id Required Input Column The data store identifier. | VARCHAR |
| image_frame_information Required Input Column Information about the image frame (pixel data) identifier. | STRUCT( |
Show child fields
| |
| image_set_id Required Input Column The image set identifier. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| content_type The format in which the image frame information is returned to the customer. Default is application/octet-stream. | VARCHAR |
| image_frame_blob The blob containing the aggregated image frame information. | BLOB |