DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomContextCollection Class / AddDefaults Method
TransferSyntax to add to each of the SOP Class UIDs in the default list

In This Topic
    AddDefaults Method
    In This Topic
    Add the default SOP Class UIDs to Presentation Contexts
    Syntax
    'Declaration
     
    
    Public Sub AddDefaults( _
       ByVal TransferSyntax As System.String _
    ) 
    public void AddDefaults( 
       System.string TransferSyntax
    )

    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