Skip to content

source.getRemoteAET

Use when: You want to read values from the original incoming message before any mapping changes. If you need the modified message during mapping, use message.getRemoteAET.

Signature: source.getRemoteAET()

Returns: String aet - the Calling AE Title (remote AET)

Get the Calling AE Title (remote AET) of the system that sent the message.

Note

This only applies to DICOM Listener channels.

Note

This method only applies to DICOM formatted messages.

Parameters

None

Example

// In a DICOM Listener channel, get the Calling AE Title (remote AET) of the sending system.
var remoteAet = source.getRemoteAET(); // e.g. "MODALITY_AET"