Super-types: | abstract_tagged_entity_t < resource_t (by extension) < dataResource_t (by extension) < binaryDataResource_t (by extension) < mappedBinaryDataResource_t (by extension) |
---|---|
Sub-types: | None |
Name | mappedBinaryDataResource_t |
---|---|
Abstract | no |
Documentation | This type places the multi-dimensional data array (say a 3-dimensional cube) into a coordinate space (say MR scanner coordinates). |
'The content of this attribute should match the ID attribute of the project_t to which this element is associated.'
"'This is the location of a document where to find an element matching the projectID (see projectID attribute).'
"'The content of this attribute should match the ID attribute of the subject_t to which this element is associated.'
"'This is the location of a document where to find an element matching the subjectID (see subjectID attribute).'
"'content of this attribute should match the ID of one of the subject groups listed in the project_t associated with this element (see projectID and project_t).'
"'The content of this attribute should match the ID attribute of the visit_t to which this element is associated.'
"'This is the location of a document where to find an element matching the visitID (see visitID attribute).'
"'The content of this attribute should match the ID attribute of the study_t to which this element is associated.'
"'This is the location of a document where to find an element matching the studyID (see studyID attribute).'
"'The content of this attribute should match the ID attribute of the episode_t to which this element is associated.'
"'This is the location of a document where to find an element matching the episodeID (see episodeID attribute).'
"'The content of this attribute should match the ID attribute of the acquisition_t to which this element is associated.'
"'This is the location of a document where to find an element matching the acquisitionID (see acquisitionID attribute).'
"'Format of file. E.g. DICOM, Analyze, 4dfp'
"'Code indicating the contents of the image. E.g. GFC, T88'
"'This element describes the type of individual data elements in the data record. For numeric data types, this indicates whether the element type is a signed integer (\"int\"), unsigned integer (\"uint\"), or floating-point (\"float\"), as well as the number of bits allocated to each element.'
'This element describes whether the individual data elements in the data record are stored with the most-significant-byte first (msbfirst) or least-significant-byte first (lsbfirst). This element is required if the the data type given by the \"elementtype\" element has a size larger than one byte.'
'If this element is present, the files pointed to by the uri elements are compressed data files. The only compression method specifically named by this specification is \"gzip\". As a special case for binaryDataResource_t and derived types, files compressed with gzip and containing a .gz suffix can be referenced in the uri element without the suffix. If a file pointed to by the URI does not exist, the application should search for the same file with the .gz suffix appended — if it exists, use that file and act as if the compression element had been specified with the value \"gzip\". This allows the referenced files to be compressed or uncompressed at will (as long as the .gz suffix is appropriately added/removed from the filename), without needing to change the URI\'s in this element.'
'This is a coordinate tuple giving the location of the first item in the data. For example, if this is an MR volume, this could be a triple giving the location in RAS coordinates of the first voxel in the data.'