ReadJson Method (DicomDataSet)
In This Topic
Read DICOM data from a Json Stream
Syntax
'Declaration
Public Sub ReadJson( _
ByVal As System.IO.Stream _
)
'Usage
Dim instance As DicomDataSet
Dim Stream As System.IO.Stream
instance.ReadJson(Stream)
public void ReadJson(
System.IO.Stream
)
public procedure ReadJson(
: System.IO.Stream
);
public function ReadJson(
: System.IO.Stream
);
public: void ReadJson(
System.IO.Stream*
)
public:
void ReadJson(
System.IO.Stream^
)
Parameters
- Stream
- The Stream to read from
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also