Package | Description |
---|---|
com.sas.lsaf.clinical.common |
Contains common clinical classes.
|
com.sas.lsaf.clinical.study |
Classes and interfaces to retrieve study information.
|
com.sas.lsaf.clinical.tlf |
Contains classes for global tlf information in the system.
|
Modifier and Type | Method and Description |
---|---|
static UpdateAction |
UpdateAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateAction[] |
UpdateAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateAction |
StudyComponentImportInfo.getUpdateAction()
|
UpdateAction |
StudyTablesImportInfo.getUpdateAction()
|
Modifier and Type | Method and Description |
---|---|
StudyUpdateResult |
StudyService.importStudyFromDefine(String studyId,
String standardId,
String definePath,
String defineVersion,
SourceLocation defineSourceLocation,
UpdateAction codeListUpdateAction,
ExportFileCreateInfo validationInfo)
Imports metadata from a Define-XML file and updates study components based on the contents of the file.
|
void |
StudyComponentImportInfo.setUpdateAction(UpdateAction updateAction)
|
void |
StudyTablesImportInfo.setUpdateAction(UpdateAction updateAction)
|
Constructor and Description |
---|
StudyComponentImportInfo(String importFilePath,
String importFileVersion,
SourceLocation importFileSourceLocation,
UpdateAction updateAction)
Constructor.
|
StudyTablesImportInfo(String tablesImportFilePath,
String tablesImportFileVersion,
String columnsImportFilePath,
String columnsImportFileVersion,
SourceLocation importFileSourceLocation,
UpdateAction updateAction)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
UpdateAction |
TlfImportInfo.getUpdateAction()
|
Modifier and Type | Method and Description |
---|---|
void |
TlfImportInfo.setUpdateAction(UpdateAction updateAction)
|
Constructor and Description |
---|
TlfImportInfo(String sectionsFilePath,
String sectionsFileVersion,
String tlfsFilePath,
String tlfsFileVersion,
SourceLocation importFileSourceLocation,
UpdateAction updateAction)
Constructor.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>