[HAPI-devel] ExampleParseMessages errors

2019-07-02 Thread Russell Bateman
Where can I get an updated version of /ExampleParseMessage.java/ that has no errors? In particular, using the latest (2.3) JARs for hapi-base hapi-structures-v25 hapi-structures-v22 I get compilation errors trying for the following lines: String msgType = msh.getMessageType().getMessa

Re: [HAPI-devel] ExampleParseMessages errors

2019-07-02 Thread Russell Bateman
Oh, I see. This code must not be linked with a structures version later than 22. It works as long as I do not link hapi-structures-v25. Thanks. On 7/2/19 10:01 AM, Russell Bateman wrote: Where can I get an updated version of /ExampleParseMessage.java/ that has no errors? In particular, using

[HAPI-devel] Obtaining XPath during "client" mode...

2020-04-06 Thread Russell Bateman
I wonder if there's a way to get an XPath within the source document for any, given piece of information I'm able to get out of the API. (Note that there is a way to do this using MDHT for HL7 v3 work; this is why I ask.) I need to annotate data I extract with the location where I found it in t

Re: [HAPI-devel] Obtaining XPath during "client" mode...

2020-04-06 Thread Russell Bateman
re just as expressive. Cheers, James On Mon, Apr 6, 2020 at 2:10 PM Russell Bateman <mailto:r...@windofkeltia.com>> wrote: I wonder if there's a way to get an XPath within the source document for any, given piece of information I'm able to get out of the API. (Note t

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

2023-06-13 Thread Russell Bateman
In the code below, I have an incoming Patient which has all the fields that interest me filled in (see debugger image, but if it doesn't come through, it shows that patient is filled out for name, gender, birthdate and address). However, when I attempt to inspect *gender* and *birthdate*, thes

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

2023-06-14 Thread Russell Bateman
the get help section here for more info: https://hapifhir.io/ Incidentally, you are creating a new (empty) Patient object, then trying to fetch the name. It doesn’t have one because you haven’t set one. *From:* Russell Bateman *Sent:* Tuesday, June 13, 2023 1:54 PM *To:* hl7api-devel@lists