←Select platform

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 override string GetDicomEventLogDatasetQueryCommandText( 
   long eventID, 
   bool includeDicomDataSet 
) 
  
Protected Overloads Overrides Function GetDicomEventLogDatasetQueryCommandText( _ 
   ByVal eventID As Long, _ 
   ByVal includeDicomDataSet As Boolean _ 
) As String 
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

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