The following tables list the members exposed by SaveJsonData.
Public Properties
| Name | Description |
| BinaryType | Gets or sets a value indicating how binary data will be exported. |
| BulkDataUri | Gets or sets the bulk data URI that is about to be written. |
| DicomElement | Gets the DicomElement that corresponds to the JSON data that is about to be written. |
| ElementValue | Gets a value that indicates the string value of the JSON element about to be written. |
| HasChildElements | Gets a value indicating if this element has children. |
Top
Public Methods
| Name | Description |
| Reset | Resets all members of the class to default values, and empties the attributes dictionary. |
Top
See Also
Reference
SaveJsonData Class
Leadtools.Dicom.Common.Extensions Namespace
SaveJson(DicomDataSet,String,DicomDataSetSaveJsonFlags,SaveJsonCallback) Method
SaveJson(DicomDataSet,Stream,DicomDataSetSaveJsonFlags,SaveJsonCallback) Method
SaveJson(DicomDataSet,String,DicomDataSetSaveJsonFlags) Method
SaveJson(DicomDataSet,Stream,DicomDataSetSaveJsonFlags) Method
SaveJsonCallback Delegate