Gets a string value that is stored in the Value Field of the specified element.
public string GetStringValue(
DicomElement element,
int index
)
Public Function GetStringValue( _
ByVal element As Leadtools.Dicom.DicomElement, _
ByVal index As Integer _
) As String
public string GetStringValue(
Leadtools.Dicom.DicomElement element,
int index
)
function Leadtools.Dicom.DicomDataSet.GetStringValue(
element ,
index
)
public:
String^ GetStringValue(
Leadtools.Dicom.DicomElement^ element,
int index
)
element
An item in the Data Set.
index
The zero-based index of the string value to retrieve, when more than one value is stored in the Value Field.
A string value stored in the Value Field of the specified Data Element. It is null if the length of the Value Field is 0, the method was called for the incorrect VR type, or the method was called for a folder (sequence) element.
The method can be used to get one string value at a time. Therefore, if multiple values are stored in the Value Field, the method needs to be called multiple times to get all the values. This method can be called only if the Value Representation of the Data Element is DicomVRType.AE, DicomVRType.CS, DicomVRType.LO, DicomVRType.LT, DicomVRType.SH, DicomVRType.ST, DicomVRType.UI, DicomVRType.UT, or DicomVRType.PN. For more information about Value Representations, refer to Default Value Representation Table.
For an example, refer to SetIntValue.
GetFloatValuePtr(DicomElement,Int32,Int32) Method
GetDoubleValuePtr(DicomElement,Int32,Int32) Method
GetShortValue(DicomElement,Int32,Int32) Method
GetLongValue(DicomElement,Int32,Int32) Method
GetIntValue(DicomElement,Int32,Int32) Method
GetBinaryValue(DicomElement,Int32) Method
GetByteValue(DicomElement,Int32,Int32) Method
GetAgeValue(DicomElement,Int32,Int32) Method
GetDateValue(DicomElement,Int32,Int32) Method
GetTimeValue(DicomElement,Int32,Int32) Method
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