Home | Using Katmandoo | Quick Start Guide | How-to | Task Menu | Table of Contents | See Also | Collapse All

Site Type

Overview

In Katmandoo Site type identifies type of a site. Examples:
  1. Researchs Station
  2. Laboratory
  3. Farm
  4. Unknown Site Type

Detail

Unknown Site Type

The SiteType table has a record for (Site Type Name = Unknown Site Type) which can be used when the site type information is not available.

The string value of the "UnknownSiteTypeName" key in the .config file must match the Unknown Site Type record in the SiteType table. Please read important information before making any changes in the config file.

<codeToDatabaseMappings>
<!-- UNKNOWN Site type -->
     <add key="UnknownSiteTypeName" value="UNKNOWN SITE TYPE" />

     </codeToDatabaseMappings>

Table Structure

Column Name Description
SiteTypeId (PK) Identification Number that uniquely identifies type of a site where the trial is conducted.
SiteTypeName (AK) Name that uniquely identifies type of the Site

Main Form

Use [ Task > Trial > Site > Manage Site Type ] to load Site Type Main Form with all the site types in the database.
Illustrative snapshot:
SiteType Main Form (Click it to change its size)

Setup Form

To add/edit an site type, follow the steps below :
Illustrative snapshot:
SiteType Setup Form (Click it to change its size)

Export / Import

Export
Import

See Also