DicomObjects.NET Core Documentation
DicomObjects.Enums Namespace / ChangeUidReason Enumeration



In This Topic
    ChangeUidReason Enumeration
    In This Topic
    reason why a UID should be changed
    Syntax
    'Declaration
     
    
    Public Enum ChangeUidReason 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ChangeUidReason
    public enum ChangeUidReason : System.Enum 
    public enum class ChangeUidReason : public System.Enum 
    Members
    MemberDescription
    LossyCompression Lossy image compression is being applied
    SopClassCoersion The SOP class is being coerced
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.ChangeUidReason

    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