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

ClientContext Object

Show in webframe
Example 
Members 
Enables a context participant to be notified about context changes that it did not initiate.
Object Model
Syntax
function Leadtools.Ccow.ClientContext() 
Example
function initializeClientContextTest(clientService, appName) {
   // Create a client context, and register context events
   var ccowClientContext = new lt.Ccow.ClientContext(clientService, appName);
   ccowClientContext.contextChangesPending.add(function (sender, e) {
      console.log("contextChangesPending");
   });
   ccowClientContext.contextChangesCanceled.add(function (sender, e) {
      console.log("contextChangesCanceled");
   });
   ccowClientContext.contextChangesAccepted.add(function (sender, e) {
      console.log("contextChangesAccepted");
      console.log("contextCoupon:" + e.contextCoupon);
   });
   ccowClientContext.commonContextTerminated.add(function (sender, e) {
      console.log("commonContextTerminated");
   });
   ccowClientContext.error.add(function (sender, e) {
      console.log(e.error);
   });

   return ccowClientContext;
}
See Also

Reference

ClientContext 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