DicomObjects Reference
DicomObjects Reference / DicomConnection Object / LocalIP Property
LocalIP Property
Description
Local IP address called
Property type
Read-only property
Syntax
Visual Basic
Public Property LocalIP As String
Remarks

These properties relate to open incoming associations only, and can be accessed at any time after the association has been made.  For “outgoing” DicomConnection objects, they are null and 0.  For “incoming” DicomConnection objects such as those created automatically as part of incoming C-STORE (async), C-FIND of C-GET requests, they relate to the association received.  For C-MOVE, they continue to refer to the incoming association even once an outgoing association to carry the images has been established.

For remote application details see CallingAET, CalledAET & RemoteIP

See Also