QuestionImageMetadata

public class QuestionImageMetadata extends AbstractRdcDomainObject

The metadata for one question images. One question image displays the question in one language with one given resolution.

Fields

containsAnnotations

private Boolean containsAnnotations

Flag indicating whether the image contains annotations which highlight parts that were only visible to specific participants. These annotations were not visible to the participants.

dataAcquisitionProjectId

private String dataAcquisitionProjectId

The id of the DataAcquisitionProject of the Question to which this image belongs. Must not be empty.

fileName

private String fileName

The name of the images file. Must not be empty and must only contain (german) alphanumeric characters and „_“,“-“ and „.“.

imageType

private ImageType imageType

The type of this image. Must be one of ImageType and must not be empty.

indexInQuestion

private Integer indexInQuestion

The index in the Question of this image. Used for sorting the images of this Question. Must not be empty.

language

private String language

The language of the question text on this image. Must not be empty and must be a valid ISO 639 code.

questionId

private String questionId

The id of the Question to which this image belongs. Must not be empty.

resolution

private Resolution resolution

The resolution of the image.