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.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

register_listener(endpoint \\ __MODULE__, listener)

start_link(init_args)