DicomObjects.NET Core 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:
    property DicomDataSetCollection^ DataSets {
       DicomDataSetCollection^ get();
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also