←Select platform

Get<T>(DicomDataSet,DicomElement) Method

Summary

Gets the specified data from the DICOM data set and assigns it in a new instance of T.

Syntax

C#
VB
C++
[ExtensionAttribute()] 
public static T Get<_T_>(  
   Leadtools.Dicom.DicomDataSet ds, 
   Leadtools.Dicom.DicomElement parent 
) 
where T:  
<ExtensionAttribute()> 
Public Overloads Shared Function Get(Of T As {})( _ 
   ByVal ds As Leadtools.Dicom.DicomDataSet, _ 
   ByVal parent As Leadtools.Dicom.DicomElement _ 
) As T 
[ExtensionAttribute()] 
public: 
static _T^_ Getgeneric<typename T> 
(  
   Leadtools.Dicom.DicomDataSet^ ds, 
   Leadtools.Dicom.DicomElement^ parent 
)  
where T:  

Parameters

ds
The data set to read the information from.

parent
The parent DicomElement that specifies where to start reading in the DicomDataSet.

Type Parameters

T
The type of data to get from the DICOM data set.

Return Value

A new instance of T with the information from the DICOM data set.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.Common Assembly
Click or drag to resize