DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomAssociation Class / SendInstances Method / SendInstances(String) Method

The name of the file to read.

This is passed unmodified to the operating system, and it is therefore the container�s responsibility to ensure either that the file exists within the current directory, or that a fully qualified filename is provided.




    SendInstances(String) Method
    Sends a file referenced by a string over a DicomAssociation
    Syntax
    'Declaration
     
    
    Public Overloads Sub SendInstances( _
       ByVal Filename As String _
    ) 
     
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim Filename As String
     
    instance.SendInstances(Filename)

    Parameters

    Filename

    The name of the file to read.

    This is passed unmodified to the operating system, and it is therefore the container�s responsibility to ensure either that the file exists within the current directory, or that a fully qualified filename is provided.

    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