MedITEX API manual

From MedITEX - Wiki

(Difference between revisions)
Jump to: navigation, search
Line 8: Line 8:
 
<p>Obtained using the mexAPI.dll it is possible to get reports out of MedITEX IVF by calling the functions which are included in the DLL. It is also conceivable to control program functions in MedITEX IVF out of another program.</p>
 
<p>Obtained using the mexAPI.dll it is possible to get reports out of MedITEX IVF by calling the functions which are included in the DLL. It is also conceivable to control program functions in MedITEX IVF out of another program.</p>
 
<p>&nbsp;</p>
 
<p>&nbsp;</p>
<h2>ExportCSVData</h2>
+
<h3>ExportCSVData</h3>
<p><em>function ExportCSVData(</em><em>AUser, APassword: PAnsiChar; </em><em>AExportID: PAnsiChar; APathAndFile: PAnsiChar; AFilter: PAnsiChar = nil): Integer; stdcall;</em><em>&nbsp;</em></p>
+
<table border="0">
<p>&nbsp;</p>
+
<tbody>
 +
<tr>
 +
<td colspan="2">
 +
<p><em>function ExportCSVData(</em><em>AUser, APassword: PAnsiChar; </em><em>AExportID: PAnsiChar; APathAndFile: PAnsiChar; AFilter: PAnsiChar = nil): Integer; stdcall;</em><em> <br /></em></p>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td colspan="2">
 
<p>This function enables the export of files and reports out of MedITEX IVF with LDT. File format is CSV.</p>
 
<p>This function enables the export of files and reports out of MedITEX IVF with LDT. File format is CSV.</p>
<p>The function expected following transfer parameters:</p>
+
</td>
 +
</tr>
 +
<tr>
 +
<td>Parameters:</td>
 +
<td>
 
<ul>
 
<ul>
 
<li>AUser, APassword (PAnsiChar): A specific user in MedITEX IVF which can be used in external programs</li>
 
<li>AUser, APassword (PAnsiChar): A specific user in MedITEX IVF which can be used in external programs</li>
Line 19: Line 30:
 
<li>AFilter (PAnsiChar, optional): Filter condition for the export.</li>
 
<li>AFilter (PAnsiChar, optional): Filter condition for the export.</li>
 
</ul>
 
</ul>
<p>(z.B. Patient_ID = 1000 and dt_gewinnung &gt; &lsquo;01.01.2010&lsquo;)</p>
+
</td>
 +
</tr>
 +
<tr>
 +
<td>Example:</td>
 +
<td>Patient_ID = 1000 and dt_gewinnung &gt; '01.01.2010'</td>
 +
</tr>
 +
<tr>
 +
<td>Return type:</td>
 +
<td>
 
<p>The type of the return value is integer. The function returns 1 on success or -1 on failure.</p>
 
<p>The type of the return value is integer. The function returns 1 on success or -1 on failure.</p>
 +
</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
<p>&nbsp;</p>
 +
<p>&nbsp;</p>
 +
<p>&nbsp;</p>
 +
<p>&nbsp;</p>
 +
<ul>
 +
</ul>
 
<p>&nbsp;</p>
 
<p>&nbsp;</p>
 
<p>&nbsp;</p>
 
<p>&nbsp;</p>

Revision as of 15:52, 30 July 2013

<tbody> </tbody>
<img src="/images/Api1.png" alt="" width="765" height="196" />

Obtained using the mexAPI.dll it is possible to get reports out of MedITEX IVF by calling the functions which are included in the DLL. It is also conceivable to control program functions in MedITEX IVF out of another program.

 

ExportCSVData

<tbody> </tbody>

function ExportCSVData(AUser, APassword: PAnsiChar; AExportID: PAnsiChar; APathAndFile: PAnsiChar; AFilter: PAnsiChar = nil): Integer; stdcall;

This function enables the export of files and reports out of MedITEX IVF with LDT. File format is CSV.

Parameters:
  • AUser, APassword (PAnsiChar): A specific user in MedITEX IVF which can be used in external programs
  • AExportID (PAnsiChar): This is the ID of your report.
  • APathAndFile (PAnsiChar): Path where the file should be saved.
  • AFilter (PAnsiChar, optional): Filter condition for the export.
Example: Patient_ID = 1000 and dt_gewinnung > '01.01.2010'
Return type:

The type of the return value is integer. The function returns 1 on success or -1 on failure.

 

 

 

 

 

 

 

 

<tbody> </tbody>
<a href="/index.php?title=Main_Page">Back to MedITEX products</a> <a href="#top">Back to top</a>