Usage—Get Transactions
The GetTransactions web method provides an incremental way to retrieve data from the Oracle InForm Adapter interface.
To return all the subject transactions for a study, you call the GetTransactions web method multiple times. With each call, the Oracle InForm Adapter software:
- Analyzes 500 transactions and returns all the clinical data transactions that it finds.
- Returns a bookmark that must be passed into the next call to GetTransactions. The bookmark indicates the point in the transaction log after which the processing should begin.
To begin retrieving data from the beginning of the transaction log, the first call to GetTransactions must have an empty bookmark.
Note:
Because an Oracle InForm study contains administration and metadata transactions as well as patient transactions, the first several calls to GetTransactions typically return an ODM element that does not contain any data (child elements).To retrieve all the subject transactions for a study:
Parent topic: GetTransactions