Error processing SSI file
Leadtools.Dicom.Common

Show in webframe

DicomDataSetLoadJsonFlags Enumeration






Specifies flags to be used with the LoadJson methods.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum DicomDataSetLoadJsonFlags 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As DicomDataSetLoadJsonFlags
[FlagsAttribute()]
public enum class DicomDataSetLoadJsonFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.Common.Extensions.DicomDataSetLoadJsonFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom.Common.Extensions Namespace
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