Re: [HAPI-devel] Unable to inspect gender and birthdate in Patient

2023-06-13 Thread Martin Fleurke
Hi Russell, You pasted some code, but I don't see a direct relationship with HAPI. What class is 'patient'? If it isn't ca.uhn something, then i don't think anyone here can help you. Wbr Martin On 13-06-2023 20:53, Russell Bateman wrote: This email originated fr

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

2020-11-25 Thread Martin Fleurke
ctly set BEFORE you create a server. Does that help? success, Martin On 24/11/2020 19:02, Dasari, Penchalaiah via Hl7api-devel wrote: Thank you Martin for the inputs. Yes, it is issue with OBX-2 datatype filed, I tested through my stand alone program by supplying OBX-2

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

2020-11-24 Thread Martin Fleurke
)) but I think it is not related to OBX-5 (as that is the VALUE field, which is filled in in your message. You highlighted OBX-4) Instead I think it's about OBX-2, the DataType field, which is empty. Wbr Martin On 23/11/2020 18:58, Dasari, Penchalaiah via Hl7api-devel wrote: Hi Martin, T

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

2020-11-23 Thread Martin Fleurke
version then also include the corresponding hapi-structures-v2X Wbr Martin On 20/11/2020 23:50, Dasari, Penchalaiah via Hl7api-devel wrote: Hello Team, I am trying to receive a message from one our health device by using library (2.3 v).  Getting following issue. I am not sure which version of

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

2020-09-28 Thread Martin Fleurke
tion c) { String sourceAddress = c.getRemoteAddress().getHostAddress(); check sourceAddress } --- MyService service = new MyService(this.clientContext, port, false); service.registerApplication(..) service.start(); Wbr Martin ___ Hl7ap

Re: [HAPI-devel] WG: Problem with ORM O01, Terser, ORDER

2020-09-11 Thread Martin Fleurke
2.3 (note: is the hapi version, not the message version. so for e.g. 2.5 messages, you need: ca.uhn.hapi hapi-structures-v25 2.3 ) On 10/09/2020 12:28, Thea Schmidt wrote: > Hi Martin, > > thanks for your response. It is definitly no problem with the endings, > charse

Re: [HAPI-devel] Problem with ORM O01, Terser, ORDER

2020-09-09 Thread Martin Fleurke
t; . > >     assertEquals("3", terser.get("/ORDER(3)/ORDER_DETAIL/OBR-1")); > > I only get an error: Can't find ORDER as a direct child > > Does anybody know what the problem ist here? > > Thanks for your help, > > T

[HAPI-devel] Is there an equivalent to the Conectionlistener interface for a client connection?

2018-03-19 Thread Martin Denis
First off, I would like to congratulate and thank each and every person who worked on the HAPI project, it is a phenomenally powerful library, awesome enough for me to decide to code a massive hospital ADT system around it. My project is really 2 separate projects : a web project for users to i

Re: [HAPI-devel] validation while encoding vs. primitive type validation rules (primitiveRules)

2015-03-31 Thread Martin Swiech
is executed whenever a primitive value is set: * during parsing * when individual fields are modified afterwards, e.g. by while using a transmogrifier. Thanks and sorry for interruption. :) Martin Swiech - Original Message - From: "Martin Swiech" To: hl

[HAPI-devel] validation while encoding vs. primitive type validation rules (primitiveRules)

2015-03-31 Thread Martin Swiech
parser.encode(createInvalidMessageObj()); Assert.fail("exception expected"); } catch (Exception e) { //expected } Why the primitive rules are

[HAPI-devel] HAPI 1.0 OSGi bundle

2010-05-01 Thread Martin Krasser
Hi guys, glad to hear that HAPI 1.0 is finally out. Really like the new features and improvements! When do you plan to release an OSGi bundle for HAPI 1.0? Looking at the Maven repo http://hl7api.sourceforge.net/m2/ca/uhn/hapi/hapi-osgi-base/ there's only a 1.0-beta1. Regards, M

Re: [HAPI-devel] Error send message to SimpleServer in Test Panel example

2009-11-16 Thread Martin Fleurke
I believe the messages are in a separate jar. Download the jar-file(s) that corresponds to the message version(s) you are using. Add them to the classpath. In your case it is at least the 2.4 messages. Regards Martin AnjaliHL7 schreef: I'm also new here and I also got the same error

[HAPI-devel] Using examples with HAPI libraries 2.6

2009-04-24 Thread Jaime Martin Jimenez
1539"); to mshSegment.getDateTimeOfMessage().setValue("200701011539"); But I'm stalled in: "mshSegment.getMessageType().getMessageType().setValue("ADT");" It seems that the second getMessageType() method doesn't appear and I don't know how t

[HAPI-devel] (no subject)

2008-06-03 Thread Martin Waller
Then I see the data as expected? Can anyone explain this behaviour? Many thanks Martin Martin Waller Senior Developer Clinical Computing UK Ltd 2 Kew Bridge Road Brentford, Middlesex TW8 0JF United Kingdom T: +44 208 747 8744 F: +44 208 747 8745 www.ccl.com

[HAPI-devel] parsed message

2008-04-14 Thread Martin
R01 ORUR01; ORUR01.PATIENT_RESULTRepetitionsUsed is always 0 The contents of PID pid = ORUR01.GetPATIENT_RESULT().PATIENT.PID is always 0, so is the OBX and OBR ; cheers Martin - This SF.net email is sponsored by the 2008

[HAPI-devel] V23 and V24 spec

2008-04-08 Thread Martin
Hi, I'm currently working on modifying my code from NHapi.Model.V23 to NHapi.Model.V24. I noticed that certain specifications don't exist under V24 ie. ADT_A04, ADT_A28, ADT_A31, ADT_A40, ADT_A08, etc. Am I right ? I can't seem to find any documentation on this.