'Declaration
Public Sub Open( _ ByVal Node As String, _ ByVal Port As Integer, _ ByVal CallingAE As String, _ ByVal CalledAE As String _ )
'Usage
Dim instance As DicomPrint Dim Node As String Dim Port As Integer Dim CallingAE As String Dim CalledAE As String instance.Open(Node, Port, CallingAE, CalledAE)
Parameters
- Node
Network address (as dotted notation or resolvable name) to which the association is to be made
- Port
Port on which remote application is listening
- CallingAE
Name to quote for this Application Entity
- CalledAE
Name of remote Application Entity