ContextInformation

Previous Topic

Next Topic

Book Contents

ContextInformation

Purpose

Encloses the mapping definitions for context items. Controls identified as context items in the InForm application provide data to context items in a coding dictionary.

Syntax

<CONTEXTINFORMATION>
    <CONTEXTITEM+ attributes/>
</CONTEXTINFORMATION>

Children

The ContextInformation element has one or more ContextItem child elements, each specifying the mapping between a control in the InForm application and a dictionary context item.

Example

<CODINGMAP
   REFNAME="MAPPINGS3"
    VERBATIMTYPE="MEDPROD">
    <DICTIONARY
        TYPE="WHODD"
        VERSION="05Q4"
        CULTURE="en-US"/>
    <CODETARGET
        NAME="ATC 1.CODE"
        PATH="0.vstCORE4.frmChem.sctChem.mitsLabInfo.mitmLabDate.mcalLAB"/>
    <CONTEXTINFORMATION>
        <CONTEXTITEM
            NAME="Indication"
            PATH="0.vstCORE4.frmChem.sctChem.mitsLabInfo.mitmLabHi.mcalLAB"/>
        <CONTEXTITEM
            NAME="Route Of Administration"
            PATH="0.vstCORE4.frmChem.sctChem.mitsLabInfo.mitmLabTest.mcalLAB"/>
    </CONTEXTINFORMATION>
</CODINGMAP>

Copyright © 2014, 2017 Oracle and/or its affiliates. All rights reserved.