View Source DicomNet.Endpoint (Dicom.ex v0.1.5)
Defines a DICOM network endpoint.
The endpoint is the boundary where all DICOM upper layer network connection
enter the system. For every connection, a DicomNet.Association
is instantiated.
If the assocation is established successfully, received DICOM operations
are forwarded to registered listeners as messages.
See also:
Summary
Functions
Returns a specification to start this module under a supervisor.