Get Subject
Obtains the subject representation for a specified plan.
Note:
Use the Get Treatment API to get accurate data related to subjects. This API will be deprecated with the 5.9 release.
Method: GET
URL: /cleartrial-ws/plans/{planID}/subject
Sample output in JSON:
{ "subject": { "planId": 50011, "enrollmentPeriod": 26, "indicationEnrollmentType": "Chronic", "firstSubjectInDate": "31-Dec-2013", "numCRFPagesPerScreenFailure": 0, "locations": [ { "locationId": 157, "locationName": "Australia", "numSubjectsToRandomize": 150, "screenFailureRate": 1.96, "numSubjectsScreen": 153, "amountPerScreenFailure": 0.0, "amountPerScreenFailureCurrency": "USD", "percentScreenFailuresAllowed": 0.0, "numScreenFailsAllowed": 0, "subjectDropRate": 1.0, "numSubjectsComplete": 148, "stipendPerScreenFailure": 0.0, "stipendPerScreenFailureCurrency": "USD" }, { ... } ], "url": "/cleartrial-ws/plans/50011/subject" } }
Get Subject returns a representation for Phase I Healthy Volunteers studies as follows.
Sample output in JSON:
{ "subject": { "planId": 49308, "firstSubjectInDate": "22-Apr-2013", "numCRFPagesPerScreenFailure": 5, "locations": [ { "locationId": 100, "locationName": "USA", "numSubjectsToRandomize": 200, "numAlternateSubjects": 20, "stipendPerAlternateSubject": 0, "stipendPerAlternateSubjectCurrency": "USD", "screenFailureRate": 50, "numSubjectsScreen": 440, "amountPerScreenFailure": 0, "amountPerScreenFailureCurrency": "USD", "percentScreenFailuresAllowed": 2, "numScreenFailsAllowed": 5, "subjectDropRate": 5, "numSubjectsComplete": 190, "stipendPerScreenFailure": 50, "stipendPerScreenFailureCurrency": "USD" } { ... } } ], "url": "/cleartrial-ws/plans/49308/subject" } }
Sub-resources: None
Parent topic: Plan Resource API