DefaultSOPClasses Property
Default list of SOP class UID's (Abstract syntaxes) to be used until specifically overridden by user settings
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();
}
'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
Target Platforms: .NET CLR 4.8 or higher