@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class Study extends Object
Constructor and Description |
---|
Study() |
Modifier and Type | Method and Description |
---|---|
Study |
addContactsItem(Contact contactsItem) |
Study |
addCustomEventsItem(CustomEvent customEventsItem) |
Study |
addDiseasesItem(String diseasesItem) |
Study |
addSignInTypesItem(SignInType signInTypesItem) |
Study |
addStudyDesignTypesItem(String studyDesignTypesItem) |
Study |
adherenceThresholdPercentage(Integer adherenceThresholdPercentage) |
Study |
clientData(Object clientData) |
Study |
colorScheme(ColorScheme colorScheme) |
Study |
contacts(List<Contact> contacts) |
Study |
customEvents(List<CustomEvent> customEvents) |
Study |
deleted(Boolean deleted) |
Study |
details(String details) |
Study |
diseases(List<String> diseases) |
boolean |
equals(Object o) |
Study |
exporter3Configuration(Exporter3Configuration exporter3Configuration) |
Study |
exporter3Enabled(Boolean exporter3Enabled) |
Integer |
getAdherenceThresholdPercentage()
If a participant’s adherence percentage drops under the adherence threshold percentage, Bridge will take action (for example, send a message to administrators for follow-up).
|
Object |
getClientData()
Client data for a study should be in a syntactically valid JSON format.
|
ColorScheme |
getColorScheme()
Get colorScheme
|
List<Contact> |
getContacts()
Get contacts
|
DateTime |
getCreatedOn()
The date and time the study was created.
|
List<CustomEvent> |
getCustomEvents()
Get customEvents
|
String |
getDetails()
An in-depth description of this study for prospective participants, or to show participants after they have joined a study (the “about” screen for the study).
|
List<String> |
getDiseases()
A list of the diseases that are the subject of this study.
|
Exporter3Configuration |
getExporter3Configuration()
Configuration required for Exporter 3.0.
|
String |
getIdentifier()
The identifier for this study.
|
String |
getInstitutionId()
An identification number for the study that has been assigned by the sponsor or institution running the study.
|
LocalDate |
getIrbDecisionOn()
Before the study can launch, it must be reviewed by your IRB and either be approved, or considered exempt from human subjects research guidelines.
|
IrbDecisionType |
getIrbDecisionType()
Get irbDecisionType
|
LocalDate |
getIrbExpiresOn()
The last date that the IRB’s review is considered up-to-date for this study.
|
String |
getIrbName()
The name of the IRB that approved the study or decided it was exempt from human subjects research guidelines.
|
String |
getIrbProtocolId()
An identification number for the study that has been assigned by the IRB.
|
String |
getIrbProtocolName()
The name of the protocol as it was submitted to the IRB for approval.
|
String |
getKeywords()
Free text that can be used in searches to locate studies.
|
DateTime |
getModifiedOn()
The date and time the study was last modified.
|
String |
getName()
The name of the study.
|
StudyPhase |
getPhase()
The lifecycle phase this study is in.
|
String |
getScheduleGuid()
The GUID of the schedule to use for this study.
|
List<SignInType> |
getSignInTypes()
Get signInTypes
|
List<String> |
getStudyDesignTypes()
The type of study (e.g.
|
String |
getStudyLogoUrl()
An URL to a logo for the study.
|
String |
getStudyStartEventId()
The event that starts the study for a participant.
|
String |
getStudyTimeZone()
The time zone of the study.
|
String |
getType()
Study
|
Long |
getVersion()
The optimistic locking version of the study.
|
int |
hashCode() |
Study |
identifier(String identifier) |
Study |
institutionId(String institutionId) |
Study |
irbDecisionOn(LocalDate irbDecisionOn) |
Study |
irbDecisionType(IrbDecisionType irbDecisionType) |
Study |
irbExpiresOn(LocalDate irbExpiresOn) |
Study |
irbName(String irbName) |
Study |
irbProtocolId(String irbProtocolId) |
Study |
irbProtocolName(String irbProtocolName) |
Boolean |
isDeleted()
Has this study been logically deleted (an admin can restore it)?
|
Boolean |
isExporter3Enabled()
True if Exporter 3.0 is enabled for this study.
|
Study |
keywords(String keywords) |
Study |
name(String name) |
Study |
phase(StudyPhase phase) |
void |
setAdherenceThresholdPercentage(Integer adherenceThresholdPercentage) |
void |
setClientData(Object clientData) |
void |
setColorScheme(ColorScheme colorScheme) |
void |
setContacts(List<Contact> contacts) |
void |
setCustomEvents(List<CustomEvent> customEvents) |
void |
setDeleted(Boolean deleted) |
void |
setDetails(String details) |
void |
setDiseases(List<String> diseases) |
void |
setExporter3Configuration(Exporter3Configuration exporter3Configuration) |
void |
setExporter3Enabled(Boolean exporter3Enabled) |
void |
setIdentifier(String identifier) |
void |
setInstitutionId(String institutionId) |
void |
setIrbDecisionOn(LocalDate irbDecisionOn) |
void |
setIrbDecisionType(IrbDecisionType irbDecisionType) |
void |
setIrbExpiresOn(LocalDate irbExpiresOn) |
void |
setIrbName(String irbName) |
void |
setIrbProtocolId(String irbProtocolId) |
void |
setIrbProtocolName(String irbProtocolName) |
void |
setKeywords(String keywords) |
void |
setName(String name) |
void |
setPhase(StudyPhase phase) |
void |
setSignInTypes(List<SignInType> signInTypes) |
void |
setStudyDesignTypes(List<String> studyDesignTypes) |
void |
setStudyLogoUrl(String studyLogoUrl) |
void |
setStudyStartEventId(String studyStartEventId) |
void |
setStudyTimeZone(String studyTimeZone) |
void |
setVersion(Long version) |
Study |
signInTypes(List<SignInType> signInTypes) |
Study |
studyDesignTypes(List<String> studyDesignTypes) |
Study |
studyLogoUrl(String studyLogoUrl) |
Study |
studyStartEventId(String studyStartEventId) |
Study |
studyTimeZone(String studyTimeZone) |
String |
toString() |
Study |
version(Long version) |
public String getIdentifier()
public void setIdentifier(String identifier)
public String getName()
public void setName(String name)
public String getDetails()
public void setDetails(String details)
public Study exporter3Configuration(Exporter3Configuration exporter3Configuration)
public Exporter3Configuration getExporter3Configuration()
public void setExporter3Configuration(Exporter3Configuration exporter3Configuration)
public Boolean isExporter3Enabled()
public void setExporter3Enabled(Boolean exporter3Enabled)
public Study phase(StudyPhase phase)
public StudyPhase getPhase()
public void setPhase(StudyPhase phase)
public String getStudyStartEventId()
public void setStudyStartEventId(String studyStartEventId)
public Object getClientData()
public void setClientData(Object clientData)
public String getStudyTimeZone()
public void setStudyTimeZone(String studyTimeZone)
public Study adherenceThresholdPercentage(Integer adherenceThresholdPercentage)
public Integer getAdherenceThresholdPercentage()
public void setAdherenceThresholdPercentage(Integer adherenceThresholdPercentage)
public String getIrbName()
public void setIrbName(String irbName)
public LocalDate getIrbDecisionOn()
public void setIrbDecisionOn(LocalDate irbDecisionOn)
public LocalDate getIrbExpiresOn()
public void setIrbExpiresOn(LocalDate irbExpiresOn)
public Study irbDecisionType(IrbDecisionType irbDecisionType)
public IrbDecisionType getIrbDecisionType()
public void setIrbDecisionType(IrbDecisionType irbDecisionType)
public String getIrbProtocolName()
public void setIrbProtocolName(String irbProtocolName)
public String getIrbProtocolId()
public void setIrbProtocolId(String irbProtocolId)
public String getStudyLogoUrl()
public void setStudyLogoUrl(String studyLogoUrl)
public Study colorScheme(ColorScheme colorScheme)
public ColorScheme getColorScheme()
public void setColorScheme(ColorScheme colorScheme)
public String getInstitutionId()
public void setInstitutionId(String institutionId)
public String getScheduleGuid()
public String getKeywords()
public void setKeywords(String keywords)
public List<String> getDiseases()
public List<String> getStudyDesignTypes()
public Study signInTypes(List<SignInType> signInTypes)
public Study addSignInTypesItem(SignInType signInTypesItem)
public List<SignInType> getSignInTypes()
public void setSignInTypes(List<SignInType> signInTypes)
public Study customEvents(List<CustomEvent> customEvents)
public Study addCustomEventsItem(CustomEvent customEventsItem)
public List<CustomEvent> getCustomEvents()
public void setCustomEvents(List<CustomEvent> customEvents)
public Boolean isDeleted()
public void setDeleted(Boolean deleted)
public DateTime getCreatedOn()
public DateTime getModifiedOn()
public Long getVersion()
public void setVersion(Long version)
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.