SendInstances(String) Method
Sends a file referenced by a string over a
DicomAssociation
public void SendInstances(
System.string
)
public procedure SendInstances(
: System.String
);
public function SendInstances(
: System.String
);
public: void SendInstances(
System.string*
)
public:
void SendInstances(
System.String^
)
'Declaration
Public Overloads Sub SendInstances( _
ByVal As System.String _
)
'Usage
Dim instance As DicomAssociation
Dim Filename As System.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.8 or higher