HealthImaging / Client / get_image_set_metadata
get_image_set_metadata#
- HealthImaging.Client.get_image_set_metadata(**kwargs)#
- Get metadata attributes for an image set. - See also: AWS API Documentation - Request Syntax- response = client.get_image_set_metadata( datastoreId='string', imageSetId='string', versionId='string' ) - Parameters:
- datastoreId (string) – - [REQUIRED] - The data store identifier. 
- imageSetId (string) – - [REQUIRED] - The image set identifier. 
- versionId (string) – The image set version identifier. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'imageSetMetadataBlob': StreamingBody(), 'contentType': 'string', 'contentEncoding': 'string' } - Response Structure- (dict) – - imageSetMetadataBlob ( - StreamingBody) –- The blob containing the aggregated metadata information for the image set. 
- contentType (string) – - The format in which the study metadata is returned to the customer. Default is - text/plain.
- contentEncoding (string) – - The compression format in which image set metadata attributes are returned. 
 
 
 - Exceptions- HealthImaging.Client.exceptions.ThrottlingException
- HealthImaging.Client.exceptions.ConflictException
- HealthImaging.Client.exceptions.AccessDeniedException
- HealthImaging.Client.exceptions.ValidationException
- HealthImaging.Client.exceptions.InternalServerException
- HealthImaging.Client.exceptions.ResourceNotFoundException