This is a collection of DicomAttribute objects, including that represented by a DicomImage’s or DicomDataSet’s Attributes Property.
In addition to the above public properties, the DicomAttributes collection also supports the "NewEnumVariant" restricted method. This allows suitable clients such as Visual Basic to iterate through the Attributes it contains using the following syntax:
Enumeration |
Copy Code |
---|---|
Dim a as DicomAttribute Dim image as DicomImage For each a in image.Attributes MsgBox a.name Next |