LDT Importer
From MedITEX - Wiki
(69 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
− | <p><strong>MedITEX LDT Importer</strong> will import data from another billing or lab program to the database being used for <strong>MedITEX</strong>, allowing basic information such as, patient and partner data, | + | <p><strong>MedITEX LDT Importer</strong> will import data from another billing or lab program to the database being used for <strong>MedITEX</strong>, allowing basic information such as, patient and partner data, referrer information and lab results to be imported from different text-formatted files.</p> |
<p> </p> | <p> </p> | ||
<h2>Configuration</h2> | <h2>Configuration</h2> | ||
Line 11: | Line 11: | ||
</tbody> | </tbody> | ||
</table> | </table> | ||
− | |||
<h2>File formats</h2> | <h2>File formats</h2> | ||
<p>The importing of data is only possible if a specific file format is delivered.</p> | <p>The importing of data is only possible if a specific file format is delivered.</p> | ||
− | |||
<p> </p> | <p> </p> | ||
− | < | + | <h3>Demographics import</h3> |
− | <p>An example of demographics import file can be downloaded from the link below. This document contains two patients | + | <p>An example of demographics import file in MER format can be downloaded from the link below. This document contains data about two patients and their respective partners.</p> |
<table style="margin-left: auto; margin-right: auto;" border="0"> | <table style="margin-left: auto; margin-right: auto;" border="0"> | ||
<tbody> | <tbody> | ||
<tr> | <tr> | ||
<td><img src="/images/plus48.png" alt="" width="48" height="48" /></td> | <td><img src="/images/plus48.png" alt="" width="48" height="48" /></td> | ||
− | <td><a href="/images/LDT_import_example.txt"> | + | <td> |
+ | <p><a href="/images/LDT_import_example.txt">Demographics import file (right-click "Save link as").</a></p> | ||
+ | </td> | ||
</tr> | </tr> | ||
</tbody> | </tbody> | ||
</table> | </table> | ||
− | |||
− | |||
− | |||
<p> </p> | <p> </p> | ||
<table style="margin-left: auto; margin-right: auto;" border="0"> | <table style="margin-left: auto; margin-right: auto;" border="0"> | ||
<tbody> | <tbody> | ||
<tr> | <tr> | ||
− | <td><img src="/images/hint129.png" alt="" width="129" height="129" /></td> | + | <td><img src="/images/plus48.png" alt="" width="48" height="48" /></td> |
+ | <td><a href="/images/List_of_main_fields_in_MedITEX_Patient_Demographics.xlsx">List of main fields in MedITEX Patient Demographics (right-click "Save link as").</a></td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
+ | <h3>Referrer import</h3> | ||
+ | <p>An example of referrer import file in MER format can be downloaded from the link below. This document contains data about two referrers.</p> | ||
+ | <table style="margin-left: auto; margin-right: auto;" border="0"> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td style="text-align: center;"><img src="/images/plus48.png" alt="" width="48" height="48" /></td> | ||
+ | <td><a href="/images/LDT_Referrer_Import.txt">Referrer import file (right-click "Save link as").</a></td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
+ | <p style="text-align: center;"> </p> | ||
+ | <h3 style="text-align: left;">Laboratory data import</h3> | ||
+ | <p>An example of laboratory data import file in LDT format can be downloaded from the link below. </p> | ||
+ | <table style="margin-left: auto; margin-right: auto;" border="0"> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td><img src="/images/plus48.png" alt="" width="48" height="48" /></td> | ||
+ | <td><a href="/images/LDT_LabData_Import.txt">Laboratory data import file (right-click "Save link as")</a></td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
+ | <p style="text-align: center;"> </p> | ||
+ | <table style="margin-left: auto; margin-right: auto;" border="0"> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td rowspan="2"><img src="/images/hint129.png" alt="" width="129" height="129" /><br /></td> | ||
+ | <td> | ||
+ | <h4>MER <span style="font-size: 1em;">format</span></h4> | ||
+ | </td> | ||
<td> | <td> | ||
<ul> | <ul> | ||
Line 40: | Line 70: | ||
<blockquote><ol> | <blockquote><ol> | ||
<li>Field names cannot be changed;</li> | <li>Field names cannot be changed;</li> | ||
− | <li>Field names must be | + | <li>Field names must be separated by semicolon;</li> |
</ol></blockquote> | </ol></blockquote> | ||
<ul> | <ul> | ||
− | <li><strong> | + | <li><strong>Data</strong></li> |
</ul> | </ul> | ||
<blockquote><ol> | <blockquote><ol> | ||
Line 52: | Line 82: | ||
<li>Each row after the header is one patient and one partner (if exists);</li> | <li>Each row after the header is one patient and one partner (if exists);</li> | ||
</ol></blockquote> | </ol></blockquote> | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> | ||
+ | <h4>LDT/BDT format</h4> | ||
+ | </td> | ||
+ | <td> | ||
+ | <ul> | ||
+ | <li><strong>Data</strong> </li> | ||
+ | </ul> | ||
+ | <ul> | ||
+ | </ul> | ||
+ | <blockquote><ol> | ||
+ | <li>Each row in a file represents one field to be inserted;</li> | ||
+ | <li>First three digits in a row represent the length of a field, next four digits represent the identifier of a field and all other characters are the information itself;</li> | ||
+ | <li>Example: 00830001 - one row in a file | ||
+ | <ul> | ||
+ | <li>008 = length</li> | ||
+ | <li>3000 = identifier for Patient_ID</li> | ||
+ | <li>1 = ID of a patient</li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ol> | ||
+ | <p><a href="/images/BDT-Datensatzbeschreibung_3-0.pdf" target="_blank"><em>Please click here for more information.</em></a></p> | ||
+ | </blockquote> | ||
</td> | </td> | ||
</tr> | </tr> | ||
Line 59: | Line 114: | ||
<tbody> | <tbody> | ||
<tr> | <tr> | ||
− | <td style="text-align: right;"><a href="/index.php?title= | + | <td style="text-align: right;"><a href="/index.php?title=Import_and_Export_tools"> </a> |
+ | <p><a href="/index.php?title=Import_and_Export_tools"><span> </span></a><a style="font-size: small;" href="/index.php?title=Administrators_Support">Back to Administrators Support</a></p> | ||
+ | </td> | ||
+ | <td style="text-align: right;"><a href="/index.php?title=Import_and_Export_tools">Back to Import and Export tools</a></td> | ||
<td style="text-align: right;"><a href="#top">Back to top</a></td> | <td style="text-align: right;"><a href="#top">Back to top</a></td> | ||
</tr> | </tr> | ||
</tbody> | </tbody> | ||
</table> | </table> |
Latest revision as of 14:32, 7 August 2018
MedITEX LDT Importer will import data from another billing or lab program to the database being used for MedITEX, allowing basic information such as, patient and partner data, referrer information and lab results to be imported from different text-formatted files.
Contents |
Configuration
The following manual describes the main configuration possible with MedITEX LDT Importer.
<a href="/images/LDT_Importer.pdf"><img src="/images/plus48.png" alt="" width="48" height="48" /></a> | <a href="/images/LDT_Importer.pdf">Click here</a> to read the manual. |
File formats
The importing of data is only possible if a specific file format is delivered.
Demographics import
An example of demographics import file in MER format can be downloaded from the link below. This document contains data about two patients and their respective partners.
<img src="/images/plus48.png" alt="" width="48" height="48" /> |
<a href="/images/LDT_import_example.txt">Demographics import file (right-click "Save link as").</a> |
<img src="/images/plus48.png" alt="" width="48" height="48" /> | <a href="/images/List_of_main_fields_in_MedITEX_Patient_Demographics.xlsx">List of main fields in MedITEX Patient Demographics (right-click "Save link as").</a> |
Referrer import
An example of referrer import file in MER format can be downloaded from the link below. This document contains data about two referrers.
<img src="/images/plus48.png" alt="" width="48" height="48" /> | <a href="/images/LDT_Referrer_Import.txt">Referrer import file (right-click "Save link as").</a> |
Laboratory data import
An example of laboratory data import file in LDT format can be downloaded from the link below.
<img src="/images/plus48.png" alt="" width="48" height="48" /> | <a href="/images/LDT_LabData_Import.txt">Laboratory data import file (right-click "Save link as")</a> |
<img src="/images/hint129.png" alt="" width="129" height="129" /> |
MER format |
|
LDT/BDT format |
|
<a href="/index.php?title=Import_and_Export_tools"> </a>
<a href="/index.php?title=Import_and_Export_tools"> </a><a style="font-size: small;" href="/index.php?title=Administrators_Support">Back to Administrators Support</a> |
<a href="/index.php?title=Import_and_Export_tools">Back to Import and Export tools</a> | <a href="#top">Back to top</a> |