Forum Replies Created
-
AuthorReplies
-
wondering how to call a perl program from version 6.1 now.? or I am missing some system env setup???
hi jim,
thanks for your advise. it work great!
shu
thanks guys. works great!!!!
hi Jim, I figured it out this one. thanks for you help.
hi jim and robert.
thanks for you reply. worked great!!!!
July 31, 2014 at 2:51 am in reply to: can’t display the whole string in Xlate if there is a space #81026works great!!!!!
thank you so much mark!!!!
July 31, 2014 at 1:32 am in reply to: can’t display the whole string in Xlate if there is a space #81024HI JIM
thanks for your quick reply,
I am using cloverleaf v6
my logic is
if PV1:3 is “^^^J” , copy PV2:3.2 to PV1:3.1
July 31, 2014 at 12:12 am in reply to: can’t display the whole string in Xlate if there is a space #81022yes. only use copy in xlate
no tcl has been used.
Hi Jim,
thanks for you reply. I am a new user for cloverleaf and haven’t use math function before. is there any sample that I could follow your suggestion?
I am really appreciated your time and help.
thank you
Jim Kosloskey wrote:I think this can be done in an Xlate with no Tcl.
You will need to maintain your own field (%fx) counter for the outbound. Something like %f99. Initialize %f99 at the beginning of your Xlate (COPY =0 –> $%f99 (note the $).
As you ITERATE through the field repetitions (specifying a counter like %f1) add one to your outbound counter (using MATH ADD =1 $%f99 –> $%f99 – again note the $) UNLESS (using an IF Action) the condition you specify is true. Then make sure you use the %f1 in the inbound address path and the %f99 in the outbound address path when you COPY the field.
Max Drown wrote:The ~ is the default HL7 field repetition delimiter. ITERATE on the field (%f1), use IF and PATHCOPY to only copy the desired fields across to the destination. If you used BULKCOPY or PATHCOPY on the segment earlier in the xlate, you will need to first empty out the field with a PATHCOPY (source: @null, destination: path to field).
hi max,
thanks for you reply. I am a new user for cloverleaf engine. I actually did setup the way you suggested it and please see my screenshot attached. however, it still shows default repeating field delimiter”~”. I need to remove it. I am not too sure what is proper way to only display the part I need it in cloverleaf.
[/img][/b][/code]
thanks for sharing. We need to find out how to config node 1 & 2 setup.
Anybody could give some advise? thanks a lot
i still could not figure out how to map the dsc segment in qdx xlate editor. both inbound and outbound are using HL7 2.3. i am writing a script to split the messages. it is a pain.
Hi David,
do you have some samples which use DSC segment to split the messages? I never use DSC segment before. i am a newbie.. thanks so much for your help.
I had tclindex in /hci/integrator/tclprocs level and /hci/integrator/test_site/tclprocs level too. Should I remove one of them? and which one i should remove?? any suggestions?? thanks!!! I am doing the upgrade qdx5.7 right now. i would like to share this information with you. i just finish install the product on my aix 5.3 box. active my box.. setup netconfig file right now. -
AuthorReplies