Leadtools.Dicom.Common
LEAD Technologies, Inc

DicomDataSetSaveXmlFlags Enumeration






Specifies flags to be used with the DicomExtensions.SaveXml methods.
Syntax
[FlagsAttribute()]
public enum DicomDataSetSaveXmlFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum DicomDataSetSaveXmlFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DicomDataSetSaveXmlFlags
[FlagsAttribute()]
public enum DicomDataSetSaveXmlFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.Dicom.Common.Extensions.DicomDataSetSaveXmlFlags = function() { };
Leadtools.Dicom.Common.Extensions.DicomDataSetSaveXmlFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class DicomDataSetSaveXmlFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
EncodeBinaryBase64Encode all binary data as Base64. This is the default behavior.
EncodeBinaryBinHexEncode all binary data as BinHex. This overrides the default behavior of encoding binary data has Base64.
IgnoreAllDataDo not write any data (binary, text, etc.) for the DICOM elements to the output xml file. All elements are still exported, but with no data.
IgnoreBinaryDataIf a DICOM element contains binary data, do not write the binary data to the output xml file. The element itself is still exported, but with no data.
NonePass this value if you do not want to use any other flags. This uses the defaults.
TagWithCommasWhen writing DICOM tags to the output xml file, use commas. For example,the tag for SOPClassUID would be written as '0008,0016' instead of '00080016'
TrimWhiteSpaceWhen writing data to the output xml file, trim leading and trailing white space
Example
For an example, refer to DicomExtensions.LoadXml.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.Common.Extensions.DicomDataSetSaveXmlFlags

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.Dicom.Common.Extensions Namespace
LoadXml(DicomDataSet,String,DicomDataSetLoadXmlFlags,LoadXmlBeforeElementCallback,LoadXmlAfterElementCallback) Method
LoadXml(DicomDataSet,Stream,DicomDataSetLoadXmlFlags,LoadXmlBeforeElementCallback,LoadXmlAfterElementCallback) Method
LoadXml(DicomDataSet,String,DicomDataSetLoadXmlFlags) Method
LoadXml(DicomDataSet,Stream,DicomDataSetLoadXmlFlags) Method
SaveXml(DicomDataSet,String,DicomDataSetSaveXmlFlags,SaveXmlCallback) Method
SaveXml(DicomDataSet,Stream,DicomDataSetSaveXmlFlags,SaveXmlCallback) Method
SaveXml(DicomDataSet,String,DicomDataSetSaveXmlFlags) Method
SaveXml(DicomDataSet,Stream,DicomDataSetSaveXmlFlags) Method
SaveXmlCallback Delegate
LoadXmlBeforeElementCallback Delegate
LoadXmlAfterElementCallback Delegate

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.Common requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features