DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / StowEventArgs Class / DataSets Property






    DataSets Property
    The DICOM data received (decoded from XML/JSON if necessary, and afer reassembly of bulk data)
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataSets As DicomDataSetCollection
     
    'Usage
     
    
    Dim instance As StowEventArgs
    Dim value As DicomDataSetCollection
     
    value = instance.DataSets
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also