Gets the SQL statement for querying a single DICOM Event Log based on the provided event ID.
Syntax
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) |
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