Leadtools.Dicom.Common.Extensions Namespace > DicomExtensions Class : Get Method |
Overload | Description |
---|---|
Get(DicomDataSet,Object[]) | Gets the specified data from the the DICOM dataset and assigns it the corresponding property in each object in the instances array. |
Get(DicomDataSet,DicomElement,Object[]) | Gets the specified data from the the DICOM dataset and assigns it the corresponding property in each object in the instances array. |
Get<T>(DicomDataSet) | Gets the specified data from the DICOM dataset and assigns it in a new instance of T. |
Get<T>(DicomDataSet,DicomElement) | Gets the specified data from the DICOM dataset and assigns it in a new instance of T. |