GetDicomEventLogDatasetQueryCommandText(long,bool) Method

Summary

Gets the SQL statement for querying a single DICOM Event Log based on the provided event ID.

Syntax
C#
VB
C++
protected abstract string GetDicomEventLogDatasetQueryCommandText( 
   long eventID, 
   bool includeDicomDataSet 
) 
  
Protected Overloads MustOverride Function GetDicomEventLogDatasetQueryCommandText( _ 
   ByVal eventID As Long, _ 
   ByVal includeDicomDataSet As Boolean _ 
) As String 
protected: 
abstract String^ GetDicomEventLogDatasetQueryCommandText(  
   int64 eventID, 
   bool includeDicomDataSet 
)  

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly