Error processing SSI file
Leadtools.Dicom.Common

Show in webframe

SaveJson(DicomDataSet,Stream,DicomDataSetSaveJsonFlags) Method






The contents of this data set to be saved.
The stream where the output JSON file is written
Flags that affect how binary data and other information is saved in the JSON output file.
Saves the contents of the DICOM data set in DICOM JSON model format (specified in PS3.18) to the specified output file.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Sub SaveJson( _
   ByVal ds As DicomDataSet, _
   ByVal stream As Stream, _
   ByVal jsonFlags As DicomDataSetSaveJsonFlags _
) 
'Usage
 
Dim ds As DicomDataSet
Dim stream As Stream
Dim jsonFlags As DicomDataSetSaveJsonFlags
 
DicomExtensions.SaveJson(ds, stream, jsonFlags)

Parameters

ds
The contents of this data set to be saved.
stream
The stream where the output JSON file is written
jsonFlags
Flags that affect how binary data and other information is saved in the JSON output file.
Remarks

Use this method to export a DicomDataSet as human-readable JSON file. By default, all binary data is using BulkDataUri with dummy URIs, but this behavior can be modified by passing appropriate DicomDataSetSaveJsonFlags

The output JSON format is the DICOM JSON Model defined in the DICOM specification in PS3.18.F.

Note: When saving the pixel data of multi-page compressed files to JSON, only the first frame is saved. This is because of the restriction specified in PS3.18.F.2.7 that states "There is a single InlineBinary value representing the entire Value Field, and not one per Value".

Requirements

Target Platforms

See Also

Reference

DicomExtensions Class
DicomExtensions Members
Overload List

Error processing SSI file
   Leadtools.Dicom.Common requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features