Skip to content

message.getRemoteAET

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

Signature: message.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

Only meaningful for messages received by a DICOM Listener source.

Parameters

None

Example

// Given a DICOM message received by a DICOM Listener (message)
// Get the Calling AE Title (remote AET) of the sending system
var remoteAet = message.getRemoteAET();