Previous Topic

Next Topic

Book Contents

Example: Creating rows for a Repeating Data itemset

The following XML fragment shows the elements used to create the rows in the Sample Collection itemset on the Dose VS2 form.

The Repeating Data itemset contains two rows with predefined values:

The value of 50.000 is entered for the Hour 10, Minute 0 data point.

<PATIENTDATA PATIENTINITIALS=‘RDF’ SITEMNEMONIC=‘01’ FORMSETREFNAME=‘CommonCRF’ FORMREFNAME=‘frmDOSEVS2’ FORMINDEX=‘0’

SECTIONNAME=‘sctSampleCollection’ ITEMSETNAME=‘sctSampleCollection’>

<DATA TAG=‘sctSampleCollection.sctSampleCollection.itmTime.itmTime’ ITEMSETINDEX=‘1’ HOUR='10' MINUTE='0' />

<DATA TAG=‘sctSampleCollection.sctSampleCollection.itmMeasurement.itmMeasurement’ ITEMSETINDEX=‘1’ VALUE='50.00' />

<DATA TAG=‘sctSampleCollection.sctSampleCollection.itmTime.itmTime’ ITEMSETINDEX=‘2’ HOUR='10' MINUTE='2' />

</PATIENTDATA>

Send Feedback