Skip to main content

Importing in ERF AE XML removes CTIS fields

Written by Gemma
Updated over 5 months ago

Issue:

Downloading an AE XML from EudraCT Results and manually uploading to the study in Disclose, removes the CTIS fields in the form. Subsequently, data entered into the CTIS fields cannot be saved.

Workaround:

We have logged bug ADO-83927 which will be fixed in an upcoming Release.

Resolution:

If CTIS fields have already been removed, please reach out to Support to request resolution via a script.

Going forward, add the complete EU Results wrapper tags to the AE XML. The XML should be structured like this:

<importRecordCollection>
<importRecord uniqueStudyId="Enter the unique study ID here">
<euResultsInfo>
<result eudractNumber=""
sponsor="">
<trialInformation>
<sponsorProtocolCode>Enter the unique study ID here</sponsorProtocolCode>
</trialInformation>
<!-- include the adverse events here -->
</result>
</euResultsInfo>
</importRecord>
</importRecordCollection>

Affects version(s):

Disclose Release 2.21 and higher versions

Fixed version:

TBD

Did this answer your question?