<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/hl7x/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/hl7x/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 17 Feb 2015 14:18:06 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/hl7x/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by FiveO</title><link>https://sourceforge.net/p/hl7x/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -8,8 +8,7 @@
 }
 ~~~~~~

-
-HL7X transforms any HL7 to an XML:
+HL7X transforms any HL7. Example:

 ~~~~~~
 MSH|^~\&amp;amp;|||||20121116122025||ADT^A01|5730224|P|2.5||||||UNICODE UTF-8
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">FiveO</dc:creator><pubDate>Tue, 17 Feb 2015 14:18:06 -0000</pubDate><guid>https://sourceforge.netfefd4854de381b95b07e12bfe28b6fe41a708210</guid></item><item><title>Home modified by FiveO</title><link>https://sourceforge.net/p/hl7x/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -4,7 +4,7 @@
 public String transformHL7toXML(String hl7) throws Exception {
     HL7X hl7x = new HL7X();
     String xml = hl7x.toXML(hl7);
-    return text;
+    return xml;
 }
 ~~~~~~

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">FiveO</dc:creator><pubDate>Tue, 17 Feb 2015 14:17:13 -0000</pubDate><guid>https://sourceforge.netaa42211f2e2d66ee1f53053418d23843d32dc85b</guid></item><item><title>Home modified by FiveO</title><link>https://sourceforge.net/p/hl7x/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,3 +1,14 @@
+Usage of HL7X:
+
+~~~~~~
+public String transformHL7toXML(String hl7) throws Exception {
+    HL7X hl7x = new HL7X();
+    String xml = hl7x.toXML(hl7);
+    return text;
+}
+~~~~~~
+
+
 HL7X transforms any HL7 to an XML:

 ~~~~~~
@@ -46,15 +57,3 @@
 &amp;lt;/HL7X&amp;gt;
 ~~~~~~

-
-Usage to transform HL7 String to XML
-
-~~~~~~
-    public String transformHL7toXML(String hl7) throws Exception {
-        HL7X hl7x = new HL7X();
-        String xml = hl7x.toXML(hl7);
-        return text;
-    }
-~~~~~~
-
-
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">FiveO</dc:creator><pubDate>Tue, 17 Feb 2015 14:16:57 -0000</pubDate><guid>https://sourceforge.net6d69059070a5df7e0f3b1d8fc59813b38334239f</guid></item><item><title>Home modified by FiveO</title><link>https://sourceforge.net/p/hl7x/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -45,3 +45,16 @@
     &amp;lt;/HL7X&amp;gt;
 &amp;lt;/HL7X&amp;gt;
 ~~~~~~
+
+
+Usage to transform HL7 String to XML
+
+~~~~~~
+    public String transformHL7toXML(String hl7) throws Exception {
+        HL7X hl7x = new HL7X();
+        String xml = hl7x.toXML(hl7);
+        return text;
+    }
+~~~~~~
+
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">FiveO</dc:creator><pubDate>Tue, 17 Feb 2015 14:15:47 -0000</pubDate><guid>https://sourceforge.netb3dfea44c81acedf28aa935a9d47a895b5e348ec</guid></item><item><title>Home modified by Philipp Brügger</title><link>https://sourceforge.net/p/hl7x/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,47 @@
-Welcome to your wiki!
+HL7X transforms any HL7 to an XML:

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+~~~~~~
+MSH|^~\&amp;|||||20121116122025||ADT^A01|5730224|P|2.5||||||UNICODE UTF-8
+EVN|A01|20130120151827
+PID||0|123||Name^Firstname^^^^||193106170000|w
+PV1||E|
+~~~~~~

-The wiki uses [Markdown](/p/hl7x/wiki/markdown_syntax/) syntax.
+to such XML:

-[[members limit=20]]
-[[download_button]]
+~~~~~~
+
+
+    
+        
+            ^~\&amp;amp;
+            20121116122025
+            
+                ADT
+                A01
+            
+            5730224
+            P
+            2.5
+            UNICODE UTF-8
+        
+        
+            A01
+            20130120151827
+        
+        
+            0
+            123    
+            
+                Name
+                Firstname
+            
+            193106170000
+            F
+        
+        
+            E           
+        
+    
+
+~~~~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philipp Brügger</dc:creator><pubDate>Fri, 30 May 2014 07:25:05 -0000</pubDate><guid>https://sourceforge.nete4d08a5b42d09562eca020ba0b1e98a6658e8e01</guid></item><item><title>Home modified by Philipp Brügger</title><link>https://sourceforge.net/p/hl7x/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/hl7x/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/fiveo/"&gt;Philipp Brügger&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-537af92004161f727aff610a" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philipp Brügger</dc:creator><pubDate>Tue, 20 May 2014 06:41:37 -0000</pubDate><guid>https://sourceforge.nete5c0e8b512b506c643e804c09f9a6ccc81b55a93</guid></item></channel></rss>