ExternalMapSet

Purpose

Identifies a set of external mappings with one RefName. Optional.

Syntax

<EXTERNALMAPSET   
  REFNAME="name"   
  [DESIGNNOTE="text"]   
  [ACTIVE="true|false"]   

TYPE="CDD|CLINFORM|ORACLIN|AUTOCODE|CODINGMAP"   
  [AUTOGEN="true|false"]/>

Attributes

REFNAME="name"

RefName of the ExternalMapSet. Required.

DESIGNNOTE="text"

Free-form text, with a maximum of 255 characters, containing any information you want to capture about the design of the component. This information is for documentation only and is not displayed. Optional.

ACTIVE="true|false"

Indicates whether the component is active. The options are true or false. True is the default. Optional.

TYPE="CDD|CLINFORM|CODINGMAP"

Indicates the target entities for which mappings are generated. Values are:
  • CDD—Table columns within an external Oracle Database.
  • CLINFORM—Items within panels in a Clintrial study definition.
  • CODINGMAP—Oracle Central Coding application.

Required.

Example

The following example illustrates the ExternalMapSet element in the MedML that defines the MEDIKA-CLINICAL sample study.

<EXTERNALMAPSET 
REFNAME="MEDIKA_MAP"TYPE="CLINFORM" 
ACTIVE="true"   
  DESIGNNOTE="My Design note"/>