hi there,
i'd like to change the orthanc sending AE title dynamically with lua scripts - is this possible.
if i have say two modalities sending to orthanc routing to different places, i'd like orthanc to appear to the final destination as having not been there.
ie. i wan't an lue script to pickup the RemoteAE title (from the sending modality), and replace the ORTHANC calling AE title with that RemoteAE title when forwarding to the destination. Is that possible.
Here's a diagram if that helps. (if it doesn't justify properly, i've attached a screenshot!)
Sending modality -------------------------------------> ORTHANC ------------------------------------> FinalDestination
RemoteAE = SNDMODAL CallingAE = ORTHANC
CalledAE = ORTHANC CalledAE= DESTMODAL
Sending modality -------------------------------------> ORTHANC --------------------------------------> FinalDestination
RemoteAE = SNDMODAL CallingAE = SNDMODAL*
CalledAE = ORTHANC CalledAE= DESTMODAL
*change this
with LUA script to match original RemoteAE
thanks!