Uses of Class
com.sas.lsaf.clinical.common.BatchFileCreateInfo
Packages that use BatchFileCreateInfo
Package
Description
Contains common clinical classes.
Classes and interfaces to retrieve and export standards in the system.
Classes and interfaces to retrieve study information.
Contains classes for managing TLF templates.
-
Uses of BatchFileCreateInfo in com.sas.lsaf.clinical.common
Methods in com.sas.lsaf.clinical.common that return BatchFileCreateInfoModifier and TypeMethodDescriptionBatchFileCreateInfo.enableVersioning()BatchFileCreateInfo.enableVersioning(boolean enableVersioning) BatchFileCreateInfo.overwrite()BatchFileCreateInfo.overwrite(boolean overwrite) -
Uses of BatchFileCreateInfo in com.sas.lsaf.clinical.standards
Methods in com.sas.lsaf.clinical.standards with parameters of type BatchFileCreateInfoModifier and TypeMethodDescriptionStandardsService.exportStandardToDataSets(String standardId, EntityStatus standardStatus, String version, BatchFileCreateInfo info) Exports a standard to a location in the repository or your workspace. -
Uses of BatchFileCreateInfo in com.sas.lsaf.clinical.study
Methods in com.sas.lsaf.clinical.study with parameters of type BatchFileCreateInfoModifier and TypeMethodDescriptionStudyService.exportStudyTablesToDataSets(String studyId, String baseStandardName, String modelId, BatchFileCreateInfo info) Exports to data sets the study's table and column metadata for a specified standard and model.StudyService.exportTlfsToDataSets(String studyId, String baseStandardName, String modelId, BatchFileCreateInfo info, boolean includeAnalysisResultsAndDatasets) Exports to data sets the study's Tables, Listings, and Figures metadata for a specified standard and model.StudyService.exportZeroObservationDataSetsForStudyTables(String studyId, String baseStandardName, String modelId, BatchFileCreateInfo info) Exports a zero observation data set for every table in a study. -
Uses of BatchFileCreateInfo in com.sas.lsaf.clinical.tlftemplate
Methods in com.sas.lsaf.clinical.tlftemplate with parameters of type BatchFileCreateInfoModifier and TypeMethodDescriptionTlfTemplateService.exportTlfsToDataSets(String tlfTemplateId, BatchFileCreateInfo fileCreateInfo, boolean includeAnalysisResults) Exports to data sets the global Tables, Listings, and Figures (TLF) metadata for a specified TLF template.