Previous Topic

Next Topic

Book Contents

SiteGroup

Purpose

Specifies a group of users who have access to a named site.

Note: The only way to remove a user from a group is through the Admin function of the InForm application. You cannot remove a user by running the MedML Installer utility.

Syntax

<SITEGROUP
    SITENAME="name">
    <USERREF* attributes/>
</SITEGROUP>

Attributes

SITENAME="name"

Name of the site to which the SiteGroup gives access. This name corresponds to the NAME attribute in the Site definition for the site. Required.

Children

A SiteGroup definition can include zero or more Userref definitions. Each Userref refers to a previously created User definition that identifies one InForm user.

Example

In the following example, users Marge and Jonah are assigned to a SiteGroup for the Beth Israel site.

<SITEGROUP SITENAME="Beth Israel">
    <USERREF USERNAME="Marge"/>
    <USERREF USERNAME="Jonah"/>
</SITEGROUP>

Send Feedback