LEADTOOLS Medical (Leadtools.Medical.Logging.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
GetDicomEventLogDatasetQueryCommandText(Int64,Boolean) Method
See Also 
Leadtools.Medical.Logging.DataAccessLayer Namespace > LoggingSqlDataAccessAgent Class > GetDicomEventLogDatasetQueryCommandText Method : GetDicomEventLogDatasetQueryCommandText(Int64,Boolean) Method



eventID
The ID of the event log to query for.
includeDicomDataSet
Decides whether to include the DicomDataSet in the returned DicomLogEntry if exists, true to include the DicomDataSet; otherwise false.
eventID
The ID of the event log to query for.
includeDicomDataSet
Decides whether to include the DicomDataSet in the returned DicomLogEntry if exists, true to include the DicomDataSet; otherwise false.
Gets the SQL statement for querying a single DICOM Event Log based on the provided event ID.

Syntax

Visual Basic (Declaration) 
Overloads Overrides Protected Function GetDicomEventLogDatasetQueryCommandText( _
   ByVal eventID As Long, _
   ByVal includeDicomDataSet As Boolean _
) As String
Visual Basic (Usage)Copy Code
Dim instance As LoggingSqlDataAccessAgent
Dim eventID As Long
Dim includeDicomDataSet As Boolean
Dim value As String
 
value = instance.GetDicomEventLogDatasetQueryCommandText(eventID, includeDicomDataSet)
C# 
protected override string GetDicomEventLogDatasetQueryCommandText( 
   long eventID,
   bool includeDicomDataSet
)
C++/CLI 
protected:
String^ GetDicomEventLogDatasetQueryCommandText( 
   int64 eventID,
   bool includeDicomDataSet
) override 

Parameters

eventID
The ID of the event log to query for.
includeDicomDataSet
Decides whether to include the DicomDataSet in the returned DicomLogEntry if exists, true to include the DicomDataSet; otherwise false.

Return Value

A System.String representing the SQL statement for querying a single DICOM Event Log based on the provided event ID.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Logging.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features