Open(String,Int32,String,String,String) Method
Open and negotiate a new DICOM Association
public void Open(
System.string ,
System.int ,
System.string ,
System.string ,
System.string
)
public procedure Open(
: System.String;
: System.Integer;
: System.String;
: System.String;
: System.String
);
public function Open(
: System.String,
: System.int,
: System.String,
: System.String,
: System.String
);
public: void Open(
System.string* ,
System.int ,
System.string* ,
System.string* ,
System.string*
)
public:
void Open(
System.String^ ,
System.int ,
System.String^ ,
System.String^ ,
System.String^
)
'Declaration
Public Overloads Sub Open( _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As System.String, _
ByVal As System.String, _
Optional ByVal As System.String _
)
'Usage
Dim instance As DicomAssociation
Dim Node As System.String
Dim Port As System.Integer
Dim CallingAE As System.String
Dim CalledAE As System.String
Dim LocalIP As System.String
instance.Open(Node, Port, CallingAE, CalledAE, LocalIP)
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
- LocalIP
- Optional Local IP Address to use for binding the outbound Socket
Target Platforms: .NET CLR 4.8 or higher