Package | Description |
---|---|
com.sas.lsaf.clinical.study |
Classes and interfaces for retrieving study information in the system.
|
Modifier and Type | Method and Description |
---|---|
StudyComponentEditableStatus |
StudyService.getStudyComponentEditableStatus(String studyId,
StudyComponent studyComponent)
Gets the study component editable status which indicates if it is being edited, by whom and when the edit
started.
|
StudyComponentEditableStatus |
StudyService.setStudyComponentAsNotEditable(String studyId,
StudyComponent studyComponent)
Sets the study component as not editable whether you or someone else has set it for edit.
|
StudyComponentEditableStatus |
StudyService.setStudyComponentEditableByCurrentUser(String studyId,
StudyComponent studyComponent)
Sets the study component as editable by the current user.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA