I want to transform the HL7 message into a specific format of XML (essentially my own serialized Java objects).
Within Rhapsody one could load up the HL7 on the left, XML (even without an XSD) on the right and then map between the two objects. There would be a lot of iterating code, creation of new elements. etc.
Is it possible or are there plans to streamline the conversion from HL7 to a custom schema?
If I do the "drag to add lines of code" from both models to create a transformation script, that should fit the bill.
I think you have most of the functionality in form or another so perhaps this is already possible?
thanks!
Within Rhapsody one could load up the HL7 on the left, XML (even without an XSD) on the right and then map between the two objects. There would be a lot of iterating code, creation of new elements. etc.
Is it possible or are there plans to streamline the conversion from HL7 to a custom schema?
If I do the "drag to add lines of code" from both models to create a transformation script, that should fit the bill.
I think you have most of the functionality in form or another so perhaps this is already possible?
thanks!
Comment