Error processing SSI file
LEADTOOLS Medical (Leadtools.Ccow assembly)

ContextManagementRegistry Object

Show in webframe
Example 
Members 
Used by applications to Locate CCOW components.
Object Model
Syntax
function Leadtools.Ccow.ContextManagementRegistry() 
Example
function contextManagementRegistryTest(ccowContextManagmentService, clientUrl) {
   // Create a new ContextManagementRegistry
   var contextManagementRegistry = new lt.Ccow.ContextManagementRegistry(ccowContextManagmentService);

   //  Locate CCOW ContextManager component
   var registryData = contextManagementRegistry.locate("CCOW.ContextManager", "1.5", null, clientUrl);

   // Show the locate component data
   console.log("componentUrl:" + registryData.componentUrl);
   console.log("componentParameters:" + registryData.componentParameters);
   console.log("site:" + registryData.site);
}
See Also

Reference

ContextManagementRegistry Members
Leadtools.Ccow Namespace

Error processing SSI file

 

 

Requirements

Target Platforms

  Leadtools.Ccow requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features