DicomObjects.NET.V8
DicomObjects Namespace / DicomDataSet Class / ReadJson Method
The Stream to read from



In This Topic
    ReadJson Method (DicomDataSet)
    In This Topic
    Read DICOM data from a Json Stream
    Syntax
    'Declaration
     
    Public Sub ReadJson( _
       ByVal Stream As Stream _
    ) 
    'Usage
     
    Dim instance As DicomDataSet
    Dim Stream As Stream
     
    instance.ReadJson(Stream)
    public void ReadJson( 
       Stream Stream
    )
    public:
    void ReadJson( 
       Stream^ Stream
    ) 

    Parameters

    Stream
    The Stream to read from
    Remarks
    The Json data must be 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
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also