Good Afternoon;
I am writing an HL7 client. I am interfacing to an “HL7 Server” that creates a
"custom ACK” as a response coming back from server to client.
Using HAPI, how do I make the client look for this “custom ack” and terminate
the message when seeing it.
Thanks
Walter
--
Not sure why recursive calls should be an issue with Java ?? Can you share more
details on this ?
You can try javax.json package build into java, or JSON.simple (3rd party
library). Lots
Of documentation on line.
> On Sep 17, 2018, at 7:58 AM, Bernard Rolland
> wrote:
>
> Hi,
>
> I receiv
Hi David;
I have not dug into the bowels of the HAPI Server implementation, so I could be
off base, but I’ll throw this our there nonetheless. I believe you have several
options,
one of which you mention….using the firewall.
Other options
1) Programmatic: implement your own “baby application
Yes, that is the reason for the exception. It may be the device provider
doesn’t “fill-in” that column, and
it is marked as REQUIRED by the protocol. You may be using a wrong version of
the hapi-structures, or
the transmitting device is marking it incorrectly.
Good luck,
Walter
> On Nov 23, 2
Love this progress. It’s really useful in my test environment.
> On Oct 21, 2021, at 1:28 PM, James Agnew wrote:
>
> Hi Randy,
>
> HAPI HL7v2 is definitely more in maintenance mode at this point as opposed to
> being actively developed, but it's still an active project.
>
> You can get a copy
I am late to the party on this, and may be missing something, but if you have access to the json itself, you can use the various json utilities to extract the fields you are looking for.Sent from my iPhoneOn Oct 23, 2024, at 10:32 AM, Shreeja J wrote:Hi James,Any thoughts on this?Appreciate any g
6 matches
Mail list logo