DicomObjects.NET.V8
DicomObjects Namespace / DicomDataSet Class / WriteXml Method
The Stream to write to



In This Topic
    WriteXml Method
    In This Topic
    Write the DICOM data into an XML Stream
    Syntax
    'Declaration
     
    Public Sub WriteXml( _
       ByVal Stream As Stream _
    ) 
    'Usage
     
    Dim instance As DicomDataSet
    Dim Stream As Stream
     
    instance.WriteXml(Stream)
    public void WriteXml( 
       Stream Stream
    )
    public:
    void WriteXml( 
       Stream^ Stream
    ) 

    Parameters

    Stream
    The Stream to write to
    Remarks
    The result XML data is compliant with the Native DICOM Model outlined in the DICOM Part 19 (Application Hosting), with modifications as defined in supplement 163 to allow bulk data, which is used for attributes of appropriate types with more than 16 values
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also