Returns a Leadtools.Logging.Medical.DicomLogEntry specified by the event ID.
public virtual DicomLogEntry FindDicomEventLog(
long eventID,
bool includeDicomDataSet
)
Public Overridable Function FindDicomEventLog( _
ByVal eventID As Long, _
ByVal includeDicomDataSet As Boolean _
) As Leadtools.Logging.Medical.DicomLogEntry
public:
virtual Leadtools.Logging.Medical.DicomLogEntry^ FindDicomEventLog(
int64 eventID,
bool includeDicomDataSet
)
eventID
The event ID for the event log which will be returned.
includeDicomDataSet
Decides whether to include the Leadtools.Dicom.DicomDataSet in the returned DicomLogEntry if exists, true to include the DicomDataSet; otherwise false.
A Leadtools.Logging.Medical.DicomLogEntry instance. Null if no match 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