Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum DicomDataSetSaveXmlFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomDataSetSaveXmlFlags |
C# | |
---|---|
[FlagsAttribute()] public enum DicomDataSetSaveXmlFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class DicomDataSetSaveXmlFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
EncodeBinaryBase64 | Encode all binary data as Base64. This is the default behavior. |
EncodeBinaryBinHex | Encode all binary data as BinHex. This overrides the default behavior of encoding binary data has Base64. |
IgnoreAllData | Do 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. |
IgnoreBinaryData | If 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. |
None | Pass this value if you do not want to use any other flags. This uses the defaults. |
TagWithCommas | When 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' |
TrimWhiteSpace | When writing data to the output xml file, trim leading and trailing white space |
For an example, refer to DicomExtensions.LoadXml.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.Common.Extensions.DicomDataSetSaveXmlFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7