Previous Topic

Next Topic

Book Contents

Creating a sponsor

Create a sponsor definition for the organization sponsoring the trial. The syntax of the SPONSOR tag is shown below.

<SPONSOR

NAME="name"
[PROGRAM="program-name of trial"]
[THERAPEUTICAREA="therapeutic area of trial"]
[NOTE="notes"]
[ADDRESS="addr1"]
[ADDRESS2="addr2"]
[CITY="name"]
[STATE="name"]
[PROVINCE="name"]
[ZIPCODE="code"]
[POSTCODE="code"]
[COUNTRY="name"]
[PHONE="num"]
[ALTPHONE="num"]
[FAX="num"]
[EMAIL="addr"]
[LANGUAGE="name"]
[LOGOFILE="file"]
[LOGOTYPE="GIF|JPEG|TEXT"]>

</SPONSOR>]

To define a sponsor:

  1. Start the block by opening the <SPONSOR tag.
  2. Enter the NAME. This is the name of the organization and must be unique among sponsors.

    Note: NAME is the only required attribute.

  3. Define the sponsor’s contact information by specifying the address, telephone numbers and other attributes. Add as many of these as are appropriate. Note that if you specify a logo file, you must also specify its type.
  4. Close the SPONSOR tag.
Send Feedback