DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSetCollection Class / WriteJson Method
The Stream to write to
Option to control how DICOM data is converted and whether conversion error is thrown or ignored

In This Topic
    WriteJson Method (DicomDataSetCollection)
    In This Topic
    Write DICOM data to a JSON Stream
    Syntax
    'Declaration
     
    
    Public Sub WriteJson( _
       ByVal Stream As System.IO.Stream, _
       Optional ByVal Options As ParseOptions _
    ) 
    public void WriteJson( 
       System.IO.Stream Stream,
       ParseOptions Options
    )

    Parameters

    Stream
    The Stream to write to
    Options
    Option to control how DICOM data is converted and whether conversion error is thrown or ignored
    Remarks
    The JSON data will be compliant with the Native DICOM Model outlined in the DICOM Part 18, with modifications as defined in supplement 163 to allow bulk data
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also