'Usage
Dim instance As DicomDataSet Dim Keyword As String Dim value As Object value = instance.Value(Keyword)
Parameters
- Keyword
The String Keyword of the DicomAttribute
Return Value
object
The String Keyword of the DicomAttribute
'Usage
Dim instance As DicomDataSet Dim Keyword As String Dim value As Object value = instance.Value(Keyword)
The String Keyword of the DicomAttribute
The type of variant returned depends on the value representation of the data element, and may be a string, date (for time, date or date-time), or a numeric type, including floating point values where appropriate.
Data elements of types not known to the program, whether private elements, or attributes recently defined by DICOM return the string " Unknown Data Type".
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2