SharingScope

@Serializable
enum SharingScope : Enum<SharingScope>

|Enum|Description| |---|---| |no_sharing| Do not share data generated by this participant with the study team;| |sponsors_and_partners|Share data with the study researchers and their researcher partners only;| |all_qualified_researchers|Share data with researchers who qualify under the specific governance qualifications to access the study's data set. This may include researchers beyond the sponsors of the original study.| Values: "no_sharing","sponsors_and_partners","all_qualified_researchers"

Entries

Link copied to clipboard
@SerialName(value = "no_sharing")
NO_SHARING
Link copied to clipboard
@SerialName(value = "sponsors_and_partners")
SPONSORS_AND_PARTNERS
Link copied to clipboard
@SerialName(value = "all_qualified_researchers")
ALL_QUALIFIED_RESEARCHERS

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val serialName: String? = null

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.