Skip to main content

Module address

Module address 

Source
Expand description

Data types for addresses to nodes in DICOM networks.

This module provides the definitions for FullAeAddr and AeAddr, which enable consumers to couple a socket address with an expected application entity (AE) title.

The syntax is «ae_title»@«network_address»:«port», which works not only with IPv4 and IPv6 addresses, but also with domain names.

Structs§

AeAddr
A specification for an address to the target SCP: a generic network socket address which may also include an application entity title.
FullAeAddr
A specification for a full address to the target SCP: an application entity title, plus a generic address, typically a socket address.

Enums§

ParseAeAddressError
A error which occurred when parsing an AE address.