AddToOfferedTransferSyntaxes Method
Add an offered Transfer Syntax into a group used to help control
automatic acceptance of transfer syntaxes
'Declaration
Public Shared Sub AddToOfferedTransferSyntaxes( _
ByVal As SOPClassGroups, _
ByVal As UID _
)
'Usage
Dim Group As SOPClassGroups
Dim TransferSyntax As UID
DicomGlobal.AddToOfferedTransferSyntaxes(Group, TransferSyntax)
Parameters
- Group
- The group to add the offered Transfer Syntax to
- TransferSyntax
- The offered Transfer Syntax to add
Target Platforms: .NET CLR 4.8 or higher