Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Outline and description of classes, enumerations and delegates that provide extension methods that make performing certain tasks (like converting a DicomDataSet to and from XML) easier.
Class | Description | |
---|---|---|
DicomExtensions | This class is used to provide extension methods to the Leadtools.Dicom classes. | |
DicomUtilities | Utilities class | |
ElementAttribute | Specifies which element to associate with the object to which this attribute is bound. | |
EnumValueAttribute | Specifies a value to be associated with an enumeration. | |
GeneralExtensions | General extension methods for a variety of types. | |
IgnoreAttribute | Use to mark a property as ignored. If a property is marked as ignored it will be skipped by the Get dataset extension method. | |
LoadJsonAfterElementData | Data for the LoadJsonAfterElementCallback delegate. | |
LoadJsonBeforeElementData | Data for the LoadJsonBeforeElementCallback delegate. | |
LoadXmlAfterElementData | Data for the LoadXmlAfterElementCallback delegate. | |
LoadXmlBeforeElementData | Data for the LoadXmlBeforeElementCallback delegate. | |
OrientationManager | Provides utility functions for mapping Image Orientation Vectors (which are 'direction cosines') to an orientation axis, or an orientation plane. | |
SaveJsonData | Provides data for the SaveJsonCallback delegate. | |
SaveXmlData | Provides data for the SaveXmlCallback delegate. |
Delegate | Description | |
---|---|---|
BeforeAddTagDelegate | Optional delegate to be called before class information is added to a data set. | |
LoadJsonAfterElementCallback | Optional delegate method that is used with the LoadJson methods. | |
LoadJsonBeforeElementCallback | Optional delegate method that is used with the LoadJson methods. | |
LoadXmlAfterElementCallback | Optional delegate method that is used with the LoadXml methods. | |
LoadXmlBeforeElementCallback | Optional delegate method that is used with the LoadXml methods. | |
SaveJsonCallback | Optional delegate method that is used with the SaveJson methods. | |
SaveXmlCallback | Optional delegate method that is used with the SaveXml methods. |
Enumeration | Description | |
---|---|---|
DebugStringOptions | Debug options used with DebugString | |
DicomDataSetLoadJsonFlags | Specifies flags to be used with the LoadJson methods. | |
DicomDataSetLoadXmlFlags | Specifies flags to be used with the LoadXml methods. | |
DicomDataSetSaveJsonFlags | Specifies flags to be used with the SaveJson methods. | |
DicomDataSetSaveXmlFlags | Specifies flags to be used with the SaveXml methods. | |
DicomXmlNodeType | Identifies the type of XML node that is about to be written to the XML output file. These values are used in the SaveXmlData object. For an example, refer to SaveXmlCallback. | |
ElementDataType | Describes the type of XML element data that is being processed. When calling LoadXml and passing a LoadXmlBeforeElementCallback delegate, the LoadXmlBeforeElementCallback is called for each element in the XML input file, and a LoadXmlBeforeElementData member is returned as part of the delegate. The ElementDataType enumeration is used in the Encoding member of LoadXmlBeforeElementData. For an example, refer to SaveXmlCallback. | |
SaveBinaryType | Identifies how to export the binary data element. This value is used in the SaveXmlData and SaveJsonData objects. |