DicomObjects.NET Core Documentation
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: 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