<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for HAPI</title><link>https://sourceforge.net/p/hl7api/activity/</link><description>Recent activity for HAPI</description><language>en</language><lastBuildDate>Mon, 17 Feb 2025 01:47:53 -0000</lastBuildDate><item><title>Rodrigo Majuelojr posted a comment on ticket #260</title><link>https://sourceforge.net/p/hl7api/bugs/260/?limit=25#abee</link><description>Please ignore, I was rushing too much I missed reading the FAQ. Please close!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rodrigo Majuelojr</dc:creator><pubDate>Mon, 17 Feb 2025 01:47:53 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/260/?limit=25#abee</guid></item><item><title>Rodrigo Majuelojr created ticket #260</title><link>https://sourceforge.net/p/hl7api/bugs/260/</link><description>Missing message types on some model versions</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rodrigo Majuelojr</dc:creator><pubDate>Tue, 11 Feb 2025 02:44:30 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/260/</guid></item><item><title>SWAROOP CHAKRABORTY posted a comment on ticket #258</title><link>https://sourceforge.net/p/hl7api/bugs/258/?limit=25#706a</link><description>Thanks Chris. I get it now. Your solution worked.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SWAROOP CHAKRABORTY</dc:creator><pubDate>Wed, 30 Sep 2020 10:50:27 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/258/?limit=25#706a</guid></item><item><title>Christian Ohr posted a comment on ticket #258</title><link>https://sourceforge.net/p/hl7api/bugs/258/?limit=25#c179</link><description>PRT is not a segment that is defined for the events you mentioned. Therefore you have to use a more generic way: You can add it to the message using addNonStandardSegment("PRT") (optionally with index position) and then obtain it with PRT prt = (PRT)a01.get("PRT")</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Wed, 30 Sep 2020 10:02:06 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/258/?limit=25#c179</guid></item><item><title>SWAROOP CHAKRABORTY created ticket #258</title><link>https://sourceforge.net/p/hl7api/bugs/258/</link><description>How to instantiate a PRT segment for a A01 transaction</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SWAROOP CHAKRABORTY</dc:creator><pubDate>Wed, 30 Sep 2020 05:45:59 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/258/</guid></item><item><title>SWAROOP CHAKRABORTY created ticket #257</title><link>https://sourceforge.net/p/hl7api/bugs/257/</link><description>Can't I create PR1_11_1 field in HAPI v281?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SWAROOP CHAKRABORTY</dc:creator><pubDate>Thu, 16 Apr 2020 07:10:02 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/257/</guid></item><item><title>Daniel Brownell posted a comment on ticket #256</title><link>https://sourceforge.net/p/hl7api/bugs/256/?limit=25#9eae/e1c3</link><description>Thanks that was it.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Brownell</dc:creator><pubDate>Thu, 12 Mar 2020 08:44:00 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/256/?limit=25#9eae/e1c3</guid></item><item><title>Christian Ohr posted a comment on ticket #255</title><link>https://sourceforge.net/p/hl7api/bugs/255/?limit=25#7fc4</link><description>This is because PR1 is not repeatable, but the surrounding PROCEDURE group is. String msg = "MSH|^~\\&amp;|||||20200301114708.448+0530||ADT^A01^ADT_A01|106701|P|2.5\r" + "PR1|654^^^654~^^^654||^^^^^654^654|^^^^^^654\r" + "PR1|1\r" + "PR1|2\r" + "PR1|3"; Message a01 = new PipeParser().parse(msg); Terser terser = new Terser(a01); terser.set("/.PROCEDURE(1)/PR1-1-4", "234"); terser.set("/.PROCEDURE(2)/PR1-1-4", "345"); System.out.println(a01.toString().replace('\r', '\n')); and the output will be MSH|^~\&amp;|||||20200301114708.448+0530||ADT^A01^ADT_A01|106701|P|2.5...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Mon, 09 Mar 2020 16:35:36 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/255/?limit=25#7fc4</guid></item><item><title>Christian Ohr posted a comment on ticket #256</title><link>https://sourceforge.net/p/hl7api/bugs/256/?limit=25#9eae</link><description>There is likely no proper HL7 segment separator after the 2.5.1 at the end of the MSH segment, so it treats the beginning of the next line as part of the version number. Segment separator must be a "\r" (corresponding to file saved with Mac linebreaks).</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Mon, 09 Mar 2020 16:21:30 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/256/?limit=25#9eae</guid></item><item><title>Daniel Brownell created ticket #256</title><link>https://sourceforge.net/p/hl7api/bugs/256/</link><description>EVN is not recognized (2.5.1)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Brownell</dc:creator><pubDate>Mon, 09 Mar 2020 14:03:56 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/256/</guid></item><item><title>SWAROOP CHAKRABORTY created ticket #255</title><link>https://sourceforge.net/p/hl7api/bugs/255/</link><description>PR1-REPETITION PROBLEM TERSER</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SWAROOP CHAKRABORTY</dc:creator><pubDate>Sun, 01 Mar 2020 06:29:23 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/255/</guid></item><item><title>SWAROOP CHAKRABORTY created ticket #254</title><link>https://sourceforge.net/p/hl7api/bugs/254/</link><description>Pr1 field repetition with Terser</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SWAROOP CHAKRABORTY</dc:creator><pubDate>Sun, 01 Mar 2020 06:20:08 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/254/</guid></item><item><title>Supratim Paul posted a comment on ticket #253</title><link>https://sourceforge.net/p/hl7api/bugs/253/?limit=25#1557/d2f0</link><description>Thanks for your input. Can you specify the exact Hapi JAR name?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Supratim Paul</dc:creator><pubDate>Fri, 24 Jan 2020 12:25:53 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/253/?limit=25#1557/d2f0</guid></item><item><title>Christian Ohr modified ticket #253</title><link>https://sourceforge.net/p/hl7api/bugs/253/</link><description>Hapi Terser issue to retrieve HL7 segments</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Fri, 24 Jan 2020 11:31:18 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/253/</guid></item><item><title>Christian Ohr posted a comment on ticket #253</title><link>https://sourceforge.net/p/hl7api/bugs/253/?limit=25#1557</link><description>Use version HAPI version 2.3 You need to specify the segments in the order they are defined in the message definition! - your example is completely mixed up Custom Z segments appended to a message can never be in a group - how should the parser know that ZAR and ZSH supposed to form a group? If a segment is not immediately repeating, the second occurence gets a custom segment name (with a number appended to the segment name) to make it unique. Here is a working example (should also work with 2.8.1):...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Fri, 24 Jan 2020 11:30:00 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/253/?limit=25#1557</guid></item><item><title>Supratim Paul modified a comment on ticket #253</title><link>https://sourceforge.net/p/hl7api/bugs/253/?limit=25#8c8e/cc1c</link><description>Segment - MSH|^~\&amp;|||||||ADT^A01|P|2.8.1||1 Event Type is A01 and HL7 version is 2.8.1.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Supratim Paul</dc:creator><pubDate>Fri, 24 Jan 2020 09:13:25 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/253/?limit=25#8c8e/cc1c</guid></item><item><title>Supratim Paul posted a comment on ticket #253</title><link>https://sourceforge.net/p/hl7api/bugs/253/?limit=25#8c8e/cc1c</link><description>Segment - MSH|^~\&amp;|||||||ADT^A01|P|2.8.1||1 Event Type is A08 and HL7 version is 2.8.1.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Supratim Paul</dc:creator><pubDate>Fri, 24 Jan 2020 09:12:11 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/253/?limit=25#8c8e/cc1c</guid></item><item><title>Christian Ohr posted a comment on ticket #253</title><link>https://sourceforge.net/p/hl7api/bugs/253/?limit=25#8c8e</link><description>Please provide details about the MSH segment. The Terser paths depend on the event type and the HL7 version.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Fri, 24 Jan 2020 07:41:51 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/253/?limit=25#8c8e</guid></item><item><title>Supratim Paul created ticket #253</title><link>https://sourceforge.net/p/hl7api/bugs/253/</link><description>Hapi Terser issue to retrieve HL7 segments</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Supratim Paul</dc:creator><pubDate>Fri, 24 Jan 2020 06:29:43 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/253/</guid></item><item><title>Nick Radov created ticket #252</title><link>https://sourceforge.net/p/hl7api/bugs/252/</link><description>Broken link to mailing list archive</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nick Radov</dc:creator><pubDate>Tue, 05 Feb 2019 14:47:25 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/252/</guid></item><item><title>Christian Ohr posted a comment on ticket #102</title><link>https://sourceforge.net/p/hl7api/feature-requests/102/?limit=25#772d</link><description>For RDE_O25, you use the RDE_O11 structure class</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Wed, 30 Jan 2019 11:30:46 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/feature-requests/102/?limit=25#772d</guid></item><item><title>Anjum Pervaiz posted a comment on ticket #102</title><link>https://sourceforge.net/p/hl7api/feature-requests/102/?limit=25#7f94</link><description>HAPI APi do not have class for RDE_O25, right? I am using structure version 2.6.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anjum Pervaiz</dc:creator><pubDate>Wed, 30 Jan 2019 08:33:14 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/feature-requests/102/?limit=25#7f94</guid></item><item><title>Anjum Pervaiz created ticket #102</title><link>https://sourceforge.net/p/hl7api/feature-requests/102/</link><description>Generic parser for ORU &amp; RDE</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anjum Pervaiz</dc:creator><pubDate>Tue, 29 Jan 2019 11:53:47 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/feature-requests/102/</guid></item><item><title>Anjum Pervaiz posted a comment on ticket #101</title><link>https://sourceforge.net/p/hl7api/feature-requests/101/?limit=25#0e4e</link><description>Thanks Christian Ohr</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anjum Pervaiz</dc:creator><pubDate>Fri, 18 Jan 2019 04:27:37 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/feature-requests/101/?limit=25#0e4e</guid></item><item><title>Christian Ohr modified a comment on ticket #101</title><link>https://sourceforge.net/p/hl7api/feature-requests/101/?limit=25#4a9b</link><description>There is ca.uhn.hl7v2.preparser.PreParser.getFields(msg, fields...) that returns the value of fields without parsing it into a structure. Check out the javadocs</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Thu, 17 Jan 2019 14:05:28 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/feature-requests/101/?limit=25#4a9b</guid></item><item><title>Christian Ohr posted a comment on ticket #101</title><link>https://sourceforge.net/p/hl7api/feature-requests/101/?limit=25#4a9b</link><description>There is PreParser.getFields(msg, fields...) that returns the value of fields without parsing it into a structure. Check out the javadocs</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Thu, 17 Jan 2019 14:04:58 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/feature-requests/101/?limit=25#4a9b</guid></item><item><title>Anjum Pervaiz created ticket #101</title><link>https://sourceforge.net/p/hl7api/feature-requests/101/</link><description>Get message type (ADT, ORU etc) before parsing the message.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anjum Pervaiz</dc:creator><pubDate>Thu, 17 Jan 2019 12:24:17 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/feature-requests/101/</guid></item><item><title>Anjum Pervaiz created ticket #100</title><link>https://sourceforge.net/p/hl7api/feature-requests/100/</link><description>SuperStructures for 2.8 version message</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anjum Pervaiz</dc:creator><pubDate>Thu, 17 Jan 2019 12:18:51 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/feature-requests/100/</guid></item><item><title>Hao Trinh posted a comment on ticket #251</title><link>https://sourceforge.net/p/hl7api/bugs/251/?limit=25#c662</link><description>Thanks Christian for the fix!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hao Trinh</dc:creator><pubDate>Wed, 17 Oct 2018 00:23:41 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/251/?limit=25#c662</guid></item><item><title>Christian Ohr posted a comment on ticket #251</title><link>https://sourceforge.net/p/hl7api/bugs/251/?limit=25#c4ab</link><description>True. The DefaultXMLParser did not set himself as parser being responsible for the message being created. Fixed with https://github.com/hapifhir/hapi-hl7v2/commit/f17db02ce8bcfd5df25a894039186719c432df3e</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Tue, 16 Oct 2018 14:58:49 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/251/?limit=25#c4ab</guid></item><item><title>Hao Trinh created ticket #251</title><link>https://sourceforge.net/p/hl7api/bugs/251/</link><description>Cannot disable XMLParser validation in HAPI 2 v2.3</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hao Trinh</dc:creator><pubDate>Mon, 15 Oct 2018 18:37:24 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/251/</guid></item><item><title>Rajan Bhatt posted a comment on ticket #99</title><link>https://sourceforge.net/p/hl7api/feature-requests/99/?limit=25#20e1</link><description>Hi All, Sorry but i found solution of it. Posted below. ST extraSubcomponent = new ST(oru_r01); extraSubcomponent.setValue("Pending Delivery"); obxSegment.getObx5_ObservationValue(0).setData(extraSubcomponent);</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rajan Bhatt</dc:creator><pubDate>Fri, 07 Sep 2018 11:47:12 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/feature-requests/99/?limit=25#20e1</guid></item><item><title>Rajan Bhatt created ticket #99</title><link>https://sourceforge.net/p/hl7api/feature-requests/99/</link><description>HL7(2.5.1) OBX-5 Segment setter method not available or not working.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rajan Bhatt</dc:creator><pubDate>Fri, 07 Sep 2018 06:01:52 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/feature-requests/99/</guid></item><item><title>Rajan Bhatt posted a comment on ticket #83</title><link>https://sourceforge.net/p/hl7api/feature-requests/83/?limit=25#29d5</link><description>Hi All, I am java developer. I have the same kind of issue while creating the HL7 OBR R01 message. When i try to create OBX segment , there is no setter method provided to set the value for OBX5. so how do i set that segment? as it is required segment. Please let me know if you have set those values and generated OBX segment. Regards, Rajan</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rajan Bhatt</dc:creator><pubDate>Fri, 07 Sep 2018 05:47:43 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/feature-requests/83/?limit=25#29d5</guid></item><item><title>Pablo A posted a comment on ticket #214</title><link>https://sourceforge.net/p/hl7api/bugs/214/?limit=25#99b1</link><description>I have same problem.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pablo A</dc:creator><pubDate>Tue, 17 Jul 2018 15:44:40 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/214/?limit=25#99b1</guid></item><item><title>Christian Ohr posted a comment on ticket #250</title><link>https://sourceforge.net/p/hl7api/bugs/250/?limit=25#e63f</link><description>What event type do you build in which HL7 version? addNonstandardSegment is implemented for Groups in general. So, if you want to append a non-standard segment to a repeating group, you have to create/obtain the group repetition and append your segment here instead of at message level. E.g. if you try to construct a ADT_A01 in HL7v2.5: ADT_A01 a01 = new ADT_A01(); // ... // add a repetition ADT_A01_INSURANCE insurance = a01.insertINSURANCE(0); Segment in1 = insurance.getIN1(); // ... populate IN1...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Mon, 11 Jun 2018 14:58:51 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/250/?limit=25#e63f</guid></item><item><title>Brajesh Kumar Mondal posted a comment on ticket #250</title><link>https://sourceforge.net/p/hl7api/bugs/250/?limit=25#be1c</link><description>Please reply fast</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brajesh Kumar Mondal</dc:creator><pubDate>Mon, 11 Jun 2018 10:38:10 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/250/?limit=25#be1c</guid></item><item><title>Brajesh Kumar Mondal created ticket #250</title><link>https://sourceforge.net/p/hl7api/bugs/250/</link><description>Adding external segment with particular repeatation of Repeatable Segment</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brajesh Kumar Mondal</dc:creator><pubDate>Fri, 08 Jun 2018 06:45:30 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/250/</guid></item><item><title>Christian Ohr modified ticket #249</title><link>https://sourceforge.net/p/hl7api/bugs/249/</link><description>Position of standard Segment for each transaction type and transacrtion genre</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Tue, 05 Jun 2018 12:46:29 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/249/</guid></item><item><title>Christian Ohr posted a comment on ticket #249</title><link>https://sourceforge.net/p/hl7api/bugs/249/?limit=25#f8ae</link><description>Reading javadocs is recommended when looking for library functions. getNames() returns what you want. Note that messages may contain groups that again contain groups or segments, i.e. messages do not just contain a linear structure of segments.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Tue, 05 Jun 2018 12:45:55 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/249/?limit=25#f8ae</guid></item><item><title>Brajesh Kumar Mondal posted a comment on ticket #249</title><link>https://sourceforge.net/p/hl7api/bugs/249/?limit=25#4af2</link><description>please solve my query</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brajesh Kumar Mondal</dc:creator><pubDate>Tue, 05 Jun 2018 07:41:33 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/249/?limit=25#4af2</guid></item><item><title>Brajesh Kumar Mondal created ticket #249</title><link>https://sourceforge.net/p/hl7api/bugs/249/</link><description>Position of standard Segment for each transaction type and transacrtion genre</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brajesh Kumar Mondal</dc:creator><pubDate>Mon, 04 Jun 2018 13:10:48 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/249/</guid></item><item><title>SWAROOP CHAKRABORTY posted a comment on ticket #247</title><link>https://sourceforge.net/p/hl7api/bugs/247/?limit=25#cf19</link><description>Thank you Chris, your idea solved my problem. You may close this ticket.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SWAROOP CHAKRABORTY</dc:creator><pubDate>Fri, 25 May 2018 10:50:03 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/247/?limit=25#cf19</guid></item><item><title>Christian Ohr posted a comment on ticket #247</title><link>https://sourceforge.net/p/hl7api/bugs/247/?limit=25#7f33</link><description>What do try to achieve with 20? First thing I urgently recommend you to get a copy of the HL7 specification (https://www.hl7.org/implement/standards/product_brief.cfm?product_id=185; yes, you need to have an account!). Sometimes, an online tool like http://hl7-definition.caristix.com:9010/ is also sufficient. From the ADT_A01 definition, you can see that PV1 is the 10th segment in the message. As the index is zero-based, message.addNonstandardSegment("ZPV", 10); will add a ZPV segment after PV1....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Wed, 02 May 2018 09:31:40 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/247/?limit=25#7f33</guid></item><item><title>SWAROOP CHAKRABORTY posted a comment on ticket #247</title><link>https://sourceforge.net/p/hl7api/bugs/247/?limit=25#ddc6</link><description>Hi Chris, I tried with the method message.addNonstandardSegment(String name, int index) too, but how do I let the method know exactly after which standard segment I need to place the custom segment. As an example I tried setting message.addNonstandardSegment("ZPV",20); to the code, but it does not comes after PV1. What should I do to acheive this?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SWAROOP CHAKRABORTY</dc:creator><pubDate>Wed, 02 May 2018 07:02:13 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/247/?limit=25#ddc6</guid></item><item><title>Christian Ohr posted a comment on ticket #247</title><link>https://sourceforge.net/p/hl7api/bugs/247/?limit=25#57cb</link><description>Did you already try the method message.addNonstandardSegment(String name, int index)? With this method you should be able to insert your custom segment at the "index" position in the message or message group</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Tue, 01 May 2018 12:20:47 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/247/?limit=25#57cb</guid></item><item><title>SWAROOP CHAKRABORTY created ticket #248</title><link>https://sourceforge.net/p/hl7api/bugs/248/</link><description>Bypass HL7 data type exceptions  on creating a new message</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SWAROOP CHAKRABORTY</dc:creator><pubDate>Sun, 29 Apr 2018 13:29:42 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/248/</guid></item><item><title>SWAROOP CHAKRABORTY posted a comment on ticket #247</title><link>https://sourceforge.net/p/hl7api/bugs/247/?limit=25#7dc2</link><description>any update on this?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SWAROOP CHAKRABORTY</dc:creator><pubDate>Sun, 29 Apr 2018 08:53:13 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/247/?limit=25#7dc2</guid></item><item><title>SWAROOP CHAKRABORTY posted a comment on ticket #247</title><link>https://sourceforge.net/p/hl7api/bugs/247/?limit=25#19da</link><description>Hi Chris, The following is the sample code thru I created it and I need to send this created message over some destination: public static void main(String args[]) throws HL7Exception, IOException { ADT_A01 adt= new ADT_A01(); try { adt.initQuickstart("ADT", "A01", "P"); MSH mshSegment=adt.getMSH(); PID pid=adt.getPID(); PV1 pv1=adt.getPV1(); IN1 in1=adt.getINSURANCE().getIN1(); in1.getIn11_SetIDIN1().setValue("1"); pid.getPid1_SetIDPID().setValue("1"); pv1.getPv11_SetIDPV1().setValue("1"); HapiContext...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SWAROOP CHAKRABORTY</dc:creator><pubDate>Wed, 25 Apr 2018 12:10:00 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/247/?limit=25#19da</guid></item><item><title>Christian Ohr posted a comment on ticket #247</title><link>https://sourceforge.net/p/hl7api/bugs/247/?limit=25#972e</link><description>Can you provide some sample code on how you create this message? Do you need to send it or receive/parse it?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Wed, 25 Apr 2018 06:08:24 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/247/?limit=25#972e</guid></item><item><title>SWAROOP CHAKRABORTY posted a comment on ticket #247</title><link>https://sourceforge.net/p/hl7api/bugs/247/?limit=25#491d</link><description>Can anyone please help me solve this problem ?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SWAROOP CHAKRABORTY</dc:creator><pubDate>Mon, 23 Apr 2018 17:14:01 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/247/?limit=25#491d</guid></item><item><title>SWAROOP CHAKRABORTY created ticket #247</title><link>https://sourceforge.net/p/hl7api/bugs/247/</link><description>Insert a Z Segment after a standard segment</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SWAROOP CHAKRABORTY</dc:creator><pubDate>Sat, 21 Apr 2018 18:09:04 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/247/</guid></item><item><title>Han posted a comment on ticket #214</title><link>https://sourceforge.net/p/hl7api/bugs/214/?limit=25#f14b</link><description>I have same problem here, can someone take a look?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Han</dc:creator><pubDate>Mon, 26 Mar 2018 19:01:07 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/214/?limit=25#f14b</guid></item><item><title>Jagdeep Singh posted a comment on ticket #37</title><link>https://sourceforge.net/p/hl7api/feature-requests/37/?limit=25#2f07</link><description>Hi Mithun, I am struggeling with parsing the Z segments. The url you have posted above is not working right now. Could you please help me to parse Z segments using Hapi. Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jagdeep Singh</dc:creator><pubDate>Mon, 22 Jan 2018 14:03:06 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/feature-requests/37/?limit=25#2f07</guid></item><item><title>Rajat created ticket #246</title><link>https://sourceforge.net/p/hl7api/bugs/246/</link><description>Class Cast Exception During Running BulkHl7V2ComparisonTest: testInvalidMessageTypeComparison</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rajat</dc:creator><pubDate>Thu, 24 Aug 2017 09:59:23 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/246/</guid></item><item><title>sarah created ticket #245</title><link>https://sourceforge.net/p/hl7api/bugs/245/</link><description>Incorrect error message in Terser class</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sarah</dc:creator><pubDate>Wed, 09 Aug 2017 05:22:52 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/245/</guid></item><item><title>Thibault Joseph posted a comment on ticket #103</title><link>https://sourceforge.net/p/hl7api/bugs/103/?limit=25#8ecc</link><description>The rjuncu correction work, can you integrate it into a new version of HAPI ?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thibault Joseph</dc:creator><pubDate>Fri, 27 Jan 2017 16:30:39 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/103/?limit=25#8ecc</guid></item><item><title>James Agnew committed [r991]</title><link>https://sourceforge.net/p/hl7api/code/991/</link><description>Get everything building for 2.3 release</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James Agnew</dc:creator><pubDate>Mon, 19 Dec 2016 16:40:51 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/code/991/</guid></item><item><title>Christian Ohr committed [r990]</title><link>https://sourceforge.net/p/hl7api/code/990/</link><description>#242: fix tests</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Mon, 19 Dec 2016 10:15:06 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/code/990/</guid></item><item><title>Christian Ohr committed [r989]</title><link>https://sourceforge.net/p/hl7api/code/989/</link><description>#242: credits</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Mon, 19 Dec 2016 08:41:11 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/code/989/</guid></item><item><title>Christian Ohr committed [r988]</title><link>https://sourceforge.net/p/hl7api/code/988/</link><description>#242: improve SegmentFinder performance</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Mon, 19 Dec 2016 08:39:59 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/code/988/</guid></item><item><title>Christian Ohr modified ticket #242</title><link>https://sourceforge.net/p/hl7api/bugs/242/</link><description>Performance problem in SegmentFinder</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Mon, 19 Dec 2016 08:38:47 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/242/</guid></item><item><title>Christian Ohr modified ticket #233</title><link>https://sourceforge.net/p/hl7api/bugs/233/</link><description>The set of supported HL7 versions is unordered</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Mon, 19 Dec 2016 08:22:28 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/233/</guid></item><item><title>Christian Ohr posted a comment on ticket #233</title><link>https://sourceforge.net/p/hl7api/bugs/233/?limit=25#4d28</link><description>The error message is not going to show up anymore: if a structure library is not...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Mon, 19 Dec 2016 08:22:11 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/233/?limit=25#4d28</guid></item><item><title>Christian Ohr committed [r987]</title><link>https://sourceforge.net/p/hl7api/code/987/</link><description>fixed incorrect field numbers for handling MFE-...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Mon, 19 Dec 2016 07:54:04 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/code/987/</guid></item><item><title>Christian Ohr posted a comment on ticket #97</title><link>https://sourceforge.net/p/hl7api/feature-requests/97/?limit=25#c2cd</link><description>HAPI HL7 2.3 will include 2.7 and 2.8 support. About to be released within the next...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Sun, 18 Dec 2016 16:30:16 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/feature-requests/97/?limit=25#c2cd</guid></item><item><title>Christian Ohr modified ticket #95</title><link>https://sourceforge.net/p/hl7api/feature-requests/95/</link><description>Performance improvement SegmentFinder#matches </description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Sun, 18 Dec 2016 16:26:39 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/feature-requests/95/</guid></item><item><title>Christian Ohr posted a comment on ticket #95</title><link>https://sourceforge.net/p/hl7api/feature-requests/95/?limit=25#e220</link><description>Duplicate of https://sourceforge.net/p/hl7api/bugs/242/.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Sun, 18 Dec 2016 16:26:39 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/feature-requests/95/?limit=25#e220</guid></item><item><title>Christian Ohr modified ticket #244</title><link>https://sourceforge.net/p/hl7api/bugs/244/</link><description>PipeParser.getAckID does not work on Windows machines</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Sun, 18 Dec 2016 15:26:57 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/244/</guid></item><item><title>Yevgeny Keyser posted a comment on ticket #244</title><link>https://sourceforge.net/p/hl7api/bugs/244/?limit=25#d840</link><description>Noticed \r is part of the HL7 standard. You may closed this.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yevgeny Keyser</dc:creator><pubDate>Tue, 22 Nov 2016 19:28:37 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/244/?limit=25#d840</guid></item><item><title>Yevgeny Keyser created ticket #244</title><link>https://sourceforge.net/p/hl7api/bugs/244/</link><description>PipeParser.getAckID does not work on Windows machines</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yevgeny Keyser</dc:creator><pubDate>Tue, 22 Nov 2016 18:41:07 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/244/</guid></item><item><title>Jens Villadsen created ticket #243</title><link>https://sourceforge.net/p/hl7api/bugs/243/</link><description>Bug in the HoH implementation/spec</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jens Villadsen</dc:creator><pubDate>Thu, 27 Oct 2016 13:33:43 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/243/</guid></item><item><title>Jyoti Sharma created ticket #97</title><link>https://sourceforge.net/p/hl7api/feature-requests/97/</link><description>Any plans of adding support for v2.8</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jyoti Sharma</dc:creator><pubDate>Sat, 15 Oct 2016 20:20:26 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/feature-requests/97/</guid></item><item><title>Jens Villadsen created ticket #96</title><link>https://sourceforge.net/p/hl7api/feature-requests/96/</link><description>Wrapping for camel</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jens Villadsen</dc:creator><pubDate>Thu, 29 Sep 2016 13:37:45 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/feature-requests/96/</guid></item><item><title>Niels Ull Harremoës posted a comment on ticket #95</title><link>https://sourceforge.net/p/hl7api/feature-requests/95/?limit=25#79f5</link><description>Duplicate of bug 242 - I hadn't noticed that it was already entered as a bug. https://sourceforge.net/p/hl7api/bugs/242/...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Niels Ull Harremoës</dc:creator><pubDate>Thu, 29 Sep 2016 09:06:31 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/feature-requests/95/?limit=25#79f5</guid></item><item><title>Niels Ull Harremoës posted a comment on ticket #95</title><link>https://sourceforge.net/p/hl7api/feature-requests/95/?limit=25#cf98</link><description>And I think this could go into the next minor release - it doesn't need to be milestone...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Niels Ull Harremoës</dc:creator><pubDate>Thu, 29 Sep 2016 08:03:24 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/feature-requests/95/?limit=25#cf98</guid></item><item><title>Niels Ull Harremoës posted a comment on ticket #95</title><link>https://sourceforge.net/p/hl7api/feature-requests/95/?limit=25#1060</link><description>oops - forgot to add the patch file before saving</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Niels Ull Harremoës</dc:creator><pubDate>Thu, 29 Sep 2016 08:01:33 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/feature-requests/95/?limit=25#1060</guid></item><item><title>Niels Ull Harremoës created ticket #95</title><link>https://sourceforge.net/p/hl7api/feature-requests/95/</link><description>Performance improvement SegmentFinder#matches </description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Niels Ull Harremoës</dc:creator><pubDate>Thu, 29 Sep 2016 07:57:53 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/feature-requests/95/</guid></item><item><title>Jens Villadsen posted a comment on ticket #94</title><link>https://sourceforge.net/p/hl7api/feature-requests/94/?limit=25#d851</link><description>As I see it - the easiest way to make out-of-the-box conformance is to author conformance...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jens Villadsen</dc:creator><pubDate>Wed, 28 Sep 2016 12:28:58 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/feature-requests/94/?limit=25#d851</guid></item><item><title>Christian Ohr created ticket #242</title><link>https://sourceforge.net/p/hl7api/bugs/242/</link><description>Performance problem in SegmentFinder</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Wed, 22 Jun 2016 22:01:01 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/242/</guid></item><item><title>Christian Ohr posted a comment on ticket #221</title><link>https://sourceforge.net/p/hl7api/bugs/221/?limit=25#4595</link><description>A while ago I committed ca.uhn.hl7v2.model.Unmodifiable, that allows to protect messages...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Wed, 22 Jun 2016 07:52:52 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/221/?limit=25#4595</guid></item><item><title>Christian Ohr modified ticket #239</title><link>https://sourceforge.net/p/hl7api/bugs/239/</link><description>wrong casing for deserializing</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Wed, 22 Jun 2016 07:41:08 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/239/</guid></item><item><title>Christian Ohr committed [r986]</title><link>https://sourceforge.net/p/hl7api/code/986/</link><description>#239: fix parsing Role and Identifier elements</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Wed, 22 Jun 2016 07:40:51 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/code/986/</guid></item><item><title>Christian Ohr posted a comment on ticket #241</title><link>https://sourceforge.net/p/hl7api/bugs/241/?limit=25#879a</link><description>Fixed. Thanks for spotting this.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Wed, 22 Jun 2016 07:34:33 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/241/?limit=25#879a</guid></item><item><title>Christian Ohr modified ticket #241</title><link>https://sourceforge.net/p/hl7api/bugs/241/</link><description>NumberFormatException when generating an ack message</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Wed, 22 Jun 2016 07:34:33 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/241/</guid></item><item><title>Christian Ohr committed [r985]</title><link>https://sourceforge.net/p/hl7api/code/985/</link><description>#241: credits</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Wed, 22 Jun 2016 07:33:30 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/code/985/</guid></item><item><title>Christian Ohr committed [r984]</title><link>https://sourceforge.net/p/hl7api/code/984/</link><description>#241: consistently use longs during message ID ...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Wed, 22 Jun 2016 07:32:14 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/code/984/</guid></item><item><title>Samantha Chan created ticket #241</title><link>https://sourceforge.net/p/hl7api/bugs/241/</link><description>NumberFormatException when generating an ack message</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Samantha Chan</dc:creator><pubDate>Mon, 20 Jun 2016 21:17:08 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/241/</guid></item><item><title>Christian Ohr modified ticket #240</title><link>https://sourceforge.net/p/hl7api/bugs/240/</link><description>ERR segment: Issue with sequence</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Mon, 21 Mar 2016 09:06:34 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/240/</guid></item><item><title>Christian Ohr posted a comment on ticket #240</title><link>https://sourceforge.net/p/hl7api/bugs/240/?limit=25#b035</link><description>fixed in AbstractHL7Exception</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Mon, 21 Mar 2016 09:06:34 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/240/?limit=25#b035</guid></item><item><title>Christian Ohr committed [r983]</title><link>https://sourceforge.net/p/hl7api/code/983/</link><description>#240: fix missing segment repetition location i...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Mon, 21 Mar 2016 09:05:45 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/code/983/</guid></item><item><title>Christian Wörns created ticket #240</title><link>https://sourceforge.net/p/hl7api/bugs/240/</link><description>ERR segment: Issue with sequence</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Wörns</dc:creator><pubDate>Wed, 16 Mar 2016 09:27:38 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/240/</guid></item><item><title>Jens Villadsen created ticket #239</title><link>https://sourceforge.net/p/hl7api/bugs/239/</link><description>wrong casing for deserializing</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jens Villadsen</dc:creator><pubDate>Tue, 15 Dec 2015 14:20:18 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/239/</guid></item><item><title>Christian Ohr committed [r982]</title><link>https://sourceforge.net/p/hl7api/code/982/</link><description>#238: fix serialization of TerserMessageRule</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Mon, 16 Nov 2015 12:57:30 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/code/982/</guid></item><item><title>Christian Ohr modified ticket #238</title><link>https://sourceforge.net/p/hl7api/bugs/238/</link><description>TerserMessageRule is not serializable</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Mon, 16 Nov 2015 12:57:27 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/238/</guid></item><item><title>Christian Ohr modified ticket #234</title><link>https://sourceforge.net/p/hl7api/bugs/234/</link><description>NPE when working with Conformance Profiles stored on the ClassPath</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Mon, 16 Nov 2015 12:52:56 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/234/</guid></item><item><title>Christian Ohr posted a comment on ticket #234</title><link>https://sourceforge.net/p/hl7api/bugs/234/?limit=25#247e</link><description>Now returning null what causes the ProfileValidator to throw a ProfileException</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Mon, 16 Nov 2015 12:52:56 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/bugs/234/?limit=25#247e</guid></item><item><title>Christian Ohr committed [r981]</title><link>https://sourceforge.net/p/hl7api/code/981/</link><description>#234:fix NPE with non-existing conformance prof...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Ohr</dc:creator><pubDate>Mon, 16 Nov 2015 12:51:48 -0000</pubDate><guid>https://sourceforge.net/p/hl7api/code/981/</guid></item></channel></rss>