Uses of Class
com.sas.lsaf.clinical.standards.StandardDescriptor
Packages that use StandardDescriptor
Package
Description
Classes and interfaces to retrieve and export standards in the system.
Classes and interfaces to retrieve study information.
-
Uses of StandardDescriptor in com.sas.lsaf.clinical.standards
Methods in com.sas.lsaf.clinical.standards that return StandardDescriptorModifier and TypeMethodDescriptionStandardsService.getStandardDescriptorByNameAndStatus(String name, EntityStatus status) Gets standard descriptor by name andEntityStatus.Methods in com.sas.lsaf.clinical.standards that return types with arguments of type StandardDescriptorModifier and TypeMethodDescriptionStandardsService.getStandardDescriptorsByStatus(EntityStatus status) Gets standard descriptors byEntityStatus. -
Uses of StandardDescriptor in com.sas.lsaf.clinical.study
Methods in com.sas.lsaf.clinical.study that return types with arguments of type StandardDescriptorModifier and TypeMethodDescriptionStudyService.getStandardsAssociatedWithStudy(String studyId) Gets the standards that are associated with the study.