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
    'Usage
     
    
    Dim instance As StowEventArgs
    Dim value As DicomDataSetCollection
     
    value = instance.DataSets
    public DicomDataSetCollection DataSets {get;}
    public read-only property DataSets: DicomDataSetCollection; 
    public function get DataSets : DicomDataSetCollection
    public: __property DicomDataSetCollection* get_DataSets();
    public:
    property DicomDataSetCollection^ DataSets {
       DicomDataSetCollection^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also