Represents a contributor to a study with associated contact and role information. This class stores metadata about individuals contributing to a research study.
Details
ContributorLine encapsulates contributor information including name, email, and role. Used within StudyMeta to maintain a structured list of study contributors.
Active bindings
nameContributor's full name. Can be read or set with validation.
emailContributor's email address. Can be read or set with validation.
roleContributor's role in the study. Can be read or set with validation.
Methods
Method new()
Initialize a new ContributorLine instance.
Usage
ContributorLine$new(name, email, role)