Version: 5.1.4-ice35-b55

OmeroBlitz Api
Home Previous Up Next Index

omero::cmd::OriginalMetadataResponse

Overview

class OriginalMetadataResponse extends Response

Successful response for OriginalMetadataRequest. Contains both the global and the series metadata as maps. Only one of filesetId or filesetAnnotationId will be set. Pre-FS images will have filesetAnnotationId set; otherwise 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 omero::model::FilesetAnnotation 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 omero::model::FilesetAnnotation 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