iNTERFACEWARE Products Manual > Installing and Using Chameleon > Using Python Scripting > Chameleon Python API > Field Object > Field Object Usage Examples > Concatenating Arbitrary Set of Sub-Components into One Field |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
Some systems represent HL7 data for lab results using the sub-component separator '^' character to separate each line of a report that is stored in a single field. The following Python code can be used to deal with this:
Remember to correctly indent the loop since Python has indentation rules. |