ttscience / unbiased

API for clinical trial randomization
https://ttscience.github.io/unbiased/
Other
9 stars 1 forks source link

Get randomization list #51

Closed kamilsi closed 8 months ago

kamilsi commented 9 months ago

We need to develop a new API endpoint GET /study/{study_id}/randomization_list within our API that allows users to retrieve the randomization list for a specific study identified by study_id. This endpoint will provide access to the randomization list (with an indication of whether code was used) or the sequence of already randomized patients (in case of e.g. dynamic randomization). This feature is essential for monitoring and auditing purposes, ensuring transparency and integrity in the randomization process.