OmeroBlitz API
Home Previous Up Next Index

omero::cmd::OriginalMetadataResponse

Overview

class OriginalMetadataResponse extends OK

Successful response for OriginalMetadataRequest. Contains both the global and the series metadata as maps. Only one of {@code filesetId} or {@code filesetAnnotationId} will be set. Pre-FS images will have {@code filesetAnnotationId} set; otherwise {@code filesetId} will be set.

Data Member Index

filesetId
Set to the id of the model::Fileset that this model::Image contained in if one exists.
fileAnnotationId
Set to the id of the model::FileAnnotation linked to this model::Image if one exists.
globalMetadata
Metadata which applies to the entire model::Fileset
seriesMetadata
Metadata specific to the series id of this model::Image.

Data Members

RLong filesetId;

Set to the id of the model::Fileset that this model::Image contained in if one exists.

RLong fileAnnotationId;

Set to the id of the model::FileAnnotation linked to this model::Image if one exists.

RTypeDict globalMetadata;

Metadata which applies to the entire model::Fileset

RTypeDict seriesMetadata;

Metadata specific to the series id of this model::Image. In the model::Fileset that this model::Image is contained in, there may be a large number of other images, but the series metadata applies only to this specific one.


Home Previous Up Next Index