'DeclarationPublic Property Offset As System.Integer
public System.int Offset {get; set;}
'DeclarationPublic Property Offset As System.Integer
public System.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 DicomWebServer.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