General use
Area | Use case | Operation |
---|---|---|
Studies |
Retrieve discrepancies of a certain type. For example, find all open discrepancies for a study. |
GetByCriteria |
Studies |
Retrieve counts in the form of [Site, State, Count]. | GetSummaryCounts |
Studies |
For each of the specified studies, how many discrepancies are in each state. | GetSummaryCounts |
Sites |
Retrieve discrepancies of a specific type. For example, find all Open discrepancies for the site. |
GetByCriteria |
Sites |
Retrieve counts in the form of [Subject, State, Count]. For example, for specified sites, find the number of discrepancies in each state. |
GetSummaryCounts |
Sites |
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 |
Subjects or lists of subjects |
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 |
Items |
Retrieve discrepancies of a specific type for an item. For example, find all open discrepancies for an item. |
GetByCriteria |
Items |
Open a discrepancy:
|
Issue |
Discrepancy or list of discrepancies, each identified by a GUID |
Answer a discrepancy. | Update. |
Discrepancy or list of discrepancies, each identified by a GUID |
Close a discrepancy. | Update. |
Discrepancy or list of discrepancies, each identified by a GUID |
Delete a Candidate discrepancy. | Update. |
Discrepancy or list of discrepancies, each identified by a GUID |
Reissue an Answered discrepancy as Open. | Update. |
Discrepancy or list of discrepancies, each identified by a GUID |
Reissue an Answered discrepancy as Candidate. | Update. |
Discrepancy or list of discrepancies, each identified by a GUID |
Retrieve discrepancy details. | GetByDiscrepancyGuid |
Discrepancy or list of discrepancies, each identified by a GUID |
Retrieve the revision history of a discrepancy. | GetByDiscrepancyGuid |
In relation to a set of discrepancies |
Use a single transaction to close all answered discrepancies. | Update |
In relation to a set of discrepancies |
Identify the transactions that were committed to the InForm database by the Issue or Update operations. | GetByDiscrepancyGuid |
Parent topic: Use cases