The following tables list the members exposed by LoadJsonBeforeElementData.
Public Properties
| Name | Description |
| ElementValue | Gets the string value of the JSON element being read. |
| Encoding | Gets a value that indicates how the JSON element data is encoded. |
| HasChildElements | Gets a value indicating whether this element has children. |
| Tag | Gets a value that contains the tag of the DICOM element that is about to be added to the DicomDataSet. |
| Vr | Gets a value representation of the DICOM element that is about to be added to the DicomDataSet. |
Top
Public Methods
| Name | Description |
| Reset | Resets all members of the class to their default values. |
Top
See Also
Reference
LoadJsonBeforeElementData Class
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