From: Jim K. <ji...@ho...> - 2005-03-22 17:13:57
|
Hi- Just a quick follow up to my last message on this topic. I should have mentioned that the interface I send to requires the use of the HL7 batch protocol. I had to write a few new "containing" classes in order to get HAPI to generate messages the way I needed them. In doing this, I think that I threw off an implicit asssumption on the part of the XMLParser, namely that everything after the root (which in my case is now the BATCH message) is a group and should be treated as such. So when it gets around to the ORU_R01 message class, its already assuming that its processing only AbstractGroups. Any thoughts on this? Thanks. Jim |