Uses of Class
com.sas.lsaf.clinical.standards.StandardDescriptor
-
Packages that use StandardDescriptor Package Description com.sas.lsaf.clinical.standards Classes and interfaces to retrieve and export standards in the system.com.sas.lsaf.clinical.study 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 StandardDescriptor Modifier and Type Method Description StandardDescriptor
StandardsService. getStandardDescriptorByNameAndStatus(java.lang.String name, EntityStatus status)
Gets standard descriptor by name andEntityStatus
.Methods in com.sas.lsaf.clinical.standards that return types with arguments of type StandardDescriptor Modifier and Type Method Description java.util.Set<StandardDescriptor>
StandardsService. 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 StandardDescriptor Modifier and Type Method Description java.util.Set<StandardDescriptor>
StudyService. getStandardsAssociatedWithStudy(java.lang.String studyId)
Gets the standards that are associated with the study.
-