DicomObjects.NET.V8
DicomObjects Namespace / DicomContextCollection Class / Add Method / Add(String) Method

String value specifying the proposed AbstractSyntax




In This Topic
    Add(String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal AbstractSyntax As String _
    ) As DicomContext
    'Usage
     
    Dim instance As DicomContextCollection
    Dim AbstractSyntax As String
    Dim value As DicomContext
     
    value = instance.Add(AbstractSyntax)
    public DicomContext Add( 
       string AbstractSyntax
    )
    public:
    DicomContext^ Add( 
       String^ AbstractSyntax
    ) 

    Parameters

    AbstractSyntax

    String value specifying the proposed AbstractSyntax

    Return Value

    Remarks
    Note that in keeping with the DICOM requirement, newly added contexts have odd values, so adding two items to a DicomContexts collection using this method will create item numbers 1 and 3, not 1 and 2.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also