DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / DefaultSOPClasses Property






In This Topic
    DefaultSOPClasses Property
    In This Topic
    Default list of SOP class UID's (Abstract syntaxes) to be used until specifically overridden by user settings
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property DefaultSOPClasses As System.Collections.ObjectModel.ReadOnlyCollection(Of String)
    'Usage
     
    
    Dim value As System.Collections.ObjectModel.ReadOnlyCollection(Of String)
     
    value = DicomGlobal.DefaultSOPClasses
    public static System.Collections.ObjectModel.ReadOnlyCollection<string> DefaultSOPClasses {get;}
    public read-only property DefaultSOPClasses: System.Collections.ObjectModel.ReadOnlyCollection; static; 
    public static function get DefaultSOPClasses : System.Collections.ObjectModel.ReadOnlyCollection
    public: __property static System.Collections.ObjectModel.ReadOnlyCollection<string*>* get_DefaultSOPClasses();
    public:
    static property System.Collections.ObjectModel.ReadOnlyCollection<String^>^ DefaultSOPClasses {
       System.Collections.ObjectModel.ReadOnlyCollection<String^>^ get();
    }
    Remarks
    Returns a copy of the default SOP classes. This may not match the effective SOP classes used if overridden in user code.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also