WriteJson Method (DicomDataSet)
Write the DICOM data into an Json Stream
public void WriteJson(
Stream
)
'Declaration
Public Sub WriteJson( _
ByVal As Stream _
)
'Usage
Dim instance As DicomDataSet
Dim Stream As Stream
instance.WriteJson(Stream)
Parameters
- Stream
- The Stream to write to
Target Platforms: .NET CLR 4.0 or higher