DicomSet Constructor
|
Constructs an empty data set. |
DicomElements | Retrieve an iterator of data elements (DicomElement) in this data set. |
DicomGroups | Retrieve an iterator of data elements (DicomGroup) in this data set. |
Group | Adds an group to this data set. |
AddElement | Set an data element in this data set. |
Clear | Removes all of the Data elements from this data set. |
GetElement | Retrieve an data element in this data set. |
GetGroup | Retrieve an group in this data set. |
GetLength | Retrieve the length (size) of this data set. |
RemoveElement | Removes the Data Element specified by his group and element. |
ToString | Returns a string that represents the object. |
DicomSet Class | dcmNET Namespace | DicomElement | DicomGroup