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

In This Topic
    DataSets Property
    In This Topic
    The DICOM data received (decoded from XML/JSON if necessary, and afer reassembly of bulk data)
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataSets As DicomDataSetCollection
    public DicomDataSetCollection DataSets {get;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also