C#
VB
C++
Initializes a new instance of the ElementAttribute class.
public ElementAttribute(
long Tag,
object defaultValue
)
Public Function New( _
ByVal Tag As Long, _
ByVal defaultValue As Object _
)
public:
ElementAttribute(
int64 Tag,
Object^ defaultValue
)
Tag
The DICOM element tag.
defaultValue
The default value for the DICOM element.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET