DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomAssociation Class / SendInstances Method / SendInstances(IEnumerable<String>) Method
The filenames of the files to send



In This Topic
    SendInstances(IEnumerable<String>) Method
    In This Topic
    Sends multiple files referenced by a collection of strings over a DicomAssociation
    Syntax
    'Declaration
     
    
    Public Overloads Sub SendInstances( _
       ByVal Filenames As IEnumerable(Of String) _
    ) 
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim Filenames As IEnumerable(Of String)
     
    instance.SendInstances(Filenames)
    public void SendInstances( 
       IEnumerable<string> Filenames
    )
    public:
    void SendInstances( 
       IEnumerable<String^>^ Filenames
    ) 

    Parameters

    Filenames
    The filenames of the files to send
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also