Previous Topic

Next Topic

Book Contents

Chapterref

Purpose

Identifies the RefName of a formset as the location of a mapped control in the Path element of a mapping definition. Include one Chapterref element in a RefName path defined by a Path element.

Syntax

<CHAPTERREF
   REFNAME="name"/>

Attributes

REFNAME="name"

RefName of the formset in which the mapped source control occurs. To specify that the data should be mapped to the target specified in the mapping definition from every visit in which the specified form/section/itemset/item combination occurs, enter the special RefName "PF_ALL_VISITS" as the RefName. Required.

Example

The following example illustrates the use of the PF_ALL_VISITS RefName in the Chapterref element of a Path definition.

<PATH>
   <CHAPTERREF REFNAME="PF_ALL_VISITS"/>
   <PAGEREF REFNAME="ECG"/>
   <SECTIONREF REFNAME="LEADECG"/>
   <ITEMSETREF REFNAME="1"/>
   <ITEMREF REFNAME="DATEASSESS"/>
   <CONTROLREF REFNAME="COMMONDATE"/>
</PATH>

Send Feedback