Error processing SSI file
Leadtools.Dicom.Common

Show in webframe

LoadJson(DicomDataSet,String,DicomDataSetLoadJsonFlags) Method






The Data Set that will be created and populated with the contents of the DICOM JSON input file
The name of the input JSON file
Flags that affect whether to ignore binary or all data from the DICOM JSON input file
Loads the contents of a DICOM-encoded JSON file.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Sub LoadJson( _
   ByVal ds As DicomDataSet, _
   ByVal fileName As String, _
   ByVal jsonFlags As DicomDataSetLoadJsonFlags _
) 
'Usage
 
Dim ds As DicomDataSet
Dim fileName As String
Dim jsonFlags As DicomDataSetLoadJsonFlags
 
DicomExtensions.LoadJson(ds, fileName, jsonFlags)

Parameters

ds
The Data Set that will be created and populated with the contents of the DICOM JSON input file
fileName
The name of the input JSON file
jsonFlags
Flags that affect whether to ignore binary or all data from the DICOM JSON input file
Remarks

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

Example
For an example, refer to LoadJson.
Requirements

Target Platforms

See Also

Reference

DicomExtensions Class
DicomExtensions Members
Overload List
LoadJson(DicomDataSet,String,DicomDataSetLoadJsonFlags,LoadJsonBeforeElementCallback,LoadJsonAfterElementCallback) Method
LoadJson(DicomDataSet,Stream,DicomDataSetLoadJsonFlags,LoadJsonBeforeElementCallback,LoadJsonAfterElementCallback) Method
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
SaveJsonCallback Delegate
LoadJsonBeforeElementCallback Delegate
LoadJsonAfterElementCallback Delegate

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