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

2023-06-13 Thread McClendon, Craig via Hl7api-devel
If I’m not mistaken, this is the mailing list for the HAPI HL7v2 library. This code below looks to be using HAPI FHIR – different library. See 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.

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 from outside of CGM. Please

[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*,