Uses of Class
com.sas.lsaf.clinical.standards.StandardNotFoundException
Packages that use StandardNotFoundException
Package
Description
Classes and interfaces to retrieve and export standards in the system.
Classes and interfaces to retrieve study information.
-
Uses of StandardNotFoundException in com.sas.lsaf.clinical.standards
Methods in com.sas.lsaf.clinical.standards that throw StandardNotFoundExceptionModifier and TypeMethodDescriptionStandardsService.exportStandardToDataSets(String standardId, EntityStatus standardStatus, String version, BatchFileCreateInfo info) Exports a standard to a location in the repository or your workspace.StandardsService.getStandardDescriptorByNameAndStatus(String name, EntityStatus status) Gets standard descriptor by name andEntityStatus. -
Uses of StandardNotFoundException in com.sas.lsaf.clinical.study
Methods in com.sas.lsaf.clinical.study that throw StandardNotFoundExceptionModifier and TypeMethodDescriptionvoidStudyService.associateStandards(String studyId, Set<String> standardIds) Associates the standards with the study.StudyService.getStudiesAssociatedWithStandard(String standardId) Gets the studies that are associated with the standard.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.StudyService.importStudyTables(String studyId, String standardId, StudyTablesImportInfo importInfo, ExportFileCreateInfo validationInfo) Updates the study tables from the import file information with options to replace all or add new.