[HAPI-devel] Custom ACKs

2018-08-16 Thread Walter Kelt
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 --

Re: [HAPI-devel] Convert Message object to JSON

2018-09-17 Thread Walter Kelt
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

Re: [HAPI-devel] Restricting inbound connections to a known IP address

2020-09-25 Thread Walter Kelt
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

Re: [HAPI-devel] Need Help in - To use correct version of Hapi Library

2020-11-23 Thread Walter Kelt
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

Re: [HAPI-devel] HAPI TestPanel

2021-10-21 Thread Walter Kelt
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

Re: [HAPI-devel] Request for Utility Methods or Documentation for CodeableConcept /Extension Retrieval

2024-10-23 Thread Walter kelt via Hl7api-devel
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