Previous Topic

Next Topic

Book Contents

Example: Changing a data value

The following sample file illustrates a change to the value of the Height item on the DEM form. The Reason for Change is a string other than the predefined Reason for Change strings on the Data Value(s) form.

Note: You must enter the UNIT value even if you are not modifying it, or it will be removed.

<?xml version="1.0"?>
<CLINICALDATA>

<!-- Demographics form -->

<EDITPATIENTDATA
PATIENTINITIALS="XYZ"
SITEMNEMONIC="PF"
FORMSETREFNAME="Visit1"
FORMREFNAME="DEM"
REASONOTHER="received new data">
<DATA TAG="DEM.0.HEIGHT.PFHT_TC" VALUE="75"
UNIT="Inches" />
</EDITPATIENTDATA>

</CLINICALDATA>

Send Feedback