C#
VB
C++
Gets the specified data from the DICOM data set and assigns it in a new instance of T.
[ExtensionAttribute()]
public static T Get<T>(
DicomDataSet ds
)
<ExtensionAttribute()>
Public Overloads Shared Function Get(Of T As {})( _
ByVal ds As Leadtools.Dicom.DicomDataSet _
) As T
[ExtensionAttribute()]
public:
static _T^_ Getgeneric<typename T>
(
Leadtools.Dicom.DicomDataSet^ ds
)
where T : gcnew()
ds
The data set to read the information from.
T
The type of data to get from the DICOM data set.
A new instance of T with the information from the DICOM data set.
For an example refer to ElementAttribute
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