Gets the value of the specified DICOM tag from the dataset.
public object GetDicomTag(
long tag
)
Public Function GetDicomTag(
ByVal tag As Long
) As Object
public:
Object^ GetDicomTag(
Int64 tag
)
tag
The DICOM tag to get
The value from the DICOM dataset.
GetDicomTag returns a string representation of a value of a DICOM element. If the DICOM element is multi-valued, then each value is returned in the string, where the string separator is the backslash character "\".
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET