Device
Device represents a device entity, collected in a set on a Study.
Name | Type | Description |
---|---|---|
id | string |
The unique identifier used to synchronize the set of devices on the study. This is assigned by the IRB Exchange. |
isHumanitarianUseDevice | boolean |
Used to indicate whether the device is a humanitarian use device or not. |
name | string |
The name of the device. |
documents | Array of Document Reference | A collection of documents related to the device. |
Example
{
"id": "uuid:f8c716133bcd4ed0b44a573a3126f777",
"isHumanitarianUseDevice": false,
"name": "IBV Valve System",
"documents": [
{
"attachmentId": "documents/47086805f7dc4966b4a0c8736b7e32c4",
"category": "Device Attachment",
"draftDateModified": "8/23/2017 7:04:02 PM +00:00",
"draftFileName": "Test.txt",
"draftId": "documents/47086805f7dc4966b4a0c8736b7e32c4/draft",
"draftInitialSiteId": "documents/65486805f7dc4966b4a0c8736b7e34t5/draft",
"draftName": "Test.txt",
"draftVersion": "0.01",
"finalDateModified": "8/23/2017 7:53:06 PM +00:00",
"finalFileName": "Test.pdf",
"finalId": "documents/47086805f7dc4966b4a0c8736b7e32c4/final",
"finalInitialSiteId": "documents/65486805f7dc4966b4a0c8736b7e34t5/final",
"finalName": "Test.pdf",
"finalVersion": "0.01"
}
]
}