-
Local name
— Required.
The name of the virus scanning namespace for Personal Community. (Subsequent examples in this documentation refer to the VirusScanner namespace.)
-
Network Name
— Required. The unique identifier for Personal Community on the network. The Installer Wizard populates this field with a string that is the network hostname, a colon, and the value of
Local name
, such as
VirusScanner
; you can, but are not required to, use this string.
-
Description
— Optional. Any additional information about the local copy of the virus scanner.
-
Disabled
— Whether or not the local copy of the virus scanner is available for use. This is enabled by default.
-
Production
— Required. The name of the business production for Personal Community. The Installer Wizard populates this field with a string that combines the value of
Local name
and the string
PKG:HSCOMMProduction
, such as
VirusScannerPKG:HSCOMMProduction
; you are not required to use this string.
-
Template
— Required. The template for the Personal Community production. Select the
HSPortal.Production.SampleProduction.VirusScannerProduction
template.
-
Alternate Database Location
— Optional. The default location for the production database,
IRIS.DAT
, is
installDir
/mgr/
localName
. To specify a location for the database other than the default, enter the alternate location in the
Alternate Database Location
field. If you specify an absolute location, then that location will be created if it does not exist. Your database will be in
alternateDatabaseLocation
/
localName
. If you specify a relative location then the database will be created in
installDir
/mgr/hslib/
alternateDatabaseLocation
/
localName
.
-
Registration ID
– Optional. A unique value that identifies this configuration. It will be generated automatically if you leave this field blank. If you wish to enter a specific value, you may enter it here. Once a configuration has been saved, this value cannot be changed.
-
Enter a Hub Host
— Required. The name of the machine where the Unified Care Record Registry is located.
-
Enter a Hub Port
— Required. The web server port number on which the Unified Care Record Registry accepts connections.
-
Enter a Hub Name
— Required. The namespace of the Unified Care Record Registry, such as
HSRegistry
.
-
Connect to Hub Securely
— Required if this is a production system. Optionally select it for a development or test system.
-
The web server on your Registry instance should be configured to only allow secure connections to the Registry.
-
You should have an SSL/TLS configuration on this instance that can communicate with the Unified Care Record Registry (see “
Using SSL/TLS
” in the “Setting Up Secure Communication in Unified Care Record” chapter of
Securing Unified Care Record Instances
). This SSL/TLS configuration should have the same name as the SSL/TLS configuration on the Unified Care Record Registry, as all instances in a federation share a single service registry, and the HSRegistry service registry identifies which SSL/TLS configuration to use.
Once you select
Connect to Hub Securely
, enter the SSL/TLS configuration in the
SSL Configuration
field that appears. Now, the Hub endpoint URL will be created using “https” rather than “http”, and the identified SSL/TLS configuration will allow the Gateway to connect to the Unified Care Record Registry securely at initial startup.
-
Initial Hub End Point
— Required. The web address for the HealthShare Registry. The Installer Wizard populates this field; you can, but are not required to, use the auto-populated string. The string is of the form:
protocol
://
registry-host
:
registry-port
/csp/healthshare/
registry-name
/services
/HS.Hub.HSWS.WebServices.cls
where the portions of the address in italics are:
-
protocol
—
https
or
http
, depending on whether you selected the
Connect to Hub Securely
option.
-
registry-host
— The name of the machine where the Unified Care Record Registry is located.
-
registry-port
— The port number on which the Unified Care Record Registry accepts connections.
-
registry-name
— The namespace of the Unified Care Record Registry.
For example, a Registry has an address such as:
http://RegistryHost:57772/csp/healthshare/HSREGISTRY/services/HS.Hub.HSWS.WebServices.cls