How to install MedITEX WebPortal2.0

From MedITEX - Wiki

Revision as of 10:23, 28 September 2017 by SlJo (Talk | contribs)

Jump to: navigation, search

MedITEX Webportal Installation 

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.

 

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.

 

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.

 

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

Adjust the configuration according to the instructions below:

 

[DBConnection]
  • 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.

Please visit this link for more information.

 

[Server]
  • 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.

 

[SMTP]

This portion of the configuration is supplied by MedITEX IVF. It corresponds to the email services provided by the portal.

Click here to read more about the clinic email settings.

 

[Logout]

  • MintoLogout: if the session is inactive, the system will automatically logout the patient after the amount of minutes in this parameter.

 

[CustomMeta]

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”…/>

 

[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.

It is favorable to have the latest OpenSSL version for the installation. It can be downloaded from the link below:

https://www.openssl.org/

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 described here.

  • 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.

 

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

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

 

  • Select “Port” and click “Next”

 

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

 

  • Click “Next”.
  • Specify the name and click “Finish”.

 

  • Repeat step 7 with “Outbound Rules”:

 

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

http://server-id:8077 or https://server-id:8443

 

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

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

 

[Areas]

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

 

[Design]

The design of the WebPortal can be readjusted.

  • ActiveDesign should not be changed.
  • Theme, TouchTheme can be modified according to the parameters below.
Theme Options

Touch Theme Options

Theme = default  
Theme = blue  
Theme = gray
Theme = access  
Theme = neptune
Theme = bootstrap

TouchTheme = sencha-touch
TouchTheme = cupertino
TouchTheme = cupertino-classic
TouchTheme = mountainview
TouchTheme = tizen
TouchTheme = wp
TouchTheme = bb10


  • Header: header set to 1 is visible. To make it invisible, set it to 0.
  • MainBGColor: is the main color, used for the header, the navigator, the buttons, etc.
  • FontColor: is the main font color used in the navigator, buttons, but just if nothing is selected.
  • SelectedBGColor: is the background color which is shown when something is selected (button, tab sheet).
  • SelectedFontColor: is the font color which is shown when something is selected (button, tab sheet).

 

[Logo]

The logo of the WebPortal can be changed by substituting the file called “Logo” which is located in “C: \CRITEX\MedITEXWebportal2.0\img\desktop” for the desktop version or in “C: \CRITEX\MedITEXWebportal2.0\img\mobile” for the mobile version with a file of the same name.

For the desktop version, the logo dimensions should be (246x105), and for the mobile version, the dimensions should be (738x315).

 

MedITEX Webportal Integration

The hosting of MedITEX Webportal must be done on the website of the clinic.

According to your needs and specifications, it is possible to add a link to a specific section of your website, from where MedITEX Webportal should be accessed.

E.g.: a Patient Login section. When clicking on this link, a frame or a new tab sheet will open, redirecting patient to Webportal.

 

After installation of Webportal is completed, it will be accessible from an IP address or the server name.

 https://100.200.300.400:443 or https://domain.clinic.com:443

 

The accessibility of the server address must be configured by the clinic. The IP address should be static or the domain name should not be changed.

 

Once the address is configured, you can simply add a link to your website that will point to MedITEX Webportal. Below you can find a simple HTML example showing how this could be achieved:

 

<!doctype html>

  <html>

    <head>

        <title>Demo IVF Clinic</title>

    </head>

    <body>

        <p><href="https://100.200.300.400:443">Patient Login</a></p>

    </body>

  </html>

Back to Administrators support
Back to top