Gets the SQL statement for querying a single DICOM Event Log based on the provided event ID.
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
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.
A System.String representing the SQL statement for querying a single DICOM Event Log based on the provided event ID.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET