Loads a stream containing a DICOM-encoded JSON file.
[ExtensionAttribute()]
public static void LoadJson(
DicomDataSet ds,
Stream stream,
DicomDataSetLoadJsonFlags jsonFlags
)
<ExtensionAttribute()>
Public Overloads Shared Sub LoadJson( _
ByVal ds As Leadtools.Dicom.DicomDataSet, _
ByVal stream As Stream, _
ByVal jsonFlags As Leadtools.Dicom.Common.Extensions.DicomDataSetLoadJsonFlags _
)
[ExtensionAttribute()]
public:
static void LoadJson(
Leadtools.Dicom.DicomDataSet^ ds,
Stream^ stream,
Leadtools.Dicom.Common.Extensions.DicomDataSetLoadJsonFlags jsonFlags
)
ds
The Data Set that will be created and populated with the contents of the DICOM JSON input file.
stream
The name of the input JSON file.
jsonFlags
Flags that affect whether to ignore binary or all data from the DICOM JSON input file.
Use this method to read the contents of a DICOM JSON file. The DICOM JSON file can be created using SaveJson By default, all binary data is read from the DICOM input JSON file, but this behavior can be modified by passing appropriate DicomDataSetLoadJsonFlags
For an example, refer to LoadJson.
LoadJson(DicomDataSet,String,DicomDataSetLoadJsonFlags) Method
LoadJson(DicomDataSet,Stream,DicomDataSetLoadJsonFlags) Method
SaveJson(DicomDataSet,String,DicomDataSetSaveJsonFlags,SaveJsonCallback) Method
SaveJson(DicomDataSet,Stream,DicomDataSetSaveJsonFlags,SaveJsonCallback) Method
SaveJson(DicomDataSet,String,DicomDataSetSaveJsonFlags) Method
SaveJson(DicomDataSet,Stream,DicomDataSetSaveJsonFlags) Method
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET