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,String,DicomDataSetSaveJsonFlags,SaveJsonCallback) Method |
[ExtensionAttribute()] public static void SaveJson( DicomDataSet ds, string fileName, DicomDataSetSaveJsonFlags jsonFlags, SaveJsonCallback cb )
'Declaration
<ExtensionAttribute()> Public Overloads Shared Sub SaveJson( _ ByVal ds As DicomDataSet, _ ByVal fileName As String, _ ByVal jsonFlags As DicomDataSetSaveJsonFlags, _ ByVal cb As SaveJsonCallback _ )
'Usage
Dim ds As DicomDataSet Dim fileName As String Dim jsonFlags As DicomDataSetSaveJsonFlags Dim cb As SaveJsonCallback DicomExtensions.SaveJson(ds, fileName, jsonFlags, cb)
[ExtensionAttribute()] public: static void SaveJson( DicomDataSet^ ds, String^ fileName, DicomDataSetSaveJsonFlags jsonFlags, SaveJsonCallback^ cb )
Use this method to export a DicomDataSet as a 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".