←Select platform

GetDicomDataSet Method

Summary

Returns a DICOM dataset stored by an event log.

Syntax

C#
VB
C++
public DicomDataSet GetDicomDataSet( 
   long eventId 
) 
  
Function GetDicomDataSet( _ 
   ByVal eventId As Long _ 
) As Leadtools.Dicom.DicomDataSet 
Leadtools.Dicom.DicomDataSet^ GetDicomDataSet(  
   int64 eventId 
)  

Parameters

eventId
The event ID for the event log which the DICOM dataset stored with.

Return Value

A Leadtools.Dicom.DicomDataSet instance that is stored with the event log. Null if no Leadtools.Dicom.DicomDataSet found.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly