- eventLogMatchParamsListCollection
- An object of type Leadtools.Medical.DataAccessLayer.MatchingParameterCollection which contains the values to match against.
- eventLogOrderByParamsList
- An object of type Leadtools.Medical.Logging.DataAccessLayer.MatchingParameters.OrderByParametersList which contains the parameters to sort the event returned event logs.
- lastRowsCount
- An System.Int32 value that determine the number of recent event logs returned from all matched event logs. Pass -1 to return all matching event logs.
Visual Basic (Declaration) | |
---|---|
Public Overridable Function QueryDicomEventLogID( _ ByVal eventLogMatchParamsListCollection As MatchingParameterCollection, _ ByVal eventLogOrderByParamsList As OrderByParametersList, _ ByVal lastRowsCount As Integer _ ) As Long() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As LoggingDBDataAccessAgent Dim eventLogMatchParamsListCollection As MatchingParameterCollection Dim eventLogOrderByParamsList As OrderByParametersList Dim lastRowsCount As Integer Dim value() As Long value = instance.QueryDicomEventLogID(eventLogMatchParamsListCollection, eventLogOrderByParamsList, lastRowsCount) |
C# | |
---|---|
public virtual long[] QueryDicomEventLogID( MatchingParameterCollection eventLogMatchParamsListCollection, OrderByParametersList eventLogOrderByParamsList, int lastRowsCount ) |
C++/CLI | |
---|---|
public: virtual array<int64>^ QueryDicomEventLogID( MatchingParameterCollection^ eventLogMatchParamsListCollection, OrderByParametersList^ eventLogOrderByParamsList, int lastRowsCount ) |
Parameters
- eventLogMatchParamsListCollection
- An object of type Leadtools.Medical.DataAccessLayer.MatchingParameterCollection which contains the values to match against.
- eventLogOrderByParamsList
- An object of type Leadtools.Medical.Logging.DataAccessLayer.MatchingParameters.OrderByParametersList which contains the parameters to sort the event returned event logs.
- lastRowsCount
- An System.Int32 value that determine the number of recent event logs returned from all matched event logs. Pass -1 to return all matching event logs.
Return Value
An array of System.Int64 values containing the Event ID fields for all matched event logs.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7