Previous Topic

Next Topic

Book Contents

Changes in the subject pool

The ODM Export interface tracks changes to the subject pool.

pf:SubjectPoolChange represents the pool change and includes the subjects placed in the pool.

<pf:SubjectPoolChange LocationOID="Site OID" PoolNumber="Pool Number" >

<SubjectData SubjectKey="subject key 1" />

...

<SubjectData SubjectKey="subject key n" />

</pf:SubjectPoolChange>

If the site is missing in the InForm application, LocationOID has an empty string ("").

Example of pool change transaction in ODM output:

<ResponseODM xmlns:pf="http://www.phaseforward.com/InFormAdapter/ODM/Extensions/2.0" xmlns="http://www.phaseforward.com/InFormAdapter/ODM/2.0">

<ODM Description="Depression Study" FileType="Transactional" FileOID="{AA4E2F2E-DA3E-460A-963F-66BEEAEC515F}" CreationDateTime="2009-06-01T17:17:26+00:00" PriorFileOID="{20D57F92-8A0A-4749-8272-337E48D2DFF0}" ODMVersion="1.3" Originator="system" pf:MappingVersion="V2" pf:HierarchicalOIDs="Yes" pf:InFormAdapterVersion="1.0.3439.20859" xmlns="http://www.cdisc.org/ns/odm/v1.3">

<ClinicalData StudyOID="Depression Study" MetaDataVersionOID="Study Version 2.1" pf:TransactionGuid="{AA4E2F2E-DA3E-460A-963F-66BEEAEC515F}" pf:Revision="227455370337048.000">

<pf:SubjectPoolChange LocationOID="54312" PoolNumber="1" >

<SubjectData SubjectKey="JIMD" />

<SubjectData SubjectKey="ABC" />

<SubjectData SubjectKey="JS" />

</pf:SubjectPoolChange>

</ClinicalData>

</ODM>

<Bookmark>{AA4E2F2E-DA3E-460A-963F-66BEEAEC515F}</Bookmark>

<TransactionsProcessed>1</TransactionsProcessed>

</ResponseODM>

Send Feedback