Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.Extensions Namespace > DicomExtensions Class > SaveJson Method : SaveJson(DicomDataSet,Stream,DicomDataSetSaveJsonFlags) Method |
[ExtensionAttribute()] public static void SaveJson( DicomDataSet ds, Stream stream, DicomDataSetSaveJsonFlags jsonFlags )
'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)
[ExtensionAttribute()] public: static void SaveJson( DicomDataSet^ ds, Stream^ stream, DicomDataSetSaveJsonFlags jsonFlags )
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".