← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 287: Added a blurb on DHIS 1.4 XML import

 

------------------------------------------------------------
revno: 287
committer: Jason P. Pickering <jason.p.pickering@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Wed 2011-03-30 16:07:11 +0200
message:
  Added a blurb on DHIS 1.4 XML import
added:
  src/docbkx/en/resources/images/import_export/dhis14_export.png
modified:
  src/docbkx/en/dhis2_user_man_import_export.xml


--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs

Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== modified file 'src/docbkx/en/dhis2_user_man_import_export.xml'
--- src/docbkx/en/dhis2_user_man_import_export.xml	2011-03-15 10:29:11 +0000
+++ src/docbkx/en/dhis2_user_man_import_export.xml	2011-03-30 14:07:11 +0000
@@ -104,7 +104,7 @@
   <section id="import">
     <title>Importing data</title>
     <para>The import option allows different instance of DHIS2 to receive standardised set of data in the absence of a networked system. Typically, a data set is exported from one DHIS instance (e.g. a district level system) to another system (e.g. a provincial level system).  DHIS2 is capable of importing data from other systems that either support the DXF of IXF formats. DHIS2 is capable of importing data directly from a DHIS 1.4 Access database. Each of these options will be discussed in the following sections. </para>
-    <section>
+    <section id="import_another_instance">
       <title>Importing data from another DHIS 2 instance</title>
       <para>Data can be imported into different instances of DHIS2 through the use of the DXF data exchange format. There are two screens that are used to import data, with default and advanced options. </para>
       <para>The default data import menu can be accessed by clicking the <guimenuitem>&quot;Import&quot;</guimenuitem> from the main <guimenuitem>Import-Export</guimenuitem> screen. </para>
@@ -154,9 +154,28 @@
     <section>
       <title>Importing data from DHIS 1.4</title>
       <para>There are two ways to import data from a DHIS 1.4 database; 1) through the 1.4 XML-based export files, or 2) directly from the DHIS 1.4 data file (.mdb). Both are accessible from the DHIS 1.4 Import menu under Import in the Import-Export module.</para>
+      <para>It is critical that all data integrity violations which are present in the DHIS 1.4 database be fully resolved before attemtping an import into DHIS 2. You can check the data integrity of DHIS 1.4 through the CORE Module-&gt;Advanced-&gt;Data integrity checks. A report will be generated of all data integrity violations which should be resolved prior to importing into DHIS 2.</para>
+      <para>Currently, the import of some metadata is not supported from DHIS 1.4 to DHIS 2. This includes:</para>
+      <itemizedlist>
+        <listitem>
+          <para>Validation rules</para>
+        </listitem>
+        <listitem>
+          <para>Organisational unit alternate names</para>
+        </listitem>
+        <listitem>
+          <para>Compulsory data element pairings</para>
+        </listitem>
+        <listitem>
+          <para>Custom data entry forms</para>
+        </listitem>
+        <listitem>
+          <para>Dataset data entry levels</para>
+        </listitem>
+      </itemizedlist>
       <section>
         <title>DHIS 1.4 File (database) Import</title>
-        <para>This method is recommend when doing large imports from 1.4, and especially when importing into a new blank DHIS 2 database.</para>
+        <para>This method is recommend when doing large imports from 1.4, and especially when importing into a new  DHIS 2 database.</para>
         <para><emphasis role="bold">DHIS 1.4 File Configuration</emphasis> </para>
         <para>Before you can start the 1.4 file import you need to provide a  few details about the 1.4 database:</para>
         <para><emphasis role="italic">Datafile(#):</emphasis> Here you put the full path to the DHIS 1.4 data file you want to import from, e.g. C:\DHIS14\DHIS_#LR_LIBERIA.mdb. </para>
@@ -176,6 +195,14 @@
       </section>
       <section>
         <title>DHIS 1.4 XML Import</title>
+        <para>Import thof XML data from DHIS 1.4 is also possible using the standard DHIS 1.4 export format. Just be sure that the DHIS 1.4 export format has been set to &quot;DHIS 2.0&quot; as illustrated in the screen shot below.  After the data has been exported by DHIS 1.4, you can import the data by choosing &quot;Services-&gt;Import-Export-&gt;DHIS 1.4 Import-&gt;DHIS 1.4 XML Import&quot; and proceeding via the procedure outline in the <link linkend="import_another_instance">previous section</link>.  </para>
+        <screenshot>
+          <mediaobject>
+            <imageobject>
+              <imagedata fileref="resources/images/import_export/dhis14_export.png" width="40%" align="center"/>
+            </imageobject>
+          </mediaobject>
+        </screenshot>
       </section>
     </section>
   </section>

=== added file 'src/docbkx/en/resources/images/import_export/dhis14_export.png'
Binary files src/docbkx/en/resources/images/import_export/dhis14_export.png	1970-01-01 00:00:00 +0000 and src/docbkx/en/resources/images/import_export/dhis14_export.png	2011-03-30 14:07:11 +0000 differ