- eventId
- The event ID for the event log which the DICOM dataset stored with.
| Visual Basic (Declaration) | |
|---|---|
Function GetDicomDataSet( _ ByVal eventId As Long _ ) As DicomDataSet | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ILoggingDataAccessAgent Dim eventId As Long Dim value As DicomDataSet value = instance.GetDicomDataSet(eventId) | |
| C# | |
|---|---|
DicomDataSet GetDicomDataSet( long eventId ) | |
| C++/CLI | |
|---|---|
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.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code