DataSet
A DICOM Dataset is the fundamental “block” of useful information in DICOM, and is used for multiple purposes:
- Commands
- Composite Instances
- Normalised Instances
- DICOM files
It consists of an ordered list of attributes, non-repeating, that may themselves be Sequences that may in turn contain nested Datasets.
The representation in DicomObjects is the DicomDataSet COM/.NET object.