Write the DICOM data into an XML Stream
public void WriteXml(
Stream
)
'Declaration
Public Sub WriteXml( _
ByVal As Stream _
)
'Usage
Dim instance As DicomDataSet
Dim Stream As Stream
instance.WriteXml(Stream)
Parameters
- Stream
- The Stream to write to
Target Platforms: .NET CLR 4.0 or higher