Package | Description |
---|---|
com.sas.lsaf.clinical.study |
Classes and interfaces to retrieve study information.
|
Modifier and Type | Method and Description |
---|---|
static StudyComponent |
StudyComponent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StudyComponent[] |
StudyComponent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StudyComponentEditableStatus |
StudyService.getStudyComponentEditableStatus(String studyId,
StudyComponent studyComponent)
Gets the study component editable status, that indicates whether the study component is being edited, by whom,
and when the editing started.
|
StudyComponentEditableStatus |
StudyService.setStudyComponentAsNotEditable(String studyId,
StudyComponent studyComponent)
Sets the study component as not editable regardless of whether you or someone else has set it for editing.
|
StudyComponentEditableStatus |
StudyService.setStudyComponentEditableByCurrentUser(String studyId,
StudyComponent studyComponent)
Sets the study component as editable by the current user.
|
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>