DicomObjects.NET.V8
DicomObjects.DicomUIDs 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: .NET CLR 4.0 or higher

    See Also