Uses of Class
com.sas.lsaf.clinical.standards.BaseStandardTypeInfo
-
Packages that use BaseStandardTypeInfo Package Description com.sas.lsaf.clinical.standards Classes and interfaces to retrieve and export standards in the system. -
-
Uses of BaseStandardTypeInfo in com.sas.lsaf.clinical.standards
Methods in com.sas.lsaf.clinical.standards that return BaseStandardTypeInfo Modifier and Type Method Description BaseStandardTypeInfo
StandardDescriptor. getBaseStandardTypeInfo()
Gets the base standard type info of the standard.Constructors in com.sas.lsaf.clinical.standards with parameters of type BaseStandardTypeInfo Constructor Description StandardDescriptor(java.lang.String id, java.lang.String name, BaseStandardTypeInfo baseStandardTypeInfo, java.lang.String modelId, java.lang.String description, boolean isCheckedOut, java.lang.String checkedOutBy, java.util.Date checkedOutDate, java.lang.String createdBy, java.util.Date created, java.lang.String lastModifiedBy, java.util.Date lastModified, EntityState state, EntityState publishedState, EntityStatus standardStatus, java.lang.String currentVersion, int numStudiesAssociated)
It is not intended or recommended that the consumer of the API construct these objects.
-