'Usage
Dim instance As DicomDataSet Dim Stream As Stream instance.Read(Stream)
Parameters
- Stream
The Stream from which to read.
The Stream from which to read.
'Usage
Dim instance As DicomDataSet Dim Stream As Stream instance.Read(Stream)
The Stream from which to read.
This method can read streams in either official "Part10" format, with the 128 byte header, or unofficial "Part5" format, without a header. Detection of the type is automatic.
The stream may have been written by the Write method or by other DICOM software.
It is the caller's responsibility to position the stream correctly before calling this method - no rewind is done internally.
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