In This Topic
Add the default SOP Class UIDs to Presentation Contexts
Syntax
'Declaration
Public Sub AddDefaults( _
ByVal As System.String _
)
'Usage
Dim instance As DicomContextCollection
Dim TransferSyntax As System.String
instance.AddDefaults(TransferSyntax)
public void AddDefaults(
System.string
)
public procedure AddDefaults(
: System.String
);
public function AddDefaults(
: System.String
);
public: void AddDefaults(
System.string*
)
public:
void AddDefaults(
System.String^
)
Parameters
- TransferSyntax
- TransferSyntax to add to each of the SOP Class UIDs in the default list
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also