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 : DicomDataSetLoadJsonFlags Enumeration |
[FlagsAttribute()] public enum DicomDataSetLoadJsonFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'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
Value | Member | Description |
---|---|---|
0x00000000 | None | When loading a DICOM JSON Model input file, read all data (binary and non-binary) from the JSON file (i.e PixelData). |
0x00000001 | IgnoreBinaryData | 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. |
0x00000002 | IgnoreAllData | 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. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.Common.Extensions.DicomDataSetLoadJsonFlags
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