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






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

    Property Value

    Study Description
    Remarks

    This property provides human readable descriptions of the Study returned by a query, or relating to an image. It corresponds to attribute (0008, 1030).

    The usefulness is limited by the fact that not all equipment provides these 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