MedITEX API manual
From MedITEX - Wiki
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> </p> | <p> </p> | ||
− | < | + | <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> | + | <table border="0"> |
− | < | + | <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> | ||
− | < | + | </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> | ||
− | < | + | </td> |
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Example:</td> | ||
+ | <td>Patient_ID = 1000 and dt_gewinnung > '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> </p> | ||
+ | <p> </p> | ||
+ | <p> </p> | ||
+ | <p> </p> | ||
+ | <ul> | ||
+ | </ul> | ||
<p> </p> | <p> </p> | ||
<p> </p> | <p> </p> |
Revision as of 14:52, 30 July 2013
<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
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: |
|
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. |
<a href="/index.php?title=Main_Page">Back to MedITEX products</a> | <a href="#top">Back to top</a> |