ruote log_2010-09-08

2010-09-08 03:58:34 utc dhf Aloha all
2010-09-08 04:01:56 utc jmettraux hello !
2010-09-08 04:09:06 utc dhf Is it possible to assign the participant name on the fly when the participant is called using field value concatenated to a fixed name. Like in ruby "link_#{patient_name}". these would all be storage participants. There could be multiple participants with the same name if the various processes have hit the patient needs to be linked. once linked one time I need to make each pending participant with the name "link_#{patent_name}" reply. I know I can g
2010-09-08 04:09:07 utc dhf list of all participants with a name and reply on each one. The question is how can I create the participant_name on the fly.
2010-09-08 04:09:26 utc jmettraux of
2010-09-08 04:09:45 utc jmettraux of course : participant "user_${fieldname}"
2010-09-08 04:10:03 utc jmettraux "link_#{patent_name}"
2010-09-08 04:10:56 utc jmettraux argh
2010-09-08 04:11:07 utc jmettraux participant "link_${patent_name}"
2010-09-08 04:13:17 utc dhf perfect. I saw where you could use a field name but did not realize that it would allow for concatenation as part of a string.
2010-09-08 04:14:28 utc jmettraux there is something at http://ruote.rubyforge.org/dollar.html feel free to ping me if there is something missing / too obscure in there
2010-09-08 04:27:56 utc dhf after re-reading I see the reference to th setting a batch id that shows that it is really line a string with variable substitution. I was just reading strictly. I guess that is what happens when you try to read/figure something out after too many hours of work. The documentation is probably alright. Just me.
2010-09-08 04:28:28 utc jmettraux OK
2010-09-08 11:48:08 utc wayneeseguin jmettraux: wow man, thank you
2010-09-08 12:06:54 utc jmettraux wayneeseguin: no, thank you !