Specifies flags to be used with the LoadJson methods.
[FlagsAttribute()]
public enum DicomDataSetLoadJsonFlags
<FlagsAttribute()>
Public Enum DicomDataSetLoadJsonFlags
[FlagsAttribute()]
public enum class DicomDataSetLoadJsonFlags
Members
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. |
For an example, refer to LoadJson.
Leadtools.Dicom.Common.Extensions Namespace
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
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET