DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / SeriesDescription Property






In This Topic
    SeriesDescription Property (DicomImage)
    In This Topic
    Descriptions for the series
    Syntax
    'Declaration
     
    
    Public Property SeriesDescription As System.String
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As System.String
     
    instance.SeriesDescription = value
     
    value = instance.SeriesDescription
    public System.string SeriesDescription {get; set;}
    public read-write property SeriesDescription: System.String; 
    public function get,set SeriesDescription : System.String
    public: __property System.string* get_SeriesDescription();
    public: __property void set_SeriesDescription( 
       System.string* value
    );
    public:
    property System.String^ SeriesDescription {
       System.String^ get();
       void set (    System.String^ value);
    }

    Property Value

    The Series Description
    Remarks

    Provides human readable descriptions of the Study returned by a query, or relating to an image. They correspond to attribute (0008, 103E).

    The usefulness is limited by the fact that not all equipment provides descriptions in its SOP instances, and even if it does, they may not be available through Query/Retrieve. For instance the RSNA CTN (up to and including version 2.8) supports the study description, but fails to index and provide the series description.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also