How can I maintain the original message or key elements needed from the original message in userdata (before tcl’s xlates occur on it outbound/dicom protocol)? Depending on response message, I need to do certain things but need the original message to manipulate into a different kind of message to go outbound again. Although I have the original message in recovery waiting for a response I’m unsure how to grab it. Basically I’m trying to take an HL7 message, create a dicom from it, depending on the response of dicom find/store etc, I need to create another dicom message ie. Store or reject, based on what the response gave me. I’m trying not to store the message into a file locally until the response comes back… any suggestions would be helpful.