Returns the value of a DICOM element
Overload List
| Overload | Description |
| GetValue<T>(DicomElement,Boolean,Int64,T,GetValueDelegate) | Returns the value of a DICOM element |
| GetValue<T>(DicomElement,T,GetValueDelegate) | Returns the value of a DICOM element |
| GetValue<T>(Int64,T,GetValueDelegate) | Returns the value of a DICOM element |
| GetValue<T>(DicomElement,T) | Returns the value of a DICOM element |
| GetValue<T>(Int64,T) | Returns the value of a DICOM element |
| GetValue<T>(DicomElement,Boolean,Int64,T) | Returns the value of a DICOM element |
| GetValue<T>(DicomElement,T,T) | Returns the value of a DICOM element |
| GetValue<T>(Int64,T,T) | Returns the value of a DICOM element |
Requirements
See Also