GetDicomEventLogDatasetQueryCommandText(long,bool) Method

Summary
Gets the SQL statement for querying a single DICOM Event Log based on the provided event ID.
Syntax
C#
C++/CLI
protected override string GetDicomEventLogDatasetQueryCommandText( 
   long eventID, 
   bool includeDicomDataSet 
) 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.