- This topic has 2 replies, 3 voices, and was last updated 16 years, 10 months ago by .
-
Topic
-
Hi I have two questions to regarding temporyary variables. 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.
Code:
source destinationfield1 @fname
field2 @lname
field3 @mname
@fname^@mname^@lname destinationFieldWhen 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
- The forum ‘Cloverleaf’ is closed to new topics and replies.