dcmNET Class Library

DicomElement Class

This class encapsulates a DICOM data element.

For a list of all members of this type, see DicomElement Members.

System.Object
   dcmNET.DicomElement

[Visual Basic]
Public Class DicomElement
[C#]
public class DicomElement

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

A DICOM Data Element represents a specifically identified piece of information that has an group and element number, a Value Representation (VR) and a Value Multiplicity(VM).

Requirements

Namespace: dcmNET

Assembly: dcmNET (in dcmNET.dll)

See Also

DicomElement Members | dcmNET Namespace | DicomSequence