SendInstances(String) Method
Sends a file referenced by a string over a
DicomAssociation
public void SendInstances(
string
)
public:
void SendInstances(
String^
)
'Declaration
Public Overloads Sub SendInstances( _
ByVal 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.
Target Platforms: .NET CLR 4.0 or higher