Get Treatments
Obtains the treatment information representation for a specified plan.
Method: GET
URL: /cleartrial-ws/plans/{planID}/treatments
If the study is not an endpoint study, then the representation is similar to the one that follows.
Sample output in JSON:
{
"treatments": {
"planId": 23632,
"trialDesign": "Parallel",
"electronicSubjectDiary": true,
"endpointStudy": false,
"treatment": [
{
"treatmentId": 1,
"name": "Treatment A",
"duration": 15,
"durationUnit": "day",
"numSubjectVisits": 10,
"numBedNights": 5,
"subject": {
"numEnrolledSubjects": 100,
"enrollmentPeriod": 0,
"manageFsftPerLocation": false,
"fsftFpftDate": "27-Jan-2021 00:00:00 CST",
"alternateSubjects": 10,
"subjectLocations": [
{
"locationId": 103,
"locationName": "Austria",
"numEnrolledSubjects": 100,
"fsftDate": "27-Jan-2021 12:00:00 CST",
"enrollmentPeriod": 0,
"enrollmentRate": 0.0,
"alternateSubjects": 14
}
]
},
"screening": {
"screeningPeriod": 0,
"screenPeriodUnit": "day",
"screenVisits": 0,
"numCRFPagesScreenPerSubject": 22,
"screenFailureRate": 22.48,
"numSubjectsScreen": 142,
"monitoringMinutesPerCrfPage": 4.16208,
"screeningLocations": [
{
"locationId": 103,
"locationName": "Austria",
"screenFailureRate": 22.48,
"numSubjectsScreen": 142
}
]
},
"standardTreatment": {
"numCrfPagesPerSubject": 20,
"endpointTreatment": false,
"costPerBedNight": 120.0,
"costPerBedNightCurrency": "USD",
"numSubjectDiaryPages": 0,
"numQOLDataPages": 0,
"numPharmacoDataPages": 0,
"subjectDiaryEletronic": false,
"subjectDropRate": 18.0,
"numSubjectsComplete": 82,
"monitoringMinutesPerCrfPage": 4.16208,
"lsltLpltDate": "10-Feb-2021 12:00:00 CST"
},
"treatmentLocations": [
{
"locationId": 103,
"locationName": "Austria",
"numEnrolledSubjects": 100,
"subjectDropRate": 18.0,
"numSubjectsComplete": 82
}
],
"followup": {
"pctSubjectsFollowup": 0.0,
"followupDuration": 0,
"followupDurationUnit": "day",
"followupDropRate": 0.0,
"firstFollowupVisit": 0,
"firstFollowupVisitDuration": "day",
"numSubjectsCompleteFollowup": 82,
"followupVisitFrequency": 0,
"followupVisitFrequencyDuration": "day",
"numCrfPagesPerExtendedVisit": 0,
"numQOLDataPagesPerExtendedVisit": 0,
"numSubjectDiaryPagesPerExtendedVisit": 0,
"numQOLDataPagesPerExtendedVisit": 0,
"numSubjectDiaryPagesPerExtendedVisit": 0,
"numPharmacoDataPagesPerExtendedVisit": 0,
"lastSubjectLastFollowupVisit": "10-Feb-2021 12:00:00 CST",
"monitoringMinutesPerCrfPage": 4.16208,
"followupLocations": [
{
"locationId": 103,
"locationName": "Austria",
"followupDropRate": 0.0,
"numSubjectsCompleteFollowup": 82
}
]
},
"treatmentSchedule": [
{
"periodNum": 0,
"numCRFPages": 8,
"monitoringTimeMins": 33.29664,
"pctOfGrant": 40.0
},
{
"periodNum": 2,
"numCRFPages": 1,
"monitoringTimeMins": 4.16208,
"pctOfGrant": 5.0
},
{
…
…
}
],
"grants": {
"grantsLocations": [
{
"locationId": 103,
"locationName": "Austria",
"procedureCost": 1000.0,
"procedureCostCurrency": "USD",
"specialProcedureCost": 0.0,
"specialProcedureCostCurrency": "USD",
"stipendPerEnrolledSubject": 0.0,
"stipendPerEnrolledSubjectCurrency": "USD",
"stipendPerAlternateSubject": 20.0,
"grantAmountPerScreenFail": 5.0,
"grantAmountPerScreenFailCurrency": "USD",
"pctScreenFailurePaidFor": 5.0,
"stipendScreenFailure": 30.0
}
]
}
},
{
"treatmentId": 2,
"name": "Treatment B",
"duration": 10,
"durationUnit": "day",
"numSubjectVisits": 5,
"numBedNights": 7,
"subject": {
"numEnrolledSubjects": 40,
"enrollmentPeriod": 0,
"manageFsftPerLocation": false,
"fsftFpftDate": "27-Jan-2021 00:00:00 CST",
"alternateSubjects": 4,
"subjectLocations": [
{
"locationId": 103,
"locationName": "Austria",
"numEnrolledSubjects": 40,
"fsftDate": "27-Jan-2021 12:00:00 CST",
"enrollmentPeriod": 0,
"enrollmentRate": 0.0,
"alternateSubjects": 14
}
]
},
"screening": {
"screeningPeriod": 0,
"screenPeriodUnit": "day",
"screenVisits": 0,
"numCRFPagesScreenPerSubject": 22,
"screenFailureRate": 22.48,
"numSubjectsScreen": 57,
"screeningLocations": [
{
"locationId": 103,
"locationName": "Austria",
"screenFailureRate": 22.48,
"numSubjectsScreen": 57
}
]
},
"standardTreatment": {
"numCrfPagesPerSubject": 20,
"endpointTreatment": false,
"costPerBedNight": 120.0,
"costPerBedNightCurrency": "USD",
"numSubjectDiaryPages": 0,
"numQOLDataPages": 0,
"numPharmacoDataPages": 0,
"subjectDiaryEletronic": false,
"subjectDropRate": 18.0,
"numSubjectsComplete": 33,
"monitoringMinutesPerCrfPage": 4.16208,
"lsltLpltDate": "05-Feb-2021 12:00:00 CST"
},
"treatmentLocations": [
{
"locationId": 103,
"locationName": "Austria",
"numEnrolledSubjects": 40,
"subjectDropRate": 18.0,
"numSubjectsComplete": 33
}
],
"followup": {
"pctSubjectsFollowup": 0.0,
"followupDuration": 0,
"followupDurationUnit": "day",
"followupDropRate": 0.0,
"firstFollowupVisit": 0,
"firstFollowupVisitDuration": "day",
"numSubjectsCompleteFollowup": 33,
"followupVisitFrequency": 0,
"followupVisitFrequencyDuration": "day",
"numCrfPagesPerExtendedVisit": 0,
"numQOLDataPagesPerExtendedVisit": 0,
"numSubjectDiaryPagesPerExtendedVisit": 0,
"numPharmacoDataPagesPerExtendedVisit": 0,
"lastSubjectLastFollowupVisit": "05-Feb-2021 12:00:00 CST",
"followupLocations": [
{
"locationId": 103,
"locationName": "Austria",
"followupDropRate": 0.0,
"numSubjectsCompleteFollowup": 33
}
]
},
"treatmentSchedule": [
{
"periodNum": 0,
"numCRFPages": 10,
"monitoringTimeMins": 41.620796,
"pctOfGrant": 50.0
},
{
"periodNum": 3,
"numCRFPages": 1,
"monitoringTimeMins": 4.16208,
"pctOfGrant": 5.0
},
{
…
…
}
],
"grants": {
"grantsLocations": [
{
"locationId": 103,
"locationName": "Austria",
"procedureCost": 1000.0,
"procedureCostCurrency": "USD",
"specialProcedureCost": 0.0,
"specialProcedureCostCurrency": "USD",
"stipendPerEnrolledSubject": 0.0,
"stipendPerEnrolledSubjectCurrency": "USD",
"stipendPerAlternateSubject": 20.0,
"grantAmountPerScreenFail": 5.0,
"grantAmountPerScreenFailCurrency": "USD",
"pctScreenFailurePaidFor": 5.0,
"stipendScreenFailure": 30.0
}
]
}
}
],
"url": "/cleartrial-ws/plans/23632/treatment"
}
}
If the study is an endpoint study, then the output is similar to the representation that follows.
Sample output in JSON:
{
"treatments": {
"planId": 50411,
"trialDesign": "Parallel",
"electronicSubjectDiary": false,
"endpointStudy": true,
"endpointDetails": {
"weeksFromFsiToEndpoint": 54,
"endpointDate": "11-Dec-2014",
"extendedTreatmentFrequencyInWeeks": 4
},
"treatment": [
{
"treatmentId": 1,
"duration": 6,
"durationUnit": "week",
"numSubjectVisits": 5,
"standardTreatment": {
"numCrfPagesPerSubject": 100,
"numQOLDataPages": 0,
"numSubjectDiaryPages": 0,
"numPharmacoDataPages": 0,
"numCohortEscalationReviews": 4,
"numLabDiagnosticTestsPerSubject": 5,
"monitoringMinutesPerCrfPage": 4.33
},
"extendedTreatment": {
"numCrfPagesPerExtendedVisit": 7,
"numQOLDataPagesPerExtendedVisit": 0,
"numSubjectDiaryPagesPerExtendedVisit": 0,
"numPharmacoDataPagesPerExtendedVisit": 0
},
"treatmentLocations": [
{
"locationId": 157,
"locationName": "Australia",
"grantAmountPerSubject": 5632.0,
"grantAmountPerSubjectCurrency": "USD",
"stipendPerEnrolledSubject": 0.0,
"stipendPerEnrolledSubjectCurrency": "USD"
},
{
"locationId": 101,
"locationName": "Canada",
"grantAmountPerSubject": 4536.0,
"grantAmountPerSubjectCurrency": "USD",
"stipendPerEnrolledSubject": 0.0,
"stipendPerEnrolledSubjectCurrency": "USD"
}
],
"treatmentSchedule": [
{
"periodNum": 0,
"numCRFPages": 26,
"monitoringTimeMins": 165.98401,
"pctOfGrant": 14.130434782608695,
"extendedTreatmentSegment": false
},
{
"periodNum": 2,
"numCRFPages": 17,
"monitoringTimeMins": 99.845764,
"pctOfGrant": 9.239130434782608,
"extendedTreatmentSegment": false
},
{
"periodNum": 3,
"numCRFPages": 18,
"monitoringTimeMins": 105.71904,
"pctOfGrant": 9.782608695652174,
"extendedTreatmentSegment": false
},
{
"periodNum": 5,
"numCRFPages": 17,
"monitoringTimeMins": 99.845764,
"pctOfGrant": 9.239130434782608,
"extendedTreatmentSegment": false
},
{
"periodNum": 6,
"numCRFPages": 22,
"monitoringTimeMins": 129.21216,
"pctOfGrant": 11.956521739130435,
"extendedTreatmentSegment": false
},
{
"periodNum": 10,
"numCRFPages": 7,
"monitoringTimeMins": 41.11296,
"pctOfGrant": 3.804347826086957,
"extendedTreatmentSegment": true
},
{
"periodNum": 14,
"numCRFPages": 7,
"monitoringTimeMins": 41.11296,
"pctOfGrant": 3.804347826086957,
"extendedTreatmentSegment": true
},
{
"periodNum": 18,
"numCRFPages": 7,
"monitoringTimeMins": 41.11296,
"pctOfGrant": 3.804347826086957,
"extendedTreatmentSegment": true
},
{
"periodNum": 22,
"numCRFPages": 7,
"monitoringTimeMins": 41.11296,
"pctOfGrant": 3.804347826086957,
"extendedTreatmentSegment": true
},
{
"periodNum": 26,
"numCRFPages": 7,
"monitoringTimeMins": 41.11296,
"pctOfGrant": 3.804347826086957,
"extendedTreatmentSegment": true
},
{
"periodNum": 30,
"numCRFPages": 7,
"monitoringTimeMins": 41.11296,
"pctOfGrant": 3.804347826086957,
"extendedTreatmentSegment": true
},
{
"periodNum": 34,
"numCRFPages": 7,
"monitoringTimeMins": 41.11296,
"pctOfGrant": 3.804347826086957,
"extendedTreatmentSegment": true
},
{
"periodNum": 38,
"numCRFPages": 7,
"monitoringTimeMins": 41.11296,
"pctOfGrant": 3.804347826086957,
"extendedTreatmentSegment": true
},
{
"periodNum": 42,
"numCRFPages": 7,
"monitoringTimeMins": 41.11296,
"pctOfGrant": 3.804347826086957,
"extendedTreatmentSegment": true
},
{
"periodNum": 46,
"numCRFPages": 7,
"monitoringTimeMins": 41.11296,
"pctOfGrant": 3.804347826086957,
"extendedTreatmentSegment": true
},
{
"periodNum": 50,
"numCRFPages": 7,
"monitoringTimeMins": 41.11296,
"pctOfGrant": 3.804347826086957,
"extendedTreatmentSegment": true
},
{
"periodNum": 54,
"numCRFPages": 7,
"monitoringTimeMins": 41.11296,
"pctOfGrant": 3.804347826086957,
"extendedTreatmentSegment": true
}
]
}
],
"url": "/cleartrial-ws/plans/50411/treatment"
}
}
If the study is a parallel Phase I Healthy Volunteers study, then the output is similar to the representation that follows.
Sample output in JSON:
{
"treatments": {
"planId": 24272,
"trialDesign": "Parallel",
"electronicSubjectDiary": false,
"endpointStudy": false,
"treatment": [
{
"treatmentId": 1,
"name": "Treatment A",
"duration": 25,
"durationUnit": "day",
"numSubjectVisits": 23,
"numBedNights": 25,
"subject": {
"numEnrolledSubjects": 25,
"enrollmentPeriod": 0,
"manageFsftPerLocation": false,
"fsftFpftDate": "12-Apr-2021 12:00:00 CDT",
"alternateSubjects": 3,
"subjectLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"numEnrolledSubjects": 25,
"fsftDate": "12-Apr-2021 12:00:00 CDT",
"enrollmentPeriod": 0,
"enrollmentRate": 0.0,
"alternateSubjects": 0
},
{
"locationId": 100,
"locationName": "USA",
"numEnrolledSubjects": 25,
"fsftDate": "12-Apr-2021 12:00:00 CDT",
"enrollmentPeriod": 0,
"enrollmentRate": 0.0,
"alternateSubjects": 6
}
]
},
"screening": {
"screeningPeriod": 1,
"screenPeriodUnit": "day",
"screenVisits": 1,
"numCRFPagesScreenPerSubject": 5,
"screenFailureRate": 50.0,
"numSubjectsScreen": 56,
"screeningLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"screenFailureRate": 50.0,
"numSubjectsScreen": 50
},
{
"locationId": 100,
"locationName": "USA",
"screenFailureRate": 50.0,
"numSubjectsScreen": 56
}
]
},
"standardTreatment": {
"numCrfPagesPerSubject": 25,
"endpointTreatment": false,
"costPerBedNight": 15.0,
"costPerBedNightCurrency": "USD",
"numSubjectDiaryPages": 0,
"numQOLDataPages": 0,
"numPharmacoDataPages": 0,
"subjectDiaryEletronic": true,
"subjectDropRate": 5.0,
"numSubjectsComplete": 24,
"monitoringMinutesPerCrfPage": 4.16208,
"lsltLpltDate": "06-May-2021 12:00:00 CDT"
},
"treatmentLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"numEnrolledSubjects": 25,
"subjectDropRate": 5.0,
"numSubjectsComplete": 24
},
{
"locationId": 100,
"locationName": "USA",
"numEnrolledSubjects": 25,
"subjectDropRate": 5.0,
"numSubjectsComplete": 24
}
],
"followup": {
"pctSubjectsFollowup": 100.0,
"followupDuration": 7,
"followupDurationUnit": "day",
"followupDropRate": 0.0,
"firstFollowupVisit": 1,
"firstFollowupVisitDuration": "day",
"numSubjectsCompleteFollowup": 24,
"followupVisitFrequency": 1,
"followupVisitFrequencyDuration": "day",
"numCrfPagesPerExtendedVisit": 10,
"numQOLDataPagesPerExtendedVisit": 0,
"numSubjectDiaryPagesPerExtendedVisit": 0,
"numPharmacoDataPagesPerExtendedVisit": 0,
"lastSubjectLastFollowupVisit": "14-May-2021 12:00:00 CDT",
"followupLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"followupDropRate": 0.0,
"numSubjectsCompleteFollowup": 24
},
{
"locationId": 100,
"locationName": "USA",
"followupDropRate": 0.0,
"numSubjectsCompleteFollowup": 24
}
]
},
"treatmentSchedule": [
{
"periodNum": -1,
"numCRFPages": 5,
"monitoringTimeMins": 20.810398,
"pctOfGrant": 0.0
},
{
"periodNum": 1,
"numCRFPages": 1,
"monitoringTimeMins": 4.16208,
"pctOfGrant": 0.9523809523809524
},
{
"periodNum": 2,
"numCRFPages": 1,
"monitoringTimeMins": 4.16208,
"pctOfGrant": 0.9523809523809524
},
{
…
…
}
],
"grants": {
"grantsLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"procedureCost": 0.0,
"procedureCostCurrency": "USD",
"specialProcedureCost": 0.0,
"specialProcedureCostCurrency": "USD",
"stipendPerEnrolledSubject": 0.0,
"stipendPerEnrolledSubjectCurrency": "USD",
"stipendPerAlternateSubject": 0.0,
"grantAmountPerScreenFail": 0.0,
"grantAmountPerScreenFailCurrency": "USD",
"pctScreenFailurePaidFor": 0.0,
"stipendScreenFailure": 0.0
},
{
"locationId": 100,
"locationName": "USA",
"procedureCost": 0.0,
"procedureCostCurrency": "USD",
"specialProcedureCost": 0.0,
"specialProcedureCostCurrency": "USD",
"stipendPerEnrolledSubject": 0.0,
"stipendPerEnrolledSubjectCurrency": "USD",
"stipendPerAlternateSubject": 0.0,
"grantAmountPerScreenFail": 0.0,
"grantAmountPerScreenFailCurrency": "USD",
"pctScreenFailurePaidFor": 0.0,
"stipendScreenFailure": 0.0
}
]
}
},
{
"treatmentId": 2,
"name": "Treatment B",
"duration": 25,
"durationUnit": "day",
"numSubjectVisits": 25,
"numBedNights": 25,
"subject": {
"numEnrolledSubjects": 25,
"enrollmentPeriod": 0,
"manageFsftPerLocation": false,
"fsftFpftDate": "12-Apr-2021 12:00:00 CDT",
"alternateSubjects": 3,
"subjectLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"numEnrolledSubjects": 25,
"fsftDate": "12-Apr-2021 12:00:00 CDT",
"enrollmentPeriod": 0,
"enrollmentRate": 0.0,
"alternateSubjects": 0
},
{
"locationId": 100,
"locationName": "USA",
"numEnrolledSubjects": 25,
"fsftDate": "12-Apr-2021 12:00:00 CDT",
"enrollmentPeriod": 0,
"enrollmentRate": 0.0,
"alternateSubjects": 6
}
]
},
"screening": {
"screeningPeriod": 1,
"screenPeriodUnit": "day",
"screenVisits": 1,
"numCRFPagesScreenPerSubject": 5,
"screenFailureRate": 50.0,
"numSubjectsScreen": 56,
"screeningLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"screenFailureRate": 50.0,
"numSubjectsScreen": 50
},
{
"locationId": 100,
"locationName": "USA",
"screenFailureRate": 50.0,
"numSubjectsScreen": 56
}
]
},
"standardTreatment": {
"numCrfPagesPerSubject": 25,
"endpointTreatment": false,
"costPerBedNight": 15.0,
"costPerBedNightCurrency": "USD",
"numSubjectDiaryPages": 0,
"numQOLDataPages": 0,
"numPharmacoDataPages": 0,
"subjectDiaryEletronic": false,
"subjectDropRate": 5.0,
"numSubjectsComplete": 24,
"monitoringMinutesPerCrfPage": 4.16208,
"lsltLpltDate": "06-May-2021 12:00:00 CDT"
},
"treatmentLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"numEnrolledSubjects": 25,
"subjectDropRate": 5.0,
"numSubjectsComplete": 24
},
{
"locationId": 100,
"locationName": "USA",
"numEnrolledSubjects": 25,
"subjectDropRate": 5.0,
"numSubjectsComplete": 24
}
],
"followup": {
"pctSubjectsFollowup": 100.0,
"followupDuration": 7,
"followupDurationUnit": "day",
"followupDropRate": 0.0,
"firstFollowupVisit": 1,
"firstFollowupVisitDuration": "day",
"numSubjectsCompleteFollowup": 24,
"followupVisitFrequency": 1,
"followupVisitFrequencyDuration": "day",
"numCrfPagesPerExtendedVisit": 10,
"numQOLDataPagesPerExtendedVisit": 0,
"numSubjectDiaryPagesPerExtendedVisit": 0,
"numPharmacoDataPagesPerExtendedVisit": 0,
"lastSubjectLastFollowupVisit": "14-May-2021 12:00:00 CDT",
"followupLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"followupDropRate": 0.0,
"numSubjectsCompleteFollowup": 24
},
{
"locationId": 100,
"locationName": "USA",
"followupDropRate": 0.0,
"numSubjectsCompleteFollowup": 24
}
]
},
"treatmentSchedule": [
{
"periodNum": -1,
"numCRFPages": 5,
"monitoringTimeMins": 20.810398,
"pctOfGrant": 0.0
},
{
"periodNum": 1,
"numCRFPages": 1,
"monitoringTimeMins": 4.16208,
"pctOfGrant": 0.9523809523809524
},
{
…
…
}
],
"grants": {
"grantsLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"procedureCost": 0.0,
"procedureCostCurrency": "USD",
"specialProcedureCost": 0.0,
"specialProcedureCostCurrency": "USD",
"stipendPerEnrolledSubject": 0.0,
"stipendPerEnrolledSubjectCurrency": "USD",
"stipendPerAlternateSubject": 0.0,
"grantAmountPerScreenFail": 0.0,
"grantAmountPerScreenFailCurrency": "USD",
"pctScreenFailurePaidFor": 0.0,
"stipendScreenFailure": 0.0
},
{
"locationId": 100,
"locationName": "USA",
"procedureCost": 0.0,
"procedureCostCurrency": "USD",
"specialProcedureCost": 0.0,
"specialProcedureCostCurrency": "USD",
"stipendPerEnrolledSubject": 0.0,
"stipendPerEnrolledSubjectCurrency": "USD",
"stipendPerAlternateSubject": 0.0,
"grantAmountPerScreenFail": 0.0,
"grantAmountPerScreenFailCurrency": "USD",
"pctScreenFailurePaidFor": 0.0,
"stipendScreenFailure": 0.0
}
]
}
}
],
"url": "/cleartrial-ws/plans/24272/treatment"
}
}
If the study is a late-stage crossover study, then the output is similar to the representation that follows.
Sample output in JSON:
{
"treatments": {
"planId": 24278,
"trialDesign": "Crossover",
"crossoverDesignType": "Latin Square",
"electronicSubjectDiary": true,
"endpointStudy": false,
"baselineAndWashoutDetails": {
"numCRFPages": 23,
"monitoringTimeMins": 104.052,
"washoutPeriod": 122,
"washoutPeriodUnit": "day",
"washoutPeriodBedNights": 122
},
"crossoverTreatment": {
"subject": {
"numEnrolledSubjects": 500,
"enrollmentPeriod": 0,
"manageFsftPerLocation": false,
"fsftFpftDate": "06-Apr-2021 12:00:00 CDT",
"alternateSubjects": 26,
"subjectLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"numEnrolledSubjects": 500,
"fsftDate": "06-Apr-2021 12:00:00 CDT",
"enrollmentPeriod": 0,
"enrollmentRate": 0.0,
"alternateSubjects": 0
},
{
"locationId": 101,
"locationName": "Canada",
"numEnrolledSubjects": 250,
"fsftDate": "20-Jul-2021 12:00:00 CDT",
"enrollmentPeriod": 0,
"enrollmentRate": 0.0,
"alternateSubjects": 13
},
{
"locationId": 100,
"locationName": "USA",
"numEnrolledSubjects": 250,
"fsftDate": "06-Apr-2021 12:00:00 CDT",
"enrollmentPeriod": 0,
"enrollmentRate": 0.0,
"alternateSubjects": 13
}
]
},
"screening": {
"screeningPeriod": 1,
"screenPeriodUnit": "day",
"screenVisits": 1,
"numCRFPagesScreenPerSubject": 5,
"screenFailureRate": 50.0,
"numSubjectsScreen": 1052,
"screeningLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"screenFailureRate": 50.0,
"numSubjectsScreen": 1000
},
{
"locationId": 101,
"locationName": "Canada",
"screenFailureRate": 50.0,
"numSubjectsScreen": 526
},
{
"locationId": 100,
"locationName": "USA",
"screenFailureRate": 50.0,
"numSubjectsScreen": 526
}
]
},
"treatment": [
{
"treatmentId": 1,
"name": "Treatment A",
"duration": 24,
"durationUnit": "day",
"numSubjectVisits": 23,
"numBedNights": 24,
"standardTreatment": {
"numCrfPagesPerSubject": 25,
"endpointTreatment": false,
"costPerBedNight": 25.0,
"costPerBedNightCurrency": "USD",
"numSubjectDiaryPages": 8,
"numQOLDataPages": 9,
"numPharmacoDataPages": 5,
"subjectDiaryEletronic": false,
"subjectDropRate": 5.0,
"numSubjectsComplete": 474,
"monitoringMinutesPerCrfPage": 4.16208,
"lsltLpltDate": "19-Jul-2021 12:00:00 CDT"
},
"treatmentLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"numEnrolledSubjects": 500,
"subjectDropRate": 5.0,
"numSubjectsComplete": 0
},
{
"locationId": 101,
"locationName": "Canada",
"numEnrolledSubjects": 250,
"subjectDropRate": 5.0,
"numSubjectsComplete": 237
},
{
"locationId": 100,
"locationName": "USA",
"numEnrolledSubjects": 250,
"subjectDropRate": 5.0,
"numSubjectsComplete": 237
}
],
"treatmentSchedule": [
{
"periodNum": -1,
"numCRFPages": 5,
"monitoringTimeMins": 18.810398
},
{
"periodNum": 1,
"numCRFPages": 1,
"monitoringTimeMins": 1.0594496
},
{
"periodNum": 2,
"numCRFPages": 1,
"monitoringTimeMins": 1.0594496
},
{
"periodNum": 3,
"numCRFPages": 1,
"monitoringTimeMins": 1.0594496
},
{
"periodNum": 4,
"numCRFPages": 1,
"monitoringTimeMins": 1.0594496
},
{
"periodNum": 5,
"numCRFPages": 1,
"monitoringTimeMins": 1.0594496
},
{
"periodNum": 6,
"numCRFPages": 1,
"monitoringTimeMins": 1.0594496
},
{
"periodNum": 7,
"numCRFPages": 1,
"monitoringTimeMins": 1.0594496
},
{
"periodNum": 8,
"numCRFPages": 1,
"monitoringTimeMins": 1.0594496
}
],
"grants": {
"grantsLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"procedureCost": 1500.0,
"procedureCostCurrency": "USD",
"specialProcedureCost": 0.0,
"specialProcedureCostCurrency": "USD",
"stipendPerEnrolledSubject": 240.0,
"stipendPerEnrolledSubjectCurrency": "USD",
"stipendPerAlternateSubject": 220.0,
"grantAmountPerScreenFail": 2220.0,
"grantAmountPerScreenFailCurrency": "USD",
"pctScreenFailurePaidFor": 10.0,
"stipendScreenFailure": 20.0
},
{
"locationId": 101,
"locationName": "Canada",
"procedureCost": 1500.0,
"procedureCostCurrency": "USD",
"specialProcedureCost": 0.0,
"specialProcedureCostCurrency": "USD",
"stipendPerEnrolledSubject": 240.0,
"stipendPerEnrolledSubjectCurrency": "USD",
"stipendPerAlternateSubject": 220.0,
"grantAmountPerScreenFail": 2220.0,
"grantAmountPerScreenFailCurrency": "USD",
"pctScreenFailurePaidFor": 10.0,
"stipendScreenFailure": 20.0
},
{
"locationId": 100,
"locationName": "USA",
"procedureCost": 1500.0,
"procedureCostCurrency": "USD",
"specialProcedureCost": 0.0,
"specialProcedureCostCurrency": "USD",
"stipendPerEnrolledSubject": 240.0,
"stipendPerEnrolledSubjectCurrency": "USD",
"stipendPerAlternateSubject": 220.0,
"grantAmountPerScreenFail": 2220.0,
"grantAmountPerScreenFailCurrency": "USD",
"pctScreenFailurePaidFor": 10.0,
"stipendScreenFailure": 20.0
}
]
}
},
{
"treatmentId": 2,
"name": "Treatment B",
"duration": 25,
"durationUnit": "day",
"numSubjectVisits": 25,
"numBedNights": 25,
"standardTreatment": {
"numCrfPagesPerSubject": 30,
"endpointTreatment": false,
"costPerBedNight": 25.0,
"costPerBedNightCurrency": "USD",
"numSubjectDiaryPages": 2,
"numQOLDataPages": 3,
"numPharmacoDataPages": 4,
"subjectDiaryEletronic": true,
"subjectDropRate": 5.0,
"numSubjectsComplete": 474,
"monitoringMinutesPerCrfPage": 4.16208,
"lsltLpltDate": "19-Jul-2021 12:00:00 CDT"
},
"treatmentLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"numEnrolledSubjects": 500,
"subjectDropRate": 5.0,
"numSubjectsComplete": 0
},
{
"locationId": 101,
"locationName": "Canada",
"numEnrolledSubjects": 250,
"subjectDropRate": 5.0,
"numSubjectsComplete": 237
},
{
"locationId": 100,
"locationName": "USA",
"numEnrolledSubjects": 250,
"subjectDropRate": 5.0,
"numSubjectsComplete": 237
}
],
"treatmentSchedule": [
{
"periodNum": -1,
"numCRFPages": 5,
"monitoringTimeMins": 18.810398
},
{
"periodNum": 1,
"numCRFPages": 1,
"monitoringTimeMins": 3.1467893
},
{
"periodNum": 2,
"numCRFPages": 1,
"monitoringTimeMins": 3.1467893
},
{
"periodNum": 3,
"numCRFPages": 1,
"monitoringTimeMins": 3.1467893
},
{
"periodNum": 4,
"numCRFPages": 1,
"monitoringTimeMins": 3.1467893
},
{
"periodNum": 5,
"numCRFPages": 2,
"monitoringTimeMins": 6.2935786
},
{
"periodNum": 6,
"numCRFPages": 1,
"monitoringTimeMins": 3.1467893
},
{
"periodNum": 7,
"numCRFPages": 1,
"monitoringTimeMins": 3.1467893
},
{
"periodNum": 8,
"numCRFPages": 1,
"monitoringTimeMins": 3.1467893
}
],
"grants": {
"grantsLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"procedureCost": 1500.0,
"procedureCostCurrency": "USD",
"specialProcedureCost": 0.0,
"specialProcedureCostCurrency": "USD",
"stipendPerEnrolledSubject": 240.0,
"stipendPerEnrolledSubjectCurrency": "USD",
"stipendPerAlternateSubject": 220.0,
"grantAmountPerScreenFail": 2220.0,
"grantAmountPerScreenFailCurrency": "USD",
"pctScreenFailurePaidFor": 10.0,
"stipendScreenFailure": 20.0
},
{
"locationId": 101,
"locationName": "Canada",
"procedureCost": 1500.0,
"procedureCostCurrency": "USD",
"specialProcedureCost": 0.0,
"specialProcedureCostCurrency": "USD",
"stipendPerEnrolledSubject": 240.0,
"stipendPerEnrolledSubjectCurrency": "USD",
"stipendPerAlternateSubject": 220.0,
"grantAmountPerScreenFail": 2220.0,
"grantAmountPerScreenFailCurrency": "USD",
"pctScreenFailurePaidFor": 10.0,
"stipendScreenFailure": 20.0
},
{
"locationId": 100,
"locationName": "USA",
"procedureCost": 1500.0,
"procedureCostCurrency": "USD",
"specialProcedureCost": 0.0,
"specialProcedureCostCurrency": "USD",
"stipendPerEnrolledSubject": 240.0,
"stipendPerEnrolledSubjectCurrency": "USD",
"stipendPerAlternateSubject": 220.0,
"grantAmountPerScreenFail": 2220.0,
"grantAmountPerScreenFailCurrency": "USD",
"pctScreenFailurePaidFor": 10.0,
"stipendScreenFailure": 20.0
}
]
}
}
],
"followup": {
"pctSubjectsFollowup": 100.0,
"followupDuration": 7,
"followupDurationUnit": "day",
"followupDropRate": 0.0,
"firstFollowupVisit": 1,
"firstFollowupVisitDuration": "day",
"numSubjectsCompleteFollowup": 474,
"followupVisitFrequency": 1,
"followupVisitFrequencyDuration": "day",
"numCrfPagesPerExtendedVisit": 22,
"numQOLDataPagesPerExtendedVisit": 2,
"numSubjectDiaryPagesPerExtendedVisit": 4,
"numPharmacoDataPagesPerExtendedVisit": 2,
"lastSubjectLastFollowupVisit": "20-Aug-2021 12:00:00 CDT",
"followupLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"followupDropRate": 0.0,
"numSubjectsCompleteFollowup": 475
},
{
"locationId": 101,
"locationName": "Canada",
"followupDropRate": 0.0,
"numSubjectsCompleteFollowup": 237
},
{
"locationId": 100,
"locationName": "USA",
"followupDropRate": 0.0,
"numSubjectsCompleteFollowup": 237
}
]
}
},
"url": "/cleartrial-ws/plans/24278/treatment"
}
}
If the study is a Phase I Healthy Volunteers crossover study, then the output is similar to the representation that follows.
Sample output in JSON:
{
"treatments": {
"planId": 24272,
"trialDesign": "Parallel",
"electronicSubjectDiary": false,
"endpointStudy": false,
"treatment": [
{
"treatmentId": 1,
"name": "Treatment A",
"duration": 25,
"durationUnit": "day",
"numSubjectVisits": 23,
"numBedNights": 25,
"subject": {
"numEnrolledSubjects": 25,
"enrollmentPeriod": 0,
"manageFsftPerLocation": false,
"fsftFpftDate": "12-Apr-2021 12:00:00 CDT",
"alternateSubjects": 3,
"subjectLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"numEnrolledSubjects": 25,
"fsftDate": "12-Apr-2021 12:00:00 CDT",
"enrollmentPeriod": 0,
"enrollmentRate": 0.0,
"alternateSubjects": 0
},
{
"locationId": 100,
"locationName": "USA",
"numEnrolledSubjects": 25,
"fsftDate": "12-Apr-2021 12:00:00 CDT",
"enrollmentPeriod": 0,
"enrollmentRate": 0.0,
"alternateSubjects": 6
}
]
},
"screening": {
"screeningPeriod": 1,
"screenPeriodUnit": "day",
"screenVisits": 1,
"numCRFPagesScreenPerSubject": 5,
"screenFailureRate": 50.0,
"numSubjectsScreen": 56,
"screeningLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"screenFailureRate": 50.0,
"numSubjectsScreen": 50
},
{
"locationId": 100,
"locationName": "USA",
"screenFailureRate": 50.0,
"numSubjectsScreen": 56
}
]
},
"standardTreatment": {
"numCrfPagesPerSubject": 25,
"endpointTreatment": false,
"costPerBedNight": 15.0,
"costPerBedNightCurrency": "USD",
"numSubjectDiaryPages": 0,
"numQOLDataPages": 0,
"numPharmacoDataPages": 0,
"subjectDiaryEletronic": true,
"subjectDropRate": 5.0,
"numSubjectsComplete": 24,
"monitoringMinutesPerCrfPage": 4.16208,
"lsltLpltDate": "06-May-2021 12:00:00 CDT"
},
"treatmentLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"numEnrolledSubjects": 25,
"subjectDropRate": 5.0,
"numSubjectsComplete": 24
},
{
"locationId": 100,
"locationName": "USA",
"numEnrolledSubjects": 25,
"subjectDropRate": 5.0,
"numSubjectsComplete": 24
}
],
"followup": {
"pctSubjectsFollowup": 100.0,
"followupDuration": 7,
"followupDurationUnit": "day",
"followupDropRate": 0.0,
"firstFollowupVisit": 1,
"firstFollowupVisitDuration": "day",
"numSubjectsCompleteFollowup": 24,
"followupVisitFrequency": 1,
"followupVisitFrequencyDuration": "day",
"numCrfPagesPerExtendedVisit": 10,
"numQOLDataPagesPerExtendedVisit": 0,
"numSubjectDiaryPagesPerExtendedVisit": 0,
"numPharmacoDataPagesPerExtendedVisit": 0,
"lastSubjectLastFollowupVisit": "14-May-2021 12:00:00 CDT",
"followupLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"followupDropRate": 0.0,
"numSubjectsCompleteFollowup": 24
},
{
"locationId": 100,
"locationName": "USA",
"followupDropRate": 0.0,
"numSubjectsCompleteFollowup": 24
}
]
},
"treatmentSchedule": [
{
"periodNum": -1,
"numCRFPages": 5,
"monitoringTimeMins": 20.810398,
"pctOfGrant": 0.0
},
{
"periodNum": 1,
"numCRFPages": 1,
"monitoringTimeMins": 4.16208,
"pctOfGrant": 0.9523809523809524
},
{
"periodNum": 2,
"numCRFPages": 1,
"monitoringTimeMins": 4.16208,
"pctOfGrant": 0.9523809523809524
},
{
…
…
}
],
"grants": {
"grantsLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"procedureCost": 0.0,
"procedureCostCurrency": "USD",
"specialProcedureCost": 0.0,
"specialProcedureCostCurrency": "USD",
"stipendPerEnrolledSubject": 0.0,
"stipendPerEnrolledSubjectCurrency": "USD",
"stipendPerAlternateSubject": 0.0,
"grantAmountPerScreenFail": 0.0,
"grantAmountPerScreenFailCurrency": "USD",
"pctScreenFailurePaidFor": 0.0,
"stipendScreenFailure": 0.0
},
{
"locationId": 100,
"locationName": "USA",
"procedureCost": 0.0,
"procedureCostCurrency": "USD",
"specialProcedureCost": 0.0,
"specialProcedureCostCurrency": "USD",
"stipendPerEnrolledSubject": 0.0,
"stipendPerEnrolledSubjectCurrency": "USD",
"stipendPerAlternateSubject": 0.0,
"grantAmountPerScreenFail": 0.0,
"grantAmountPerScreenFailCurrency": "USD",
"pctScreenFailurePaidFor": 0.0,
"stipendScreenFailure": 0.0
}
]
}
},
{
"treatmentId": 2,
"name": "Treatment B",
"duration": 25,
"durationUnit": "day",
"numSubjectVisits": 25,
"numBedNights": 25,
"subject": {
"numEnrolledSubjects": 25,
"enrollmentPeriod": 0,
"manageFsftPerLocation": false,
"fsftFpftDate": "12-Apr-2021 12:00:00 CDT",
"alternateSubjects": 3,
"subjectLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"numEnrolledSubjects": 25,
"fsftDate": "12-Apr-2021 12:00:00 CDT",
"enrollmentPeriod": 0,
"enrollmentRate": 0.0,
"alternateSubjects": 0
},
{
"locationId": 100,
"locationName": "USA",
"numEnrolledSubjects": 25,
"fsftDate": "12-Apr-2021 12:00:00 CDT",
"enrollmentPeriod": 0,
"enrollmentRate": 0.0,
"alternateSubjects": 6
}
]
},
"screening": {
"screeningPeriod": 1,
"screenPeriodUnit": "day",
"screenVisits": 1,
"numCRFPagesScreenPerSubject": 5,
"screenFailureRate": 50.0,
"numSubjectsScreen": 56,
"screeningLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"screenFailureRate": 50.0,
"numSubjectsScreen": 50
},
{
"locationId": 100,
"locationName": "USA",
"screenFailureRate": 50.0,
"numSubjectsScreen": 56
}
]
},
"standardTreatment": {
"numCrfPagesPerSubject": 25,
"endpointTreatment": false,
"costPerBedNight": 15.0,
"costPerBedNightCurrency": "USD",
"numSubjectDiaryPages": 0,
"numQOLDataPages": 0,
"numPharmacoDataPages": 0,
"subjectDiaryEletronic": false,
"subjectDropRate": 5.0,
"numSubjectsComplete": 24,
"monitoringMinutesPerCrfPage": 4.16208,
"lsltLpltDate": "06-May-2021 12:00:00 CDT"
},
"treatmentLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"numEnrolledSubjects": 25,
"subjectDropRate": 5.0,
"numSubjectsComplete": 24
},
{
"locationId": 100,
"locationName": "USA",
"numEnrolledSubjects": 25,
"subjectDropRate": 5.0,
"numSubjectsComplete": 24
}
],
"followup": {
"pctSubjectsFollowup": 100.0,
"followupDuration": 7,
"followupDurationUnit": "day",
"followupDropRate": 0.0,
"firstFollowupVisit": 1,
"firstFollowupVisitDuration": "day",
"numSubjectsCompleteFollowup": 24,
"followupVisitFrequency": 1,
"followupVisitFrequencyDuration": "day",
"numCrfPagesPerExtendedVisit": 10,
"numQOLDataPagesPerExtendedVisit": 0,
"numSubjectDiaryPagesPerExtendedVisit": 0,
"numPharmacoDataPagesPerExtendedVisit": 0,
"lastSubjectLastFollowupVisit": "14-May-2021 12:00:00 CDT",
"followupLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"followupDropRate": 0.0,
"numSubjectsCompleteFollowup": 24
},
{
"locationId": 100,
"locationName": "USA",
"followupDropRate": 0.0,
"numSubjectsCompleteFollowup": 24
}
]
},
"treatmentSchedule": [
{
"periodNum": -1,
"numCRFPages": 5,
"monitoringTimeMins": 20.810398,
"pctOfGrant": 0.0
},
{
"periodNum": 1,
"numCRFPages": 1,
"monitoringTimeMins": 4.16208,
"pctOfGrant": 0.9523809523809524
},
{
…
…
}
],
"grants": {
"grantsLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"procedureCost": 0.0,
"procedureCostCurrency": "USD",
"specialProcedureCost": 0.0,
"specialProcedureCostCurrency": "USD",
"stipendPerEnrolledSubject": 0.0,
"stipendPerEnrolledSubjectCurrency": "USD",
"stipendPerAlternateSubject": 0.0,
"grantAmountPerScreenFail": 0.0,
"grantAmountPerScreenFailCurrency": "USD",
"pctScreenFailurePaidFor": 0.0,
"stipendScreenFailure": 0.0
},
{
"locationId": 100,
"locationName": "USA",
"procedureCost": 0.0,
"procedureCostCurrency": "USD",
"specialProcedureCost": 0.0,
"specialProcedureCostCurrency": "USD",
"stipendPerEnrolledSubject": 0.0,
"stipendPerEnrolledSubjectCurrency": "USD",
"stipendPerAlternateSubject": 0.0,
"grantAmountPerScreenFail": 0.0,
"grantAmountPerScreenFailCurrency": "USD",
"pctScreenFailurePaidFor": 0.0,
"stipendScreenFailure": 0.0
}
]
}
}
],
"url": "/cleartrial-ws/plans/24272/treatment"
}
}
If the study is a late-stage crossover study, then the output is similar to the representation that follows.
Sample output in JSON:
{
"treatments": {
"planId": 24278,
"trialDesign": "Crossover",
"crossoverDesignType": "Latin Square",
"electronicSubjectDiary": true,
"endpointStudy": false,
"baselineAndWashoutDetails": {
"numCRFPages": 23,
"monitoringTimeMins": 104.052,
"washoutPeriod": 122,
"washoutPeriodUnit": "day",
"washoutPeriodBedNights": 122
},
"crossoverTreatment": {
"subject": {
"numEnrolledSubjects": 500,
"enrollmentPeriod": 0,
"manageFsftPerLocation": false,
"fsftFpftDate": "06-Apr-2021 12:00:00 CDT",
"alternateSubjects": 26,
"subjectLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"numEnrolledSubjects": 500,
"fsftDate": "06-Apr-2021 12:00:00 CDT",
"enrollmentPeriod": 0,
"enrollmentRate": 0.0,
"alternateSubjects": 0
},
{
"locationId": 101,
"locationName": "Canada",
"numEnrolledSubjects": 250,
"fsftDate": "20-Jul-2021 12:00:00 CDT",
"enrollmentPeriod": 0,
"enrollmentRate": 0.0,
"alternateSubjects": 13
},
{
"locationId": 100,
"locationName": "USA",
"numEnrolledSubjects": 250,
"fsftDate": "06-Apr-2021 12:00:00 CDT",
"enrollmentPeriod": 0,
"enrollmentRate": 0.0,
"alternateSubjects": 13
}
]
},
"screening": {
"screeningPeriod": 1,
"screenPeriodUnit": "day",
"screenVisits": 1,
"numCRFPagesScreenPerSubject": 5,
"screenFailureRate": 50.0,
"numSubjectsScreen": 1052,
"screeningLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"screenFailureRate": 50.0,
"numSubjectsScreen": 1000
},
{
"locationId": 101,
"locationName": "Canada",
"screenFailureRate": 50.0,
"numSubjectsScreen": 526
},
{
"locationId": 100,
"locationName": "USA",
"screenFailureRate": 50.0,
"numSubjectsScreen": 526
}
]
},
"treatment": [
{
"treatmentId": 1,
"name": "Treatment A",
"duration": 24,
"durationUnit": "day",
"numSubjectVisits": 23,
"numBedNights": 24,
"standardTreatment": {
"numCrfPagesPerSubject": 25,
"endpointTreatment": false,
"costPerBedNight": 25.0,
"costPerBedNightCurrency": "USD",
"numSubjectDiaryPages": 8,
"numQOLDataPages": 9,
"numPharmacoDataPages": 5,
"subjectDiaryEletronic": false,
"subjectDropRate": 5.0,
"numSubjectsComplete": 474,
"monitoringMinutesPerCrfPage": 4.16208,
"lsltLpltDate": "19-Jul-2021 12:00:00 CDT"
},
"treatmentLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"numEnrolledSubjects": 500,
"subjectDropRate": 5.0,
"numSubjectsComplete": 0
},
{
"locationId": 101,
"locationName": "Canada",
"numEnrolledSubjects": 250,
"subjectDropRate": 5.0,
"numSubjectsComplete": 237
},
{
"locationId": 100,
"locationName": "USA",
"numEnrolledSubjects": 250,
"subjectDropRate": 5.0,
"numSubjectsComplete": 237
}
],
"treatmentSchedule": [
{
"periodNum": -1,
"numCRFPages": 5,
"monitoringTimeMins": 18.810398
},
{
"periodNum": 1,
"numCRFPages": 1,
"monitoringTimeMins": 1.0594496
},
{
"periodNum": 2,
"numCRFPages": 1,
"monitoringTimeMins": 1.0594496
},
{
"periodNum": 3,
"numCRFPages": 1,
"monitoringTimeMins": 1.0594496
},
{
"periodNum": 4,
"numCRFPages": 1,
"monitoringTimeMins": 1.0594496
},
{
"periodNum": 5,
"numCRFPages": 1,
"monitoringTimeMins": 1.0594496
},
{
"periodNum": 6,
"numCRFPages": 1,
"monitoringTimeMins": 1.0594496
},
{
"periodNum": 7,
"numCRFPages": 1,
"monitoringTimeMins": 1.0594496
},
{
"periodNum": 8,
"numCRFPages": 1,
"monitoringTimeMins": 1.0594496
}
],
"grants": {
"grantsLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"procedureCost": 1500.0,
"procedureCostCurrency": "USD",
"specialProcedureCost": 0.0,
"specialProcedureCostCurrency": "USD",
"stipendPerEnrolledSubject": 240.0,
"stipendPerEnrolledSubjectCurrency": "USD",
"stipendPerAlternateSubject": 220.0,
"grantAmountPerScreenFail": 2220.0,
"grantAmountPerScreenFailCurrency": "USD",
"pctScreenFailurePaidFor": 10.0,
"stipendScreenFailure": 20.0
},
{
"locationId": 101,
"locationName": "Canada",
"procedureCost": 1500.0,
"procedureCostCurrency": "USD",
"specialProcedureCost": 0.0,
"specialProcedureCostCurrency": "USD",
"stipendPerEnrolledSubject": 240.0,
"stipendPerEnrolledSubjectCurrency": "USD",
"stipendPerAlternateSubject": 220.0,
"grantAmountPerScreenFail": 2220.0,
"grantAmountPerScreenFailCurrency": "USD",
"pctScreenFailurePaidFor": 10.0,
"stipendScreenFailure": 20.0
},
{
"locationId": 100,
"locationName": "USA",
"procedureCost": 1500.0,
"procedureCostCurrency": "USD",
"specialProcedureCost": 0.0,
"specialProcedureCostCurrency": "USD",
"stipendPerEnrolledSubject": 240.0,
"stipendPerEnrolledSubjectCurrency": "USD",
"stipendPerAlternateSubject": 220.0,
"grantAmountPerScreenFail": 2220.0,
"grantAmountPerScreenFailCurrency": "USD",
"pctScreenFailurePaidFor": 10.0,
"stipendScreenFailure": 20.0
}
]
}
},
{
"treatmentId": 2,
"name": "Treatment B",
"duration": 25,
"durationUnit": "day",
"numSubjectVisits": 25,
"numBedNights": 25,
"standardTreatment": {
"numCrfPagesPerSubject": 30,
"endpointTreatment": false,
"costPerBedNight": 25.0,
"costPerBedNightCurrency": "USD",
"numSubjectDiaryPages": 2,
"numQOLDataPages": 3,
"numPharmacoDataPages": 4,
"subjectDiaryEletronic": true,
"subjectDropRate": 5.0,
"numSubjectsComplete": 474,
"monitoringMinutesPerCrfPage": 4.16208,
"lsltLpltDate": "19-Jul-2021 12:00:00 CDT"
},
"treatmentLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"numEnrolledSubjects": 500,
"subjectDropRate": 5.0,
"numSubjectsComplete": 0
},
{
"locationId": 101,
"locationName": "Canada",
"numEnrolledSubjects": 250,
"subjectDropRate": 5.0,
"numSubjectsComplete": 237
},
{
"locationId": 100,
"locationName": "USA",
"numEnrolledSubjects": 250,
"subjectDropRate": 5.0,
"numSubjectsComplete": 237
}
],
"treatmentSchedule": [
{
"periodNum": -1,
"numCRFPages": 5,
"monitoringTimeMins": 18.810398
},
{
"periodNum": 1,
"numCRFPages": 1,
"monitoringTimeMins": 3.1467893
},
{
"periodNum": 2,
"numCRFPages": 1,
"monitoringTimeMins": 3.1467893
},
{
"periodNum": 3,
"numCRFPages": 1,
"monitoringTimeMins": 3.1467893
},
{
"periodNum": 4,
"numCRFPages": 1,
"monitoringTimeMins": 3.1467893
},
{
"periodNum": 5,
"numCRFPages": 2,
"monitoringTimeMins": 6.2935786
},
{
"periodNum": 6,
"numCRFPages": 1,
"monitoringTimeMins": 3.1467893
},
{
"periodNum": 7,
"numCRFPages": 1,
"monitoringTimeMins": 3.1467893
},
{
"periodNum": 8,
"numCRFPages": 1,
"monitoringTimeMins": 3.1467893
}
],
"grants": {
"grantsLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"procedureCost": 1500.0,
"procedureCostCurrency": "USD",
"specialProcedureCost": 0.0,
"specialProcedureCostCurrency": "USD",
"stipendPerEnrolledSubject": 240.0,
"stipendPerEnrolledSubjectCurrency": "USD",
"stipendPerAlternateSubject": 220.0,
"grantAmountPerScreenFail": 2220.0,
"grantAmountPerScreenFailCurrency": "USD",
"pctScreenFailurePaidFor": 10.0,
"stipendScreenFailure": 20.0
},
{
"locationId": 101,
"locationName": "Canada",
"procedureCost": 1500.0,
"procedureCostCurrency": "USD",
"specialProcedureCost": 0.0,
"specialProcedureCostCurrency": "USD",
"stipendPerEnrolledSubject": 240.0,
"stipendPerEnrolledSubjectCurrency": "USD",
"stipendPerAlternateSubject": 220.0,
"grantAmountPerScreenFail": 2220.0,
"grantAmountPerScreenFailCurrency": "USD",
"pctScreenFailurePaidFor": 10.0,
"stipendScreenFailure": 20.0
},
{
"locationId": 100,
"locationName": "USA",
"procedureCost": 1500.0,
"procedureCostCurrency": "USD",
"specialProcedureCost": 0.0,
"specialProcedureCostCurrency": "USD",
"stipendPerEnrolledSubject": 240.0,
"stipendPerEnrolledSubjectCurrency": "USD",
"stipendPerAlternateSubject": 220.0,
"grantAmountPerScreenFail": 2220.0,
"grantAmountPerScreenFailCurrency": "USD",
"pctScreenFailurePaidFor": 10.0,
"stipendScreenFailure": 20.0
}
]
}
}
],
"followup": {
"pctSubjectsFollowup": 100.0,
"followupDuration": 7,
"followupDurationUnit": "day",
"followupDropRate": 0.0,
"firstFollowupVisit": 1,
"firstFollowupVisitDuration": "day",
"numSubjectsCompleteFollowup": 474,
"followupVisitFrequency": 1,
"followupVisitFrequencyDuration": "day",
"numCrfPagesPerExtendedVisit": 22,
"numQOLDataPagesPerExtendedVisit": 2,
"numSubjectDiaryPagesPerExtendedVisit": 4,
"numPharmacoDataPagesPerExtendedVisit": 2,
"lastSubjectLastFollowupVisit": "20-Aug-2021 12:00:00 CDT",
"followupLocations": [
{
"locationId": 0,
"locationName": "All Locations",
"followupDropRate": 0.0,
"numSubjectsCompleteFollowup": 475
},
{
"locationId": 101,
"locationName": "Canada",
"followupDropRate": 0.0,
"numSubjectsCompleteFollowup": 237
},
{
"locationId": 100,
"locationName": "USA",
"followupDropRate": 0.0,
"numSubjectsCompleteFollowup": 237
}
]
}
},
"url": "/cleartrial-ws/plans/24278/treatment"
}
}
Sub-Resources: None
Parent topic: Plan Resource API