HL7 Exporter
From MedITEX - Wiki
(2 intermediate revisions by one user not shown) | |||
Line 168: | Line 168: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td | + | <td><img style="display: block; margin-left: auto; margin-right: auto;" src="/images/HL7Exporter14.png" alt="" width="695" height="563" /></td> |
− | + | ||
− | </td> | + | |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 195: | Line 193: | ||
<tbody> | <tbody> | ||
<tr> | <tr> | ||
− | <td>[[Image:HL7Exporter8.png|none| | + | <td>[[Image:HL7Exporter8.png|none|740px|thumb|left|link=http://wiki.meditex-software.com/images/HL7Exporter8.png|]]</td> |
− | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>[[Image:HL7Exporter9.png|none| | + | <td>[[Image:HL7Exporter9.png|none|740px|thumb|left|link=http://wiki.meditex-software.com/images/HL7Exporter9.png|]]</td> |
− | + | ||
</tr> | </tr> | ||
</tbody> | </tbody> | ||
Line 219: | Line 215: | ||
<tbody> | <tbody> | ||
<tr> | <tr> | ||
− | <td style="text-align: right;"><a href="/index.php?title= | + | <td class="mceSelected" 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:35, 6 June 2014
MedITEX HL7 Exporter helps you on exporting data from your datebase. This page is intended to help you with configuration and usability of this tool.
Contents |
Main window
This is HL7 Exporter main window. Here you can see all patients currently in your database, view protocols and export data.
<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/HL7Exporter1.png" alt="" width="600" height="394" /> |
Configuration
Clicking on Configuration at the top of the window, the following window will open:
This window is separated into four tabs: Settings, HL7/Export, Databiding and MSH.
Settings
<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/HL7Exporter2.png" alt="" /> |
Centre: name of your clinic. Centre code: identification number given to your clinic. HL7 messages: choose if the exported data will be saved on this computer or sent via TCP-IP. SQL Statement for data collection: editor to create the Select statement which will be linked to the HL7 message creator. The SQL statement must export parameter PKEY and can – in addition – export PKEY2 if nescessary. You can delete the Automatic JL7 export: activate this option to automatically export data. After any insert, update or delete of patient information, HL7 Exporter will automatically generate the data file. Turn-off this option by clicking on the Deactivate button. UDF: necessary for the automatic export. Contact support for the latest "dll" file. Password: in order to open this configuration window, you need to enter this password. To change it, click on the Edit button (paper/pencil). |
HL7/Export
<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/HL7Exporter3.png" alt="" width="538" height="428" /> |
HL7: settings for the HL7. For more information, visit <a href="http://www.hl7.org/documentcenter/public/wg/conf/Msgadt.pdf">this link</a>. Check the option Segment separation with CRLF in order to have the messages idented, otherwise it will be displayed in one line. Export file: path where the exported file will be saved. IP address, Port: IP address and port for sending the file via TCP-IP. |
Databiding
<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/HL7Exporter4.png" alt="" /> |
Each row represents a selected field from the SQL statement, including PRTINFO (<a href="/index.php?title=HL7_Exporter#Protocol">click here</a> for more information). Double-click a row and enter the wanted HL7 message section where the current field value should be placed. Use a dash (-) instead of dots to define the HL7 position, for example: PID-4-1. Click on find possible ADT structures to get a list of structure names that fit the list of your export segments and positions. |
MSH
The purpose of this tab is to make sure that the selected message types and structures result in a well formatted HL7 message.
Click on Create HL7 message to create a randomized message (insert/update/delete) with a randomly selected patient from your database. In order to test this message, copy it to your HL7 client.
<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/HL7Exporter7.png" alt="" /> |
Edit
In order to open the Edit - Tables - Views - Triggers - Procedures window, you need to click on the button Create/Edit at the Configuration window.
<img src="/images/CreateEdit.png" alt="" width="108" height="23" /> |
This is the editor for the Select statement. Two tabs are displayed: Editor and GRID.
Editor
On this tab, you can write Select statements.
Click on Execute to run and save.
<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/HL7Exporter11.png" alt="" width="695" height="563" /> |
This Editor is enhanced with a sintax highlighter in order to make editing easier. In addition, it contains the following features:
Auto-complete. Press Ctrl-Space to activate this feature. |
<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/HL7Exporter17.png" alt="" width="695" height="563" /> |
QM-Button. Right-click on the editor to open the menu. |
<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/HL7Exporter18.png" alt="" width="695" height="563" /> |
Navigation. You can navigate between procedures, tables and triggers within the editor. Double-click a green underlined sintax to activate this feature. |
<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/HL7Exporter16.png" alt="" width="695" height="563" /> |
GRID
The GRID tab is where the resulted Select statement will be displayed. It has many diffent viewing options:
Horizontal grid. |
<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/HL7Exporter12.png" alt="" width="695" height="563" /> |
Vertical grid. |
<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/HL7Exporter13.png" alt="" width="695" height="563" /> |
In the Vertical grid you can further customise the screen:
Banded Record view. |
<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/HL7Exporter14.png" alt="" width="695" height="563" /> |
Multi Record view |
<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/HL7Exporter15.png" alt="" width="695" height="563" /> |
You can change between patients through the navigation bar.
<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/HL7Exporter19.png" alt="" width="140" height="25" /> |
Protocol
In order to open the Protocol editor window, you need to click on the Protocol option on the top menu .
This window is devided in two tabs: Latest protocol and List of all protocols.
The text displayed in green is the PRTINFO described in the <a href="/index.php?title=HL7_Exporter#Databiding">Databinding</a> section.
About
On the Program version info you can see the current version number, send an email to MedITEX Support and open our webpage.
<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/HL7Exporter10.png" alt="" width="402" height="449" /> |
<a href="/index.php?title=Import_and_Export_tools">Back to Import and Export tools</a> | <a href="#top">Back to top</a> |