aws.medical_imaging.get_image_set_metadata
Example SQL Queries
SELECT * FROMaws.medical_imaging.get_image_set_metadataWHERE"datastore_id" = 'VALUE'AND "image_set_id" = 'VALUE';Description
Get metadata attributes for an image set.
Table Definition
| Column Name | Column Data Type |
|---|---|
| datastore_id Required Input Column The data store identifier. | VARCHAR |
| image_set_id Required Input Column The image set identifier. | VARCHAR |
| version_id Input Column The image set version 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_encoding The compression format in which image set metadata attributes are returned. | VARCHAR |
| content_type The format in which the study metadata is returned to the customer. Default is text/plain. | VARCHAR |
| image_set_metadata_blob The blob containing the aggregated metadata information for the image set. | BLOB |