Previous Topic

Next Topic

Book Contents

General use

Area

Use case

Operation

Studies

 

Retrieve discrepancies of a certain type.

For example, find all open discrepancies for a study.

GetByCriteria

Retrieve counts in the form of [Site, State, Count].

GetSummaryCounts

For each of the specified studies, how many discrepancies are in each state.

 

Sites

 

Retrieve discrepancies of a specific type.

For example, find all Open discrepancies for the site.

GetByCriteria

Retrieve counts in the form of [Subject, State, Count].

For example, for specified sites, find the number of discrepancies in each state.

GetSummaryCounts

Retrieve all the discrepancies for the specified sites.

GetByCriteria

Subjects or lists of subjects

 

Retrieve discrepancies of a certain type.

For example, find all open discrepancies for one or more subjects.

GetByCriteria

Retrieve counts in the form of [Subject, State, Count].

GetSummaryCounts

Visits

For each of the specified visits, how many discrepancies are in each state.

GetSummaryCounts

Items

 

Retrieve all discrepancies for an item.

GetByCriteria

Retrieve discrepancies of a specific type for an item.

For example, find all open discrepancies for an item.

GetByCriteria

Open a discrepancy:

  • Candidate discrepancy.
  • Non-candidate discrepancy.

Issue

Discrepancy or list of discrepancies, each identified by a GUID

 

Answer a discrepancy.

Update.

Close a discrepancy.

Update.

Delete a Candidate discrepancy.

Update.

Reissue an Answered discrepancy as Open.

Update.

Reissue an Answered discrepancy as Candidate.

Update.

Retrieve discrepancy details.

GetByDiscrepancyGuid

Retrieve the revision history of a discrepancy.

GetHistoryByDiscrepancyGuid

In relation to a set of discrepancies

 

Use a single transaction to close all answered discrepancies.

Update

Identify the transactions that were committed to the InForm database by the Issue or Update operations.

GetByTransactionId

Send Feedback