DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSetCollection Class / WriteJson Method
The Stream to write to



In This Topic
    WriteJson Method (DicomDataSetCollection)
    In This Topic
    Write DICOM data to a JSON Stream
    Syntax
    'Declaration
     
    
    Public Sub WriteJson( _
       ByVal Stream As Stream _
    ) 
    'Usage
     
    
    Dim instance As DicomDataSetCollection
    Dim Stream As Stream
     
    instance.WriteJson(Stream)
    public void WriteJson( 
       Stream Stream
    )
    public:
    void WriteJson( 
       Stream^ Stream
    ) 

    Parameters

    Stream
    The Stream to write to
    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: 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

    See Also