'DeclarationPublic Overloads Sub Open( _ ByVal Node As String, _ ByVal Port As Integer, _ ByVal CallingAET As String, _ ByVal CalledAET As String _ )
'UsageDim instance As DicomAssociation Dim Node As String Dim Port As Integer Dim CallingAET As String Dim CalledAET As String instance.Open(Node, Port, CallingAET, CalledAET)
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
- CallingAET
 Name to quote for this Application Entity
- CalledAET
 Name of remote Application Entity