DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / WorklistEventArgs Class / Results Property






    Results Property (WorklistEventArgs)
    Results to pass back to the client - this must be set before the event returns
    Syntax
    'Declaration
     
    
    Public Property Results As DicomDataSetCollection
     
    'Usage
     
    
    Dim instance As WorklistEventArgs
    Dim value As DicomDataSetCollection
     
    instance.Results = value
     
    value = instance.Results
    Remarks
    See Limit for how paging can be accomplished
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also