'Usage Dim instance As DicomDataSet Dim Stream As Stream instance.Write(Stream)
Parameters
- Stream
The Stream to which to write.
The Stream to which to write.
'Usage Dim instance As DicomDataSet Dim Stream As Stream instance.Write(Stream)
The Stream to which to write.
The stream may subsequently be read by the Read method or by other DICOM software.
This method is particularly suitable for use with Delphi, which provides access to streams via classes such as TStreamAdapter.