[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-03 UTC."],[[["MedicalTrial type provides information about a medical trial, extending the MedicalStudy type."],["It includes details like the phase of the trial and specifics of the trial design."],["`phase` is represented by Text type and `trialDesign` uses the MedicalTrialDesign enumerated type."]]],["The `MedicalTrial` type, which extends `MedicalStudy`, includes two key properties: `phase` and `trialDesign`. `phase`, a text field, describes the trial's current phase. `trialDesign` details the specific design of the trial, using an enumerated type called `MedicalTrialDesign`. These properties offer specific data about a medical trial, such as its progression and structure.\n"]]