DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / DicomDataSet Constructor / DicomDataSet Constructor(Stream,ReadBehaviours)

The Stream from which to read.

ReadBehavioursObject to control individual read operation



In This Topic
    DicomDataSet Constructor(Stream,ReadBehaviours)
    In This Topic
    Creates a new DicomDataSet from system IO stream
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal Stream As Stream, _
       Optional ByVal ReadBehaviour As ReadBehaviours _
    )
    'Usage
     
    
    Dim Stream As Stream
    Dim ReadBehaviour As ReadBehaviours
     
    Dim instance As New DicomDataSet(Stream, ReadBehaviour)
    public DicomDataSet( 
       Stream Stream,
       ReadBehaviours ReadBehaviour
    )
    public:
    DicomDataSet( 
       Stream^ Stream,
       ReadBehaviours^ ReadBehaviour
    )

    Parameters

    Stream

    The Stream from which to read.

    ReadBehaviour
    ReadBehavioursObject to control individual read operation

    Return Value

    Remarks
    A direct constructor of DicomDataSet object.
    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