DicomObjects.NET Core Documentation
DicomObjects.UIDs Namespace / UID Class / Retired Property



In This Topic
    Retired Property
    In This Topic
    True if the attribute is official retired
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Retired As Boolean
    'Usage
     
    
    Dim instance As UID
    Dim value As Boolean
     
    value = instance.Retired
    public bool Retired {get;}
    public:
    property bool Retired {
       bool get();
    }
    Remarks
    Retired attributes may legally be used in DICOM, but their use is discouraged in new implementations
    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