Configuring Same Unit Name in Different Sites

To configure a same unit name in different sites, a new normalizer file (8Site.xml) for site is added to the existing list of normalizers. The site name is mapped in the normalizer file of the Nurse Call Connector. The port number of the Nurse Call System is used to map the site name. The normalizer file is located in C:\<Vocera>\CWE\Vocera Nurse Call Connector\Config\Normalizer, where <Vocera> is the folder in which you have installed CWE.

This feature was earlier supported only in the Voice Server.

Provide the normalizer parameters for the unit name such as the port number.

The following is a sample normalizer file for site.

<normalizer version="1.0.0">
    <entry>
    <format>$Site</format>
        <node>
            <input>$Port</input>
            <pattern>3100</pattern>
            <variables>$Site</variables>
        <node>
            <input>Site1</input>
            <pattern>.*</pattern>
            <variables>$Site</variables>
        </node>
        </node>
         <node>
            <input>$Port</input>
            <pattern>3200</pattern>
            <variables>$Site</variables>
        <node>
            <input>Site2</input>
            <pattern>.*</pattern>
            <variables>$Site</variables>
        </node>
        </node>
    </entry>
</normalizer>