'Declaration
Public Property Offset As Integer
'Usage
Dim instance As QidoEventArgs Dim value As Integer instance.Offset = value value = instance.Offset
public int Offset {get; set;}
'Declaration
Public Property Offset As Integer
'Usage
Dim instance As QidoEventArgs Dim value As Integer instance.Offset = value value = instance.Offset
public int Offset {get; set;}
Limiting may be performed either by user code or by DicomObjects. Offset and Limit will be set automatically to the values received in the request (or to 0 and System.Int32.MaxValue respectively if absent). Once the QidoReceived event returns, the first Offset values in Results are discarded, and the next Limit values will be returned to the client. Therefore either of the following will work:
1: The user code ignores these values completely, simply returning all values available, and leaving DicomObjects to do the limiting
2: The user code uses these values to do its own selection, and then sets Offset to 0 and Limit to a large value to disable further filtering by DicomObjects
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2