C#
VB
C++
Returns a DICOM dataset stored by an event log.
public virtual DicomDataSet GetDicomDataSet(
long eventID
)
Public Overridable Function GetDicomDataSet( _
ByVal eventID As Long _
) As Leadtools.Dicom.DicomDataSet
public:
virtual Leadtools.Dicom.DicomDataSet^ GetDicomDataSet(
int64 eventID
)
eventID
The event ID for the event log which the DICOM dataset stored with.
A Leadtools.Dicom.DicomDataSet instance that is stored with the event log. Null if no Leadtools.Dicom.DicomDataSet found.
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