This topic contains 0 replies, has 1 voice, and was last updated by Eliot Muir 2 years, 3 months ago.
Iguana-Tools repo just went live
You must be logged in to reply to this topic.
This topic contains 0 replies, has 1 voice, and was last updated by Eliot Muir 2 years, 3 months ago.
If you are running Iguana 6 then you may notice the appearance of a new built in repository – “Iguana Tools”. You don’t need to do anything – just try importing a channel and “Iguana Tools” is one of the options.
It has a number of useful example channels that use some of standard modules. One nice improvement is a new stringutils module that makes it possible to invoke string operations directly on HL7 and XML trees.
i.e. you can do this:
T.Name = PID[1][2]:capitalize()
instead of
T.Name = PID[1][2]:S():capitalize()
Enjoy!
You must be logged in to reply to this topic.