public static void LoadJson(
this DicomDataSet ds,
string fileName,
DicomDataSetLoadJsonFlags jsonFlags
)
<ExtensionAttribute()>
Public Overloads Shared Sub LoadJson( _
ByVal ds As DicomDataSet, _
ByVal fileName As String, _
ByVal jsonFlags As DicomDataSetLoadJsonFlags _
)
[ExtensionAttribute()]
public:
static void LoadJson(
DicomDataSet^ ds,
String^ fileName,
DicomDataSetLoadJsonFlags jsonFlags
)
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
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
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document