Hello Everyone, Currently, I need to develop IHE's Patient Identifier Cross-referencing test scenarios. I found your IPF framework and reviewed the documentation, which shows that you support IHE transactions such as ITI-44, ITI-45, and ITI-46. I then looked at the IHE client tutorial to understand some methods of using IPF.
However, I'm having some issues implementing the consumer side of the PIX-related transactions. For example, for the ITI-44 transaction, how should I handle the message on the consumer side? I haven't seen any relevant code examples, so could you please point me to some reference materials?
Additionally, I've reviewed the IPF source code, and the example in the Iti44TestRouteBuilder in the ipf-platform-camel-ihe-hl7v3 module hasn't been very helpful for me. Thank you in advance for your assistance. Best Regards, Ming
--
You received this message because you are subscribed to the Google Groups "ipf-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ipf-user+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ipf-user/df2098a7-e1de-4c1b-b2d4-53a9977cd955n%40googlegroups.com.
I have already reviewed the content in the ipf-commons-ihe-hl7v3model module. Does this module contain all the entity classes required for the PIX transactions?
Furthermore, I'm trying to convert between message XML and the corresponding entity classes. I've looked at the unmarshallMessage and marshallMessage methods provided by the HL7V3Transformer class, but I've encountered some issues during testing. For example, when I load the content of the PIX_FEED_REG_Maximal_Request.xml file locally, I'm not sure how to find the entity class that corresponds to this file. Should it be the PRPAIN201301UV02MCCIMT000100UV01Message entity class under the PRPA_IN201301UV02 package? But it doesn't seem to work when I try to convert it. Could you provide some suggestions? Thank you in advance for your assistance. Here's my test code:
I need the right way to convert xml to entity Best Regards Ming
To view this discussion on the web visit https://groups.google.com/d/msgid/ipf-user/da19f0e9-7a10-4759-9a43-219c13af7790n%40googlegroups.com.
To be honest, I'm not clear about which IPF PIX3 entity class corresponds to the XML file. How should I go about matching them? How can I find the correct entity class?
For example, if I have an XML file like the following, which entity class would it correspond to? 01_PatientRegistryRecordAdded1_20110228.xml
To view this discussion on the web visit https://groups.google.com/d/msgid/ipf-user/857b3e69-b10a-4270-84c2-d67c3970877fn%40googlegroups.com.