Deleting an Add Entry itemset

Previous Topic

Next Topic

Book Contents

Deleting an Add Entry itemset

The sample file below contains the necessary data tags to delete an existing Add Entry itemset.

Note: You cannot delete or undelete a Repeating Data itemset.

<?xml version="1.0"?>

<CLINICALDATA>

<!--

Feature:Delete an Itemset record (DELETEITEMSET tag)

Description:This example demonstrates to Delete an existing itemset record

Requirements:The following must be run prior to this script

PF_XYZ-Enroll.xml

PF_XYZ-ItemSet.xml

PF_XYZ-ItemSetDelete.xml

-->

<!-- non explicit itemset index (append to existing itemsets if exists) -->

<EDITPATIENTDATA

PATIENTINITIALS="XYZ"

SITEMNEMONIC="PF"

FORMSETREFNAME="Visit1"

FORMREFNAME="HH"

SECTIONNAME="PT"

ITEMSETNAME="PT"

DELETEITEMSET="TRUE"

ITEMSETINDEX="4"

REASONOTHER="test reason"

</EDITPATIENTDATA>

</CLINICALDATA>

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