|
From: Stanley Z. <sta...@gm...> - 2012-05-15 03:09:35
|
Hey,
I’m still new to HL7 and HAPI and need help. I'm receiving a SIU_S12
message in version 2.4 that contains repeating PR1 segments. I’m using
Apache Camel 2.8.2 to convert the file from text to a HAPI object. But I’m
not seeing how I can extract the PR1 object for this message type like I do
with segments such as SCH, PID, PV1, etc. I do see in ADT_A01 there is a
getPR1 method. If I use pS12Msg.get("PR1", 0) I receive an HL7 exception.
Would appreciate any help as I can’t find any other info in my web search.
Thanks!
Stanley
|