- eventID
- The event ID for the event log which the DICOM dataset stored with.
| Visual Basic (Declaration) | |
|---|---|
Public Overridable Function GetDicomDataSet( _ ByVal eventID As Long _ ) As DicomDataSet | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As LoggingDBDataAccessAgent Dim eventID As Long Dim value As DicomDataSet value = instance.GetDicomDataSet(eventID) | |
| C# | |
|---|---|
public virtual DicomDataSet GetDicomDataSet( long eventID ) | |
| C++/CLI | |
|---|---|
public: virtual 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