C#
VB
WinRT C#
C++
Holds the result after a call to GetValue
public DicomGetValueResult GetValueResult { get; }
Public ReadOnly Property GetValueResult As Leadtools.Dicom.DicomGetValueResult
public Leadtools.Dicom.DicomGetValueResult GetValueResult {get;}
get_GetValueResult();
public:
property Leadtools.Dicom.DicomGetValueResult GetValueResult {
Leadtools.Dicom.DicomGetValueResult get();
}
The result of DicomDataSet.GetValue
This read-only property is set after every call to GetValue to indicate the degree of success.
For an example, refer to GetValue.
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