Uses of Interface
cst.loggingTool.plugins.SubjectInformationServiceAPI

Packages that use SubjectInformationServiceAPI
cst.loggingTool.plugins   
cst.loggingTool.plugins.examples Sample code for various types of plugins supported by CST. 
 

Uses of SubjectInformationServiceAPI in cst.loggingTool.plugins
 

Classes in cst.loggingTool.plugins that implement SubjectInformationServiceAPI
 class StubInformationService
          
 

Methods in cst.loggingTool.plugins that return types with arguments of type SubjectInformationServiceAPI
 java.util.ArrayList<SubjectInformationServiceAPI> PluginManager.getSubjectInformationServicePlugins()
           
 

Constructors in cst.loggingTool.plugins with parameters of type SubjectInformationServiceAPI
InformationServicePluginMenuItem(SessionProperties sessionProperties, SubjectInformationServiceAPI informationServicePlugin)
           
 

Uses of SubjectInformationServiceAPI in cst.loggingTool.plugins.examples
 

Classes in cst.loggingTool.plugins.examples that implement SubjectInformationServiceAPI
 class RetrieveRemoteClinicalDataPlugin
          An example of a service plugin for retrieving information about the current subject.