- eventLogMatchParamsListCollection
- A collection of Leadtools.Medical.DataAccessLayer.Catalog.CatalogElement array which holds the matching parameters fields and values.
- eventLogOrderByParamsList
- An object of type Leadtools.Medical.Logging.DataAccessLayer.MatchingParameters.OrderByParametersList which contains the parameters to sort the returned event logs.
- lastRowsCount
- An System.Int32 value that determines the number of recent event logs returned from all matched event logs. Pass -1 to return all matching event logs.
- includeDicomDataSet
- Decides whether to include the DicomDataSet in the returned DicomLogEntry if exists, true to include the DicomDataSet; otherwise false.
Visual Basic (Declaration) | |
---|---|
Overloads Overrides Protected Function GetDicomEventLogDatasetQueryCommandText( _ ByVal eventLogMatchParamsListCollection As Collection(Of CatalogElement()), _ ByVal eventLogOrderByParamsList As OrderByParametersList, _ ByVal lastRowsCount As Integer, _ ByVal includeDicomDataSet As Boolean _ ) As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As LoggingSqlDataAccessAgent Dim eventLogMatchParamsListCollection As Collection(Of CatalogElement()) Dim eventLogOrderByParamsList As OrderByParametersList Dim lastRowsCount As Integer Dim includeDicomDataSet As Boolean Dim value As String value = instance.GetDicomEventLogDatasetQueryCommandText(eventLogMatchParamsListCollection, eventLogOrderByParamsList, lastRowsCount, includeDicomDataSet) |
C# | |
---|---|
protected override string GetDicomEventLogDatasetQueryCommandText( Collection<CatalogElement[]> eventLogMatchParamsListCollection, OrderByParametersList eventLogOrderByParamsList, int lastRowsCount, bool includeDicomDataSet ) |
C++/CLI | |
---|---|
protected: String^ GetDicomEventLogDatasetQueryCommandText( Collection<array<CatalogElement^>>^ eventLogMatchParamsListCollection, OrderByParametersList^ eventLogOrderByParamsList, int lastRowsCount, bool includeDicomDataSet ) override |
Parameters
- eventLogMatchParamsListCollection
- A collection of Leadtools.Medical.DataAccessLayer.Catalog.CatalogElement array which holds the matching parameters fields and values.
- eventLogOrderByParamsList
- An object of type Leadtools.Medical.Logging.DataAccessLayer.MatchingParameters.OrderByParametersList which contains the parameters to sort the returned event logs.
- lastRowsCount
- An System.Int32 value that determines the number of recent event logs returned from all matched event logs. Pass -1 to return all matching event logs.
- includeDicomDataSet
- Decides whether to include the DicomDataSet in the returned DicomLogEntry if exists, true to include the DicomDataSet; otherwise false.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7