DicomDataSetLoadJsonFlags Enumeration

Summary

Specifies flags to be used with the LoadJson methods.

Syntax
C#
VB
C++
[FlagsAttribute()] 
public enum DicomDataSetLoadJsonFlags   
<FlagsAttribute()> 
Public Enum DicomDataSetLoadJsonFlags  
[FlagsAttribute()] 
public enum class DicomDataSetLoadJsonFlags   

Members
ValueMemberDescription
0x00000000None When loading a DICOM JSON Model input file, read all data (binary and non-binary) from the JSON file (i.e PixelData).
0x00000001IgnoreBinaryData When loading a DICOM JSON Model input file, ignore all binary data in the JSON input file. Note that the DICOM elements that contain the binary data will still be inserted into the DicomDataSet, but will have no values.
0x00000002IgnoreAllData When loading a DICOM JSON Model input file, ignore all data in the JSON input file. Note that all DICOM elements in the JSON file will still be inserted into the DicomDataSet, but will have no values.

Example

For an example, refer to LoadJson.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly