|
DCMTK
Version 3.7.0
OFFIS DICOM Toolkit
|
Structure that transports the results of a frame sorting operation. More...
Public Member Functions | |
| Results () | |
| Default constructor, initializes empty results. | |
| void | clear () |
| Clear all results, i.e. More... | |
Public Attributes | |
| OFCondition | errorCode |
| Error code: EC_Normal if sorting was successful, error code otherwise. More... | |
| OFVector< Uint32 > | frameNumbers |
| The frame numbers, in sorted order (default: empty) | |
| OFVector< ImagePosition > | framePositions |
| The frame positions, in sorted order, if provided by the sorter (default: empty). More... | |
| DcmTagKey | key |
| Tag key that contains the information that was crucial for sorting. More... | |
| DcmTagKey | fgSequenceKey |
| Tag functional group sequence key that contains the tag key (see other member) that was crucial for sorting. More... | |
| OFString | fgPrivateCreator |
| Tag functional group sequence's private creator string for the fgSequenceKey result member if fgSequenceKey is a private attributes. More... | |
Structure that transports the results of a frame sorting operation.
|
inline |
Clear all results, i.e.
reset to default state
References OFVector< T >::clear(), EC_Normal, errorCode, fgPrivateCreator, fgSequenceKey, frameNumbers, and key.
| OFCondition FrameSorter::Results::errorCode |
Error code: EC_Normal if sorting was successful, error code otherwise.
The error code should be set in any case (default: EC_Normal)
Referenced by clear(), FrameSorterIdentity::sort(), and FrameSorterIPP::sort().
| OFString FrameSorter::Results::fgPrivateCreator |
Tag functional group sequence's private creator string for the fgSequenceKey result member if fgSequenceKey is a private attributes.
This is especially useful for creating dimension indices that base on private attibutes. Should be left empty if fgSequenceKey is not private or fgSequenceKey is not used at all (default).
Referenced by clear().
| DcmTagKey FrameSorter::Results::fgSequenceKey |
Tag functional group sequence key that contains the tag key (see other member) that was crucial for sorting.
This is especially useful for creating dimension indices. Should be set to (0xffff,0xfff) if none was used (default).
Referenced by clear().
| OFVector<ImagePosition> FrameSorter::Results::framePositions |
The frame positions, in sorted order, if provided by the sorter (default: empty).
If not empty, contains the same number of items as frameNumbers.
| DcmTagKey FrameSorter::Results::key |
Tag key that contains the information that was crucial for sorting.
This is especially useful for creating dimension indices. Should be set to (0xffff,0xfff) if none was used (default).
Referenced by clear().