MedicalStudy
Type name: MedicalStudy
Extends MedicalEntity
Name |
Type |
Description |
outcome |
Text |
Expected or actual outcomes of the study. |
population |
Text |
Any characteristics of the population used in the study, e.g. 'males under 65'. |
sponsor |
Organization |
Sponsor of the study. |
status |
MedicalStudyStatus |
The status of the study (enumerated). |
studyLocation |
AdministrativeArea |
The location in which the study is taking/took place. |
studySubject |
MedicalEntity |
A subject of the study, i.e. one of the medical conditions, therapies, devices, drugs, etc. investigated by the study. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["MedicalStudy is a type that provides information about a medical study, including its outcomes, population, sponsor, status, location, and subject."],["It includes properties like outcome, population, sponsor, status, studyLocation, and studySubject to describe various aspects of the study."],["MedicalStudy extends the MedicalEntity type, inheriting its properties and functionalities."],["The properties within MedicalStudy use other specific types like Text, Organization, MedicalStudyStatus, AdministrativeArea, and MedicalEntity for structured data representation."]]],[]]