LDT Importer/HL7

From MedITEX - Wiki

(Difference between revisions)
Jump to: navigation, search
Line 95: Line 95:
 
<li>Each row in a file represents one field to be inserted;</li>
 
<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>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                
+
<li>Example: 00830001 - one row in a file                
 
<ul>
 
<ul>
 
<li>008 = length</li>
 
<li>008 = length</li>
Line 111: Line 111:
 
<tr>
 
<tr>
 
<td style="text-align: right;"><a href="/index.php?title=Import_and_Export_tools"> </a>
 
<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>&nbsp;</span></a><a style="font-size: small;" href="/index.php?title=Administrators_Support">Torna a Administrators Support</a></p>
+
<p><a href="/index.php?title=Import_and_Export_tools"><span>&nbsp;</span></a><a style="font-size: small;" href="/index.php?title=Administrators_Support">Torna a Pagina Principale</a></p>
 
</td>
 
</td>
<td style="text-align: right;"><a href="/index.php?title=Import_and_Export_tools">Torna a ack to Import and Export tools</a></td>
 
 
<td style="text-align: right;"><a href="#top">Inizio Pagina</a></td>
 
<td style="text-align: right;"><a href="#top">Inizio Pagina</a></td>
 
</tr>
 
</tr>
 
</tbody>
 
</tbody>
 
</table>
 
</table>

Revision as of 17:46, 18 May 2016

MedITEX LDT Importer permette di importare dati da altri programmi di fatturazione o di laboratorio al database utilizzato per MedITEX, ad esempio dati di pazienti e partner, informazioni relative ai medici di riferimento e risultati di laboratorio. 

Contents

Configurazione

Il seguente manuale descrive la configurazione base possibile con MedITEX LDT Importer.

<tbody> </tbody>
<a href="/images/LDT_Importer.pdf"><img src="/images/plus48.png" alt="" width="48" height="48" /></a> <a href="/images/LDT_Importer.pdf">Cliccare qui</a> per leggere il manuale.

 

Formati dei file

L'importazione dei dati è possibile solo se utilizza uno specifico formato di file.

 

Import dell'Anagrafica

Un esempio di file da importare per l'anagrafica in formato MER può essere scaricato dal seguente link. Questo documento contiene dati di due pazienti e dei rispettivi partner. 

<tbody> </tbody>
<img src="/images/plus48.png" alt="" width="48" height="48" />

<a href="/images/LDT_import_example.txt">File di import per Anagrafica (tasto destro per "Salva come").</a>

 

<tbody> </tbody>
<img src="/images/plus48.png" alt="" width="48" height="48" /> <a href="/images/List_of_main_fields_in_MedITEX_Patient_Demographics.xlsx">Lista dei campi principali in Anagrafica pazienti in MedITEX (tasto destro per "Salva come").</a>

Import dei Medici di riferimento

Un esempio di file da importare per i medici di riferimento in formato MER può essere scaricato dal seguente link. Il documento contiene dati di due medici di riferimento. 

<tbody> </tbody>
<img src="/images/plus48.png" alt="" width="48" height="48" /> <a href="/images/LDT_Referrer_Import.txt">File di import per Medici di Rif. (tasto destro per "Salva come").</a>

 

Import dei dati di laboratorio

Un esempio di file da importare per i dati di laboratorio in formato LDT può essere scaricato dal seguente link.

<tbody> </tbody>
<img src="/images/plus48.png" alt="" width="48" height="48" /> <a href="/images/LDT_LabData_Import.txt">File di import per dati di laboratorio  (tasto destro per "Salva come").</a>

 

<tbody> </tbody>
<img src="/images/hint129.png" alt="" width="129" height="129" />

formato MER 

  • Intestazione
  1. Field names cannot be changed;
  2. Field names must be separated by semicolon;
  • Dati
  1. Data needs to match the sequence of the header;
  2. Data needs to be between quotation marks;
  3. Each field needs to be separated by semicolon;
  4. If information is not available, leave content inside quotation marks empty (...;"";...);
  5. Each row after the header is one patient and one partner (if exists);

formato LDT/BDT 

  • Dati 
  1. Each row in a file represents one field to be inserted;
  2. 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;
  3. Example: 00830001 - one row in a file
    • 008 = length
    • 3000 = identifier for Patient_ID
    • 1 = ID of a patient
<tbody> </tbody>
<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">Torna a Pagina Principale</a>

<a href="#top">Inizio Pagina</a>