Create a device to receive clinical data from an eSource

post

/api/studies/{studyId}/subjects/{subjectId}/devices

Creates a virtual device to collect / receive clinical data from a datasource. Devices are assiged to a subject in the study.

Request

Path Parameters
Supported Media Types
Request Body ()
Subject attributes.
Root Schema : schema
Type: object
Show Source
Nested Schema : targetSubjIdMap
Type: array
Subject ID in each target application.
Show Source
Nested Schema : TargetSubj
Type: object
Show Source
  • subject ID in the target application.
  • Target type. Possible values are INFORM, DMW, or DEFAULT. Use DEFAULT type if the same subject Id is to be used across all targets. If DEFAULT and a specific target type exist in a map, the specific target type gets higher precedence over the DEFAULT type.
Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : device
Type: object
Show Source
Nested Schema : targetSubjIdMap
Type: array
Subject ID in each target application.
Show Source
Nested Schema : TargetSubj
Type: object
Show Source
  • subject ID in the target application.
  • Target type. Possible values are INFORM, DMW, or DEFAULT. Use DEFAULT type if the same subject Id is to be used across all targets. If DEFAULT and a specific target type exist in a map, the specific target type gets higher precedence over the DEFAULT type.

400 Response

Invalid payload.

404 Response

Invalid studyId or subjectId.
Back to Top