←Select platform

StatusFormatFlags Enumeration

Summary

Used with any of the StatusXxxx.ToString(StatusFormatFlags,separator,tab) methods to customize the string return value.

Syntax
C#
VB
C++
[FlagsAttribute()] 
public enum StatusFormatFlags 
<FlagsAttribute()>  
Public Enum StatusFormatFlags 
public: 
   [FlagsAttribute] 
   enum class StatusFormatFlags sealed 
Members
Value Member Description
0 None None
1 IgnoreStatus Exclude the Status tag (0000,0900) and value in the return string.
2 IgnoreAffectedSopClassUid Exclude the AffectedSopClassUid tag (0000,0002) and value in the return string.
4 IgnoreAffectedSopInstanceUid Exclude the AffectedSopInstanceUid tag (0000,1000) and value in the return string.
Example

For an example, refer to StatusAll.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.