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

Locate Method

Show in webframe
Example 
The component name to locate.
The version of the specification that the component implements.
Optional data used to describe the component of interest.
The context participant URL.
Locate CCOW components.
Syntax
 function Leadtools.Ccow.ContextManagementRegistry.locate( 
   componentName ,
   version ,
   descriptiveData ,
   contextParticipant 
)

Parameters

ParameterTypeDescription
componentNamestringThe component name to locate.
versionstringThe version of the specification that the component implements.
descriptiveDatastringOptional data used to describe the component of interest.
contextParticipantstringThe context participant URL.

Return Value

TypeDescription
LocateData The component locate data.
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 Object
ContextManagementRegistry Members

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