Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.Extensions Namespace > DicomExtensions Class : Get Method |
Overload | Description |
---|---|
Get(DicomDataSet,Object[]) | Gets the specified data from the DICOM data set and assigns it the corresponding property in each object in the instances array. |
Get(DicomDataSet,DicomElement,Object[]) | Gets the specified data from the DICOM data set and assigns it the corresponding property in each object in the instances array. |
Get<T>(DicomDataSet) | Gets the specified data from the DICOM data set and assigns it in a new instance of T. |
Get<T>(DicomDataSet,DicomElement) | Gets the specified data from the DICOM data set and assigns it in a new instance of T. |