1. @date variable. When I use the @date variable on my source side, I see that in translated message the date appears in this format, yyyymmdd, (8 characters) 20071205. I would like to have the date appear in 14 character format like this, yyyymmddhhmmss, 20071205110012. Is there a variable that will give me the date and time in this format. The @now variable is like the @date variable.
2. In my translation I would like to combine multiple variables and then put the result into a Destination field.
source destination
field1 @fname
field2 @lname
field3 @mname
@fname^@mname^@lname destinationField
When I do this in my HL7 translation I get an compiler error.
Is these a better way to do this. How do I combine the stored values from 3 or more source fields into a destination field with the ^ or ~ seperaters.
thanks,
Bahram