Updating existing subject clinical data

Previous Topic

Next Topic

Book Contents

Updating existing subject clinical data

The sample file below contains the necessary data tags to edit or clear existing data about a subject.

<?xml version="1.0"?>

<CLINICALDATA>

<!--

Feature:Edit an existing patient's form record

Description:This example demonstrates editing one item, then clearing an item's value

Requirements:The following must be run prior to this script

PF_XYZ-Enroll.xml

PF_XYZ-DEMandCommentts.xml

-->

<!-- Demographics form -->

<EDITPATIENTDATA

PATIENTINITIALS="XYZ"

SITEMNEMONIC="PF"

FORMSETREFNAME="Visit1"

FORMREFNAME="DEM"

REASONOTHER="updated data">

<DATA TAG="DEM.0.HEIGHT.PFHT_TC" VALUE="75" UNIT="Inches" />

</EDITPATIENTDATA>

<!-- Demographics form -->

<EDITPATIENTDATA

PATIENTINITIALS="XYZ"

SITEMNEMONIC="PF"

FORMSETREFNAME="Visit1"

FORMREFNAME="DEM"

REASONOTHER="updated data">

<DATA TAG="DEM.0.WRISTCIRC.PFWC_TC" CLEARVALUE="TRUE"/>

</EDITPATIENTDATA>

</CLINICALDATA>

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