C#
VB
C++
Java
Gets the key element type of the specified key element.
public string GetKeyValueString(
DicomElement element
)
Public Function GetKeyValueString( _
ByVal element As DicomElement _
) As String
public String getKeyValueString(DicomElement element)
public:
String^ GetKeyValueString(
DicomElement^ element
)
element
A key element.
The key element type of the specified key element.
For an example, refer to Reset.