How to install MedITEX WebPortal2.0

From MedITEX - Wiki

(Difference between revisions)
Jump to: navigation, search
Line 233: Line 233:
 
</tbody>
 
</tbody>
 
</table>
 
</table>
 +
<p>&nbsp;</p>
 
<p>Select <strong>&ldquo;Port&rdquo;</strong> and click <strong>&ldquo;Next&rdquo;</strong></p>
 
<p>Select <strong>&ldquo;Port&rdquo;</strong> and click <strong>&ldquo;Next&rdquo;</strong></p>
 
<table style="margin-left: auto; margin-right: auto;" border="0" width="10" height="24">
 
<table style="margin-left: auto; margin-right: auto;" border="0" width="10" height="24">
Line 241: Line 242:
 
</tbody>
 
</tbody>
 
</table>
 
</table>
 +
<p>&nbsp;</p>
 
<p>Choose &ldquo;<strong>TCP</strong>&rdquo; and &ldquo;<strong>Specific local ports</strong>&rdquo; and set the port to <strong>8077</strong> or <strong>8443</strong>, depending on the port configured in the <strong>INI</strong> file.</p>
 
<p>Choose &ldquo;<strong>TCP</strong>&rdquo; and &ldquo;<strong>Specific local ports</strong>&rdquo; and set the port to <strong>8077</strong> or <strong>8443</strong>, depending on the port configured in the <strong>INI</strong> file.</p>
 
<table style="margin-left: auto; margin-right: auto;" border="0">
 
<table style="margin-left: auto; margin-right: auto;" border="0">
Line 250: Line 252:
 
</table>
 
</table>
 
<p>&nbsp;</p>
 
<p>&nbsp;</p>
 +
<p>Click <strong>&ldquo;Next&rdquo;</strong>.</p>
 +
<p>Specify the name and click <strong>&ldquo;Finish&rdquo;.</strong></p>
 +
<table style="margin-left: auto; margin-right: auto;" border="0">
 +
<tbody>
 +
<tr>
 +
<td><img src="/images/WebPortalRuleName.jpg" alt="" /></td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
<p>&nbsp;</p>
 +
<p>Repeat step 7 with <strong>&ldquo;Outbound Rules&rdquo;:</strong></p>
 +
<table style="margin-left: auto; margin-right: auto;" border="0">
 +
<tbody>
 +
<tr>
 +
<td><img src="/images/WebPortalOutboundRules.png" alt="" /></td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
<p>&nbsp;</p>
 +
<ol> </ol>
 +
<p>8. Now it is possible to access the MedITEX WebPortal in a browser with the following URL:</p>
 +
<ol> </ol>
 +
<p><a href="http://server-id:8077"><strong>http://server-id:8077</strong></a><strong> or </strong><a href="https://server-id:8443"><strong>https://server-id:8443</strong></a></p>
 +
<p>&nbsp;</p>
 +
<ol> </ol>
 +
<p>9. After finishing the installation, there is a possibility to adjust the WebPortal settings.</p>
 +
<ol> </ol>
 +
<p>Right-click on <strong>&ldquo;MedITEX_Webportal.ini&rdquo; -&gt; Edit</strong>.</p>
 +
<p>&nbsp;</p>
 +
<table style="margin-left: auto; margin-right: auto;" border="0">
 +
<tbody>
 +
<tr>
 +
<td>
 +
<p style="text-align: center;"><strong>[Areas]</strong></p>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td><img style="display: block; margin-left: auto; margin-right: auto;" src="/images/WebPortalAreas.PNG" alt="" /></td>
 +
</tr>
 +
<tr>
 +
<td>
 +
<p>Areas set to 1 are visible. To make it invisible, set it to 0.</p>
 +
</td>
 +
</tr>
 +
</tbody>
 +
</table>
 
<p>&nbsp;</p>
 
<p>&nbsp;</p>
 
<p>&nbsp;</p>
 
<p>&nbsp;</p>

Revision as of 11:05, 16 August 2016

MedITEX WebPortal2.0 instructions for clinical IT administrators

 

1. Right-click on the ZIP-file with WebPortal installation, choose “Extract All”, and save everything into a folder called “MediTEXWebPortal2.0”. In this manual, WebPortal will be created in CRITEX folder.

 

2. After extraction, right click on “FMsoft_uniGUI_Complete_runtime_*.exe” and choose “Run as administrator” to launch the installation.

<tbody> </tbody>
<img src="/images/WebPortal2.0Setup.jpg" alt="" />

 

3. Right-click on “mexWebPortal_Install.bat” -> Edit.

If necessary, change the highlighted path, to the current path of the newly created WebPortal folder and save it.

<tbody> </tbody>
<img src="/images/InstallPath.png" alt="" />

 

4. Right-click on “mexWebPortal_Uninstall.bat” -> Edit.

If necessary, change the highlighted path to the current path of the WebPortal folder and save it.

<tbody> </tbody>
<img src="/images/UninstallPath.png" alt="" />

 

5. Right-click on “MedITEX_Webportal.ini” -> Edit.

Adjust the configuration according to the instructions below:

 

<tbody> </tbody>
[DBConnection]
<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/WebPortalDBConnection.PNG" alt="" />
  • Database: alias or path to the database.
  • Fbclient: path to the Fbclient which is located in the MedITEXWebportal2.0 folder.
  • Server: the server where the Database is located.
  • Port: port open on Firebird where the database is installed.
  • CharacterSet: character set of the database. This information can be found in the “Recdate.ini” file inside the “MedITEX IVF” folder.

 

Hint: the port number defined in parameter Port, must be open on the firewall. If WebPortal is not installed directly in the same server as MedITEX, this port must be opened on both servers.

 

<tbody> </tbody>
[Server]
<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/WebPortalServer.png" alt="" />
  • Port: the port number can be set to 8077 for the normal connection or to 8443 for the secure connection.
  • URL: is the address used for the WebPortal (http:// or https://).

 

Please, do not modify the other fields in this section.

 

<tbody> </tbody>

[SMTP]

<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/WebPortalSMTP.PNG" alt="" />

This portion of the configuration corresponds to the email services provided by the portal.

  • Host: host name of the web client.
  • Port: number of the port defined in the web client.
  • FromName: name that will be displayed when receiving an email from the portal.
  • FromAddress: address that will be displayed when receiving an email from the portal.
  • Username: login for connection to the webclient.
  • Password: password for connection to the webclient.

 

<tbody> </tbody>

[Logout]

<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/WebPortalLogout.PNG" alt="" />
  • MintoLogout: if the session is inactive, the system will automatically logout the patient after the amount of minutes in this parameter.

 

<tbody> </tbody>

[CustomMeta]

<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/WebPortalCustomMeta.PNG" alt="" />

Meta tags (<meta>) used for authenticating the portal. This field is optional.

If more than one tag is being used, insert them after each other. For example:

<meta name:”Key1”…/><meta name:”Key2”…/>

 

<tbody> </tbody>

[SSLManager]

This portion of the configuration is used for inserting the certificates of the secure portal.

If the SSL is being used, the portion below has to be uncommented. To uncomment the lines, remove the semi-colon from the beginning of the text.

Create a folder called SSL under MedITEXWebPortal2.0 and put the SSL files under this folder.

To know how to create a .pem file for SSL Certificate Installations, follow the instructions on the link below:

<a title="fgsdfgsdfg" href="/index.php?title=How_to_create_a_.pem_File_for_SSL_Certificate_Installations">http://wiki.meditex-software.com/index.php?title=How_to_create_a_.pem_File_for_SSL_Certificate_Installations</a>

<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/WebPortalSSL.PNG" alt="" width="763" height="109" />
  • Enabled: if Enabled = 1, then SSL is activated. Otherwise, SSL will be disabled.
  • CertFile: path to the CertFile.
  • KeyFile: path to the KeyFile.
  • RootCertFile: path to the RootCertFile.
  • SSLPort: is the port used for the secure connection. This port has to be open in the firewall.

 

 

6. Right-click on “mexWebPortal_Install.bat”  -> Run as administrator

The Window below should be seen.

<tbody> </tbody>
<img src="/images/WebPortalInstallRun.jpg" alt="" />

 

7. Open the “Control Panel -> Windows Firewall -> Advanced settings”

Click on “Inbound Rules” and choose “New Rule…”

<tbody> </tbody>
<img src="/images/WebPortalInboundRules.png" alt="" />

 

Select “Port” and click “Next”

<tbody> </tbody>
<img src="/images/WebPortalNewRule.jpg" alt="" />

 

Choose “TCP” and “Specific local ports” and set the port to 8077 or 8443, depending on the port configured in the INI file.

<tbody> </tbody>
<img src="/images/WebPortalProtocolAndPorts.jpg" alt="" />

 

Click “Next”.

Specify the name and click “Finish”.

<tbody> </tbody>
<img src="/images/WebPortalRuleName.jpg" alt="" />

 

Repeat step 7 with “Outbound Rules”:

<tbody> </tbody>
<img src="/images/WebPortalOutboundRules.png" alt="" />

 

8. Now it is possible to access the MedITEX WebPortal in a browser with the following URL:

<a href="http://server-id:8077">http://server-id:8077</a> or <a href="https://server-id:8443">https://server-id:8443</a>

 

9. After finishing the installation, there is a possibility to adjust the WebPortal settings.

Right-click on “MedITEX_Webportal.ini” -> Edit.

 

<tbody> </tbody>

[Areas]

<img style="display: block; margin-left: auto; margin-right: auto;" src="/images/WebPortalAreas.PNG" alt="" />

Areas set to 1 are visible. To make it invisible, set it to 0.