メディカルトライアル
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-04 UTC。
[null,null,["最終更新日 2024-09-04 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"]]