IHETaskService

public interface IHETaskService

Task service is used to register IHE Interop task channel with template recipient actions.

Methods

preTemplateRemoved

void preTemplateRemoved(CdaTemplate cdaTemplate)

Logs information about updating task channel.

Parameters:
  • cdaTemplate – deleted template

templateChanged

void templateChanged(CdaTemplate cdaTemplate)

Automatically updates the IHE Interop task channel after creating/updating template in the mds.

Parameters:
  • cdaTemplate – created/updated template

templateRemoved

void templateRemoved(CdaTemplate cdaTemplate)

Automatically updates the IHE Interop task channel after deleting template from the mds.

Parameters:
  • cdaTemplate – deleted template