Visual Basic (Declaration) | |
---|---|
Public Class DicomElement |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class DicomElement |
Managed Extensions for C++ | |
---|---|
public __gc class DicomElement |
C++/CLI | |
---|---|
public ref class DicomElement |
For an example, refer to SetIntValue.
When a data set is loaded from a DICOM file, only the tag, the value representation and the length of the stored value data is actually loaded. This information is stored in the DicomElement class.
System.Object
Leadtools.Dicom.DicomElement
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
DicomElement MembersLeadtools.Dicom Namespace
FindPreviousElement Method
FindLastElement(DicomElement,Int64,Boolean) Method
FindFirstElement(DicomElement,Int64,Boolean) Method
FindNextElement Method
FindModule Method
FindModuleByIndex Method
GetBinaryValue(DicomElement,Byte[],Int32,Int32) Method
GetBinaryValue(DicomElement,Int32) Method
GetByteValue Method
GetShortValue Method
GetLongValue Method
GetIntValue Method
GetFloatValue Method
GetDoubleValue Method
GetStringValue Method
GetAgeValue Method
GetDateValue Method
GetTimeValue Method
GetDateTimeValue Method
GetConvertValue Method