AssignParticipantDevices

data class AssignParticipantDevices(participantId: UUID, masterDeviceRoleNames: Set<String>)

Assign master devices, identified by the masterDeviceRoleNames of a study protocol, to the participant identified by participantId.

Constructors

AssignParticipantDevices
Link copied to clipboard
fun AssignParticipantDevices(participantId: UUID, masterDeviceRoleNames: Set<String>)

Properties

masterDeviceRoleNames
Link copied to clipboard
val masterDeviceRoleNames: Set<String>
participantId
Link copied to clipboard
val participantId: UUID