Re: [HAPI-devel] Implementing Zxx segments on A05

2014-07-16 Thread James Agnew
* James Agnew [mailto:ja...@jamesagnew.ca] > *Sent:* 15 July 2014 17:07 > *To:* Sheridan Paul (RBV) NHS Christie Tr > *Cc:* hl7api-devel@lists.sourceforge.net > *Subject:* Re: [HAPI-devel] Implementing Zxx segments on A05 > > > > Hi Paul, > > > > Not to worry, d

Re: [HAPI-devel] Implementing Zxx segments on A05

2014-07-16 Thread Sheridan Paul (RBV) NHS Christie Tr
] Implementing Zxx segments on A05 Hi Paul, Not to worry, dealing with Z-segments is fairly common but not entirely intuitive at first. You'll find a complete example here: http://hl7api.sourceforge.net/xref/ca/uhn/hl7v2/examples/CustomModelClasses.html Basically, there are two ways to do it

Re: [HAPI-devel] Implementing Zxx segments on A05

2014-07-15 Thread James Agnew
Hi Paul, Not to worry, dealing with Z-segments is fairly common but not entirely intuitive at first. You'll find a complete example here: http://hl7api.sourceforge.net/xref/ca/uhn/hl7v2/examples/CustomModelClasses.html Basically, there are two ways to do it, one uses custom message types and giv

[HAPI-devel] Implementing Zxx segments on A05

2014-07-15 Thread Sheridan Paul (RBV) NHS Christie Tr
(Sorry if this is a common request - new to the list) Our ADT Feed gives us A05 messages with custom 'ZU3' segments - This doesn't seem to be supported in the A05 class in nHapi. - Does anyone know of an example of where Zxx segments have been successfully applied to other message types? Thank