NextGen Connect Training Installation Guide
NextGen Connect Training Installation Guide
This book is provided as part of the NextGen Connect Fundamentals Training, NextGen Connect
Fundamentals Certification Training, or NextGen Connect Advanced Certification Training class for the sole
purpose of the attendee’s personal training use. It is not available for sale or resale apart from attending
one of the aforementioned training classes hosted by NextGen Healthcare, Inc.
This document may not to be distributed, reproduced, transmitted, published or modified in any manor
without the express written permission of NextGen Healthcare, Inc.
All names, logos, images and marks appearing within these materials, except as otherwise noted, are
trademarks owned or used under license by NextGen Healthcare, Inc. The use or misuse of these
trademarks or any other content is strictly prohibited.
The information in this book is to be used strictly for training purposes only. Neither NextGen Healthcare,
Inc. nor the author of this book assume any responsibility for any errors or omissions, or for damages
resulting from the use of the information contained herein.
All of the files necessary for setup of the NextGen Connect Fundamentals training environment are available
on the USB drive that was provided to you during the training class. This guide assumes that you have that
USB drive available. Note, however, that all of the application setup files contained on the training USB
drive are also publicly available on the websites for each product. Each section in this guide indicates the
website from which you can download each application setup file. This allows you to download newer
version of the various applications, as applicable.
Because newer versions of the applications will become available, this guide uses a generic format when
indicating the name of the setup file for the application. For example, instead of providing the actual name
of the setup file for a particular version of NextGen Connect, such as mirthconnect-3.5.2.b204-windows-
x64.exe, the guide will name it as mirthconnect-X.Y.Z.bABC-windows-x64.exe.
Note that some applications require the prior installation of another application. For example, NextGen
Connect requires that the Java Runtime Environment (JRE) be installed already. For this reason, it is
recommended that you install the applications in the order specified in this guide.
File Setup
1. View the folders in USB drive in Windows Explorer (Figure 2-1)
2. Make a subdirectory in the C: drive at the root level (C:\) named “Training”
3. Copy the contents of USB drive to the new “\Training” folder. It should now look like Figure 2-2:
4. Right-click the Command Prompt icon in the Taskbar, and select “Properties” from thee context menu
5. In the Command Prompt Properties dialog that appears (Figure 2-6), select the Shortcut tab if not
already selected
6. Modify the path in “Start in” to "%HOMEDRIVE%\Program Files\Mirth Connect" (including quotes)
Services Setup
1. In the Windows Start menu, select All Programs > Administrative Tools
2. In the Administrative Tools folder, right-click on Services, and choose “Pin to Taskbar” from the context
menu
The setup file for the Java Runtime Environment (JRE) is available in “/Training/Setup Files”. The 64-bit
setup file for Java is named as follows:
• jre-WuXYZ-windows-x64.exe
Note: During this installation guide, we avoid providing the version of application. Install the available version
provided in your Setup Files folder, simply replace the WXYZ with proper version numbers.
For information about which version of Java is required for a particular version of Connect, please visit
http://www.mirthcorp.com/community/wiki/display/mirth/System+Requirements.
The latest version of the Java Runtime Environment (JRE) can be downloaded from:
https://java.com/en/download/manual.jsp.
Installation Process
1. Execute the JRE setup file. Once the installer starts, it will display the Welcome page of the Setup
Wizard (Figure 3-1)
2. On the Welcome page, there is an option to change the destination folder. However, this is not
necessary. Leave that option unchecked and click the Install button. This will begin the installation
process. You can see the progress of the installation, as shown in Figure 3-2.
3. Once the installation process is complete (Figure 3-3), click the Close button to close the Setup Wizard.
4. (Optional) If you would like to verify that you have correctly installed Java, and your system recognizes
the correct version, you can do so from the Command Prompt
a. Open the Command Prompt window by selecting All Programs > Accessories > Command Prompt
from the Windows Start menu (or launch Command Prompt from the Taskbar, if configured as in
Initial Setup)
b. At the command prompt in the window that opens, type java –version and press the Enter key
c. Java should respond by outputting the version information of the Java Runtime Environment that you
just installed (Figure 3-4)
• mirthconnect-X.Y.Z.bABC-windows-x64.exe
Installation Process
1. Open the installer. Once the installer starts, it will display the Welcome page of the Setup Wizard
(Figure 4-1). Click the Next button to proceed
2. Next, the Setup Wizard will ask you to accept the license agreement (Figure 4-2). Verify that the “I
accept the agreement” radio button is selected and click Next to proceed to the next step
3. Next, the Setup Wizard will ask you to specify the folder where Connect will be installed (Figure 4-3). By
default, it installs Connect to “C:\Program Files\Mirth Connect”. Leave the destination directory as the
default path and click Next to proceed
4. Next, the Setup Wizard will ask which components you want to install (Figure 4-4). Leave all
components selected and click the Next to proceed.
5. Next, the Setup Wizard will ask if you want to create a Start Menu folder, and if so, what you want to call
it (Figure 4-5). Leave all settings as their defaults and click Next to proceed.
6. Next, you will need to specify the network ports used by Connect (Figure 4-6). By default, these values
are 8080 for the Web Start Port, and 8443 for the Administrator port. Unless you have another
application running on your computer that uses either of those ports, leave these values as the defaults.
Otherwise, change either port value as necessary. Click Next to proceed.
7. Depending on your security settings, you may receive a warning, as shown below in Figure 4-7. If you
see this warning dialog:
a. Check the box for “Private networks, such as my home or work network”
b. Un-check the box for “Public networks, such as those in airports and coffee shops”
c. Click the Allow access button
8. Next, the Setup Wizard will ask to you specify the password requirements for Mirth Connect users
(Figure 4-8). Leave all settings as their defaults (a value of zero for each setting) and click Next to
proceed.
9. Next, the Setup Wizard will ask you to specify the paths for the Application Data and Logs directories
(Figure 4-9). Leave the default paths and click Next to proceed.
10. Next, the Setup Wizard will ask if you wish to install the Connect server as a service (Figure 4-10).
Verify that the Install service box is checked and click Next to begin the installation process.
11. As Connect is installing, the Setup Wizard will display the progress (Figure 4-11). Allow the installation
to complete.
12. Once installation is complete, the Setup Wizard will ask if you want to run the Connect Server Manager
or view the README file (Figure 4-12). Uncheck only the box for viewing the README file. Click Finish
to complete the setup.
Note that installation of Notepad++ is optional. If you would prefer, you could instead use Windows’ built-in
text editor, Notepad, or use a different text editor of your choice. Notepad++, however, has many distinct
advantages over Notepad. One problem with Notepad is that it will only properly display new lines if the file
the defined Windows newline characters, CRLF (carriage return, followed by a line feed). However, HL7
message files will typically only contain CR characters, as that is the standard HL7 segment delimiter.
Notepad++ recognizes all of the common newline characters combinations (CR, LF, CRLF).
Notepad++ also includes other useful features, such as syntax highlighting and code completion based on
file type.
Installation Process
1. Open the installer for Notepad++. Once the installer starts, it will ask which language you wish to use for
the installer (Figure 5-1).
2. Select your desired language and click the OK button to proceed. This will display the installer’s
Welcome page (Figure 5-2). Click Next button to proceed.
3. Next, the Installer will ask you to accept the license agreement (Figure 5-3). Click the “I Agree” button to
accept the agreement and continue to the next step.
4. The next page of the installer asks for the folder path for where you would like to install Notepad++
(Figure 5-4). Leave the folder path as the default and click Next to continue.
5. Next, the installer will ask which components you want to install (Figure 5-5). Leave the default
selections and click Next to continue.
6. On the Choose Components page (Figure 5-6), check the box for “Create Shortcut on Desktop”
7. Click the Install button to begin the installation process (Figure 5-7)
8. Once the installation completes, the final page of the setup wizard will appear (Figure 5-8). Leave the
box for Run Notepad++ checked and click Finish to close the installer. Proceed to the next section to
customize your Notepad++ settings.
Notepad++ Customization
Once the installation process completes, Notepad++ will open. You will now need to change the
configuration for Notepad++ to add some file associations. This will allow the files that we commonly view in
the training class to automatically open in Notepad++.
1. In Notepad++, open the configuration preferences by selecting Preferences… from the Settings menu.
This displays the Preferences dialog (Figure 5-9).
2. In the list box on the left-hand side of the Preferences dialog, select File Association. This displays the
file association options for Notepad++ (Figure 5-10).
3. For each extension category and associated extensions listed below in Table 5-1, perform the following
steps:
Extension Extensions
Category
Notepad .txt, .log
Web script .js, .xml
Fortran, TeX, SQL .sql
Table 5-1 Standard File Extensions
a. In the dialog’s list box that appears directly below the “Supported exts:” label, click the category
listed in the Extension Category column of Table 5-1. You will now see the available extensions for
that category listed in the box just to the right of the category box. For example, upon selecting
“Notepad”, you should see “.txt”, “.log”, and “.ini”.
b. For each extension listed in the Extensions column of Table 5-1, click the extension to select it and
then click the right arrow button (->) to add it to the “Registered exts:” list.
4. Add the necessary custom file associations
a. In the dialog’s list box that appears directly below the “Supported exts:” label, select
“customize”category
b. In the small text box to the right of the category list, type .hl7
c. Click the right arrow button (->) to add the extension to the “Registered exts” list
d. Repeat steps b and c above to also add these extensions:
• .csv
• .properties
5. Verify that the following extensions now appear in the “Registered extensions” list box in the dialog, as
shown in Figure 5-11:
.txt, .log, .js, .xml, .sql, .hl7, .csv, .properties
For more information about using HL7 Inspector, and to download the latest version, visit
http://www.elomagic.de.
Installation Process
1. Open the installer for HL7 Inspector. Once the installer starts, it will display the Welcome page of the
Setup Wizard (Figure 6-1). Click the Next button to proceed.
2. Next, the Setup Wizard will ask you to accept the license agreement (Figure 6-2). Click the “I Agree”
button to proceed to the next step.
3. Next, the Setup Wizard will ask you which components to install (Figure 6-3). There is actually nothing
to change on this page, so just click Next to proceed.
5. Upon completion of the installation, you will see the Installation finished page of the Setup Wizard
(Figure 6-5). Click Next.
6. Finally, the Setup Wizard displays a page indicating that installation is complete (Figure 6-6). Leave the
box for “Run elomagic HL7 Inspector…” checked, and then click Finish to close the setup application.
Proceed to the next section to customize HL7 Inspector.
1. If HL7 Inspector did not automatically open when the installer completed, open it from the Windows Start
Menu, by selecting All Programs > HL7 Inspector > HL7 Inspector.
2. If HL7 Inspector opens properly, skip to Step 4 on page 28
3. If you see the Missing Shortcut dialog shown below in Figure 6-7, fix the shortcut by performing the
following steps:
c. If Windows is unable to automatically find the Java executable, you will need to manually browse to
it. Using the Explorer folder browser (Figure 6-9), browse to the location of the javaw.exe file. If you
used the default directory when installing Java in chapter 3, this path will be C:\Program
Files\Java\jreX\bin.
d. Once you find the javaw.exe file, select it and click the Open button. HL7 Inspector should now
open.
4. Pin HL7 Inspector to the Windows Taskbar (optional)
a. Find the HL7 Inspector application in the Windows Start Menu (All Programs > HL7 Inspector)
b. Right-click the menu item for the HL7 Inspector application
c. Select Pin to Taskbar from the context menu
d. You should now see HL7 Inspector in your Taskbar
• FileZilla_Server-X_Y_ZZ.exe
For more information about using FileZilla Server, and to download the latest version, visit:
http://filezilla-project.org.
Installation Process
1. Open the installer for FileZilla Server. Once the installer starts, it will display the License Agreement
page of the Setup Wizard (Figure 7-1). Click the “I Agree” button to continue.
2. Next, the Setup Wizard will ask you which components to install (Figure 7-2). Leave the default
selections and click Next to proceed.
3. Next, the Setup Wizard will ask you to specify the folder where FileZilla Server will be installed (Figure
7-3). Leave the destination directory as the default path and click Next to proceed.
4. Next, the Setup Wizard will ask for the startup settings for the server (Figure 7-4). Leave all settings as
the default values and click Next to proceed.
5. Next, the Setup Wizard will ask for the startup settings for the server’s user interface (Figure 7-5). Leave
all settings as the default values and click Install to begin the installation process (Figure 7-6).
6. Finally, the Setup Wizard will indicate that the installation process is complete (Figure 7-7). Click Close
to close the installer. After a few seconds, the user interface for the FileZilla Server should open.
Proceed to the next section to perform the required customizations for the FileZilla Server.
1. Using Windows Explorer, create a home directory for your FTP user. For example, “C:\FTP\home”.
6. In the Page list on the left-hand side of the Users dialog, ensure that “General” is selected
7. Click the Add button underneath the empty Users list on the right-hand side of the dialog. This will open
the Add user account dialog (Figure 7-11)
8. In the dialog’s text field, type the name of the FTP user that you’d like to create. This can be any name
that you would like. However, to correspond to the lab book, use sX, where X is the student number that
were assigned for the class. For example, if your student number is 13, type s13
9. Click OK to close the dialog and add the user. You should now see the user listed in the Users dialog
(Figure 7-12)
10. Under Account Settings, check the Password box and type a password for the user. This can be any
password you choose. However, to correspond with the lab book, type abc12345
11. Next, assign the user’s home folder
a. With the Users dialog still open, select “Shared folders” in the Page list on the left-hand side of the
dialog (Figure 7-13)
c. Browse to the folder created in Step 1, select it, and click OK to save the selection
d. You should now see the folder path appear in the Shared folders list (Figure 7-15)
Figure 7-15 FileZilla Server Interface - Shared Folders with Home Directory
e. Check all of the boxes listed under Files and Directories to the right of the Shared folders list, as
shown in Figure 7-15
f. Click OK to close the dialog and save the settings
12. Close the FileZilla Server Interface to complete the setup
• FileZilla_W.X.Y.Z_win64-setup.exe
For more information about using FileZilla, and to download the latest version, visit http://filezilla-project.org.
Installation Process
1. Open the installer for FileZilla. Once the installer starts, it will display the License Agreement page of
the Setup Wizard (Figure 8-1) Click the “I Agree” button to continue.
2. Next, the Setup Wizard will ask for which users the application should be installed (Figure 8-2). Leave
as the default setting (for all users) and click Next to proceed.
3. Next, the Setup Wizard will ask you which components to install (Figure 8-3). In addition to the
components that are selected by default (Icon sets, Language files, and Shell Extension), select Desktop
Icon. Click Next to proceed.
4. Next, the Setup Wizard will ask you to specify the folder where FileZilla Server will be installed (Figure
8-4). Leave the destination directory as the default path and click Next to proceed.
5. Next, the Setup Wizard will ask for the Start Menu folder into which to place the application’s shortcuts
(Figure 8-5). Leave as the default (FileZilla FTP Client) and click Install to begin the installation process
(Figure 8-6).
6. Finally, the Setup Wizard will indicate that the installation process is complete (Figure 8-7). Uncheck the
box for “Start FileZilla now” and click Close to close the installer.
• postgresql-W.X.Y-Z-windows-x64.exe
For more information about PostgreSQL, as well as the latest release downloads, visit www.postgresql.com.
Installation Process
1. Open the installer on your system. Once the installer starts, it will display the Welcome page of the
Setup Wizard (Figure 9-1). Click Next to proceed.
2. Next, the Setup Wizard will ask you to specify the installation directory for PostgreSQL (Figure 9-2).
Leave the directory path as the default and click Next to proceed to the next step.
3. Next, the Setup Wizard will ask you to specify the data directory for the database’s data files (Figure
9-3). Leave the directory path as the default and click Next to proceed.
4. Next, you will need to specify a password for the database superuser (postgres) (Figure 9-4)
a. Type the password abc12345 (or another password of your choice) in the Password text box
5. Next, the Setup Wizard will ask you to specify the listening port for the server (Figure 9-5). Leave this
setting as the default value of 5432 and click Next to proceed.
7. PostgreSQL is now ready to install (Figure 9-7). Click Next to continue with installation.
9. On the Setup Wizard’s final page, you will be asked if you would now like to launch Stack Builder (Figure
9-9). Stack Builder is used to install additional tools, drivers and applications. However, these are not
needed for the Connect Training installation. Un-check the box for Stack Builder and click Finish to
complete the installation and close the Setup Wizard.
PostgreSQL Customization
Once the installation process completes, you will need to use an application called pgAdmin III to add a
database user and two database instances used in the training class. The pgAdmin III application was
automatically installed as part of the process that you just completed.
Note: It is important that enter the values as specified in all of the following steps, as these same values are
used in the labs, as well as other configurations.
1. Launch the pgAdmin III application by selecting Start > All Programs > PostgreSQL X.Y > pgAdmin III
from the Windows Start menu (Figure 9-10).
2. In the Object browser tree in the left-hand pane, select the server named PostgreSQL X.Y
(localhost:5432). Right-click on the server and select Connect from the context menu.
3. In the dialog that appears, type the password that you set in Step 4 of the installation process (page
422), and click OK (Figure 9-11)
4. You should now see components of your database server displayed in the Object browser tree beneath
the server node “PostgreSQL X.Y (localhost:5432)” (Figure 9-12)
d. Next, set the privileges for the login role by clicking the Role privileges tab. Check the Superuser
box and leave all other options as their defaults. The selections should now appear as in Figure
9-15.
e. Click OK to save the changes and close the dialog. You should now see mirthtraining as a login role
in the Object browser tree.
6. Next, create the mirthtraining database
a. In the Object browser tree, right-click on the Databases object, and select “New Database…” from
the context menu. This opens the New Database dialog (Figure 9-16)
• squirrel-sql-X.Y.Z-standard.jar
For more information about SQuirreL SQL Client, as well as the latest release downloads, visit
http://squirrel-sql.sourceforge.net.
Included in the setup for SQuirreL SQL Client are the following sub-sections:
• Installation
• Configuration
o Adding drivers
o Adding database aliases
• Create Database Tables
o Executing scripts to create required tables
Installation Process
1. Execute the installer for SQuirreL SQL Client. Once the installer starts, it will display the Welcome page
of the Setup Wizard (Figure 10-1). Click Next to proceed.
3. Next, the Setup Wizard will ask you to specify the folder where SQuirreL SQL Client will be installed
(Figure 10-3). Leave the installation path as the default value and click Next.
5. Next, the Setup Wizard will ask you to select which optional components you wish to include in the
installation (Figure 10-5). In addition to the default selection (Standard), select the following two
components:
• Optional Plugin – Derby
• Optional Plugin - PostgreSQL
7. Once the installation progress indicates that the installation is finished (Figure 10-7), click Next to
proceed with post-installation options.
8. The Setup Wizard will now ask you to specify the options for creating shortcuts (Figure 10-8). Check the
box for “Create additional shortcuts on the desktop” and leave all of the other settings as their defaults.
Click Next to proceed.
9. Finally, the Setup Wizard will indicate that the installation process is complete (Figure 10-9). Click Done
to close the installer.
Figure 10-10 SQuirreL SQL Client – SQuirreL SQL Client Help (Welcome Page)
3. Once you dismiss the Help window, you will see the main window in SQuirreL (Figure 10-11)
4. Click the Drivers tab along the left side of the Window to open the Driver panel (Figure 10-12)
Figure 10-13 SQuirreL SQL Client – Change Driver Dialog for Apache Derby Driver
8. Click Add and use the file browser to navigate to the following path:
C:\Program Files\Mirth Connect\server-lib\database
9. Choose the driver file for Derby with name derby-W.X.Y.Z.jar in that folder (Figure 10-15), and click
Open
Figure 10-15 SQuirreL SQL Client – Selecting the Apache Derby Driver File
10. You should now see the path to the driver file listed in the Extra Class Path tab (Figure 10-16). Click OK
to confirm the changes close the dialog.
11. In the Drivers list, you should now see a checkmark beside the Apache Embedded driver indicating that
you have configured a valid driver file (Figure 10-17)
Figure 10-17 SQuirreL SQL Client – Apache Derby Embedded Driver Enabled
12. Next, configure the driver for PostgreSQL. In the Drivers list, select “PostgreSQL” (Figure 10-18)
13. To modify the PostgreSQL driver, click the tool button with the pencil just above the list of drivers. This
will display the Change Driver dialog for the PostgreSQL driver (Figure 10-19)
Figure 10-19 SQuirreL SQL Client – Change Driver Dialog Driver for PostgreSQL
15. Click Add and use the file browser to navigate to the following path:
\Program Files\Mirth Connect\server-lib\database
Note: The file browser should already be in the database folder if you already added the Apache Derby
driver
16. Choose the driver for PostgreSQL with name postgresql-W.X.Y.jdbcZ.jar in that folder (Figure 10-21),
and click Open
Figure 10-21 SQuirreL SQL Client – Selecting the PostgreSQL Driver File
18. In the Drivers list, you should now see a checkmark beside the PostgreSQL driver indicating that you
have configured a valid driver file (Figure 10-23)
7. In this folder, you should see a file named “SQLAliases23.xml”. Press Ctrl+V to paste the version of this
file that you copied from the zip file in Step 5 on page 65 to overwrite this file. When Windows displays a
prompt indicating that the file already exists, click “Copy and Replace” to overwrite the existing file.
8. Open SQuirreL SQL Client once again. In the Aliases panel, you should now see four database aliases
listed, as shown in Figure 10-26:
Figure 10-26 SQuirreL SQL Client – Database Aliases for Connect Training
2. In the Aliases toolbar, click the Connect button. This is the leftmost button in the toolbar that looks like a
plug. Alternatively, you can right-click on the alias and select Connect from the context menu that
appears.
3. In the dialog that appears (Figure 10-28), click Connect. There is no need to change the User or
Password information.
Figure 10-28 SQuirreL SQL Client – Connecting to the Mirth Training Database
9. Select all of the text in the SQL editor, and execute the script by either clicking the Run SQL button in
the SQL editor toolbar (the button the looks like a man running) or by pressing Ctrl+Enter
10. Delete all of the script text in the SQL editor
11. Repeat Steps 6-10 for the files “New Patients Table.sql” and “Languages Table.sql”, also found in
“\Training\SQL”
Please note Adobe Acrobat Reader is commonly pre-installed on many computers. Before beginning the
installation process for Adobe Acrobat Reader, check to see if it is already available on your computer.
The name of the setup file for Adobe Acrobat Reader is as follows:
For more information about using Adobe Acrobat Reader, and to download the latest version, visit
https://get.adobe.com/reader/.
Installation Process
1. Open the installer for Adobe Acrobat Reader. Once the installer starts, the wizard will prepare for
installation by extracting the required files (Figure 11-1)
2. Once the installation files have been extracted, the setup wizard will ask if you want to change the
installation folder (Figure 11-3). Leave the destination folder as the default and click Install to proceed
with the installation.
3. The setup wizard will then begin the installation process, and display the progress (Figure 11-3)
4. Once setup is complete (Figure 11-4), click Finish to exit the installer
• putty-X.Y-installer.exe
For more information about using PuTTY, and to download the latest version, visit http://www.putty.org.
Installation Process
1. Open the installer for PuTTY. Once the installer starts, it will display the Welcome page of the Setup
Wizard (Figure 12-1). Click Next to continue.
2. Next, the Setup Wizard will ask you to specify the folder where PuTTY will be installed (Figure 12-2).
Leave the destination directory as the default folder and click Next to proceed.
3. The Setup Wizard will then ask you to select the Start menu folder (Figure 12-3). Keep the default value
and click Next to proceed.
4. Next, the Setup Wizard will ask you to select any additional tasks to be performed as part of setup
(Figure 12-4). Select “Create a desktop icon for PuTTY” and “For all users”. Also select “Create a Quick
Launch icon for PuTTY (current user only)”. Leave all other settings as their defaults. Click Next to
proceed.
5. The Setup Wizard will now show the selected settings and indicate that it is ready to install (Figure 12-5).
Click Install to begin the installation
6. The Setup Wizard will display the progress of the installation (Figure 12-6)
7. Finally, the Setup Wizard will complete installation (Figure 12-7). Un-check the option to “View
README.txt” and click Finish to exit the installer.
For more information about using iReasoning MIB Browser, and to download the latest version, visit
http://www.ireasoning.com/mibbrowser.shtml
Installation Process
1. Open the installer for iReasoning MIB Browser. The Setup Wizard will ask you to accept the license
agreement (Figure 13-1). Click “I Agree”.
2. Next, the Setup Wizard will ask you which components you wish to install (Figure 13-2). Keep the
default selections and click Next.
3. Next, the Setup Wizard will ask you to select the installation location (Figure 13-3). Keep the default
path and click Install to begin the installation process.
4. The Setup Wizard will display the progress of the installation (Figure 13-4)
5. Once the installation process has completed (Figure 13-5), click Close to exit the Setup Wizard
6. Upon closing the Setup Wizard, you will be prompted to launch MID Browser (Figure 13-6). Click No.