Drug
Drug represents a drug entity, collected in a set on Study.
Content
Name | Type | Description |
---|---|---|
brandName | string |
The brand name of the drug. |
documents | Array of Document Reference | Documents related to the drug (e.g. Copy of package insert, investigator brochure, product labeling). |
genericName | string |
The generic name of the drug. |
id | string |
A unique identifer used to internally reference the drug. Assigned by the IRB Exchange. |
Example
{
"brandName": "Adenocard",
"documents": [
{
"attachmentId": "documents/47086805f7dc4966b4a0c8736b7e32c4",
"category": "Drug Attachment",
"draftDateModified": "8/23/2017 7:04:02 PM +00:00",
"draftFileName": "Test.txt",
"draftId": "documents/47086805f7dc4966b4a0c8736b7e32c4/draft",
"draftName": "Test.txt",
"draftVersion": "0.01",
"finalDateModified": "8/23/2017 7:53:06 PM +00:00",
"finalFileName": "Test.pdf",
"finalId": "documents/47086805f7dc4966b4a0c8736b7e32c4/final",
"finalName": "Test.pdf",
"finalVersion": "0.01"
}
],
"genericName": "adenosine",
"id": "uuid:26fa85326bff4282a92c63d6b4d9a23b"
}