Class CocoClinicalTrialCertifyHospitalService

All Implemented Interfaces:
AuditLoggingComponent, SecureConnectorExtension, VirtualConnectorExtension, GovernanceActionService

public class CocoClinicalTrialCertifyHospitalService extends CocoClinicalTrialBaseService
Responsible for adding the certifying that a hospital has completed all the agreements to participate in a clinical trial. This includes:
  • Locating the correct certification type for the clinical trial project
  • Linking the certification type to the hospital using the certification relationship.
  • Constructor Details

    • CocoClinicalTrialCertifyHospitalService

      public CocoClinicalTrialCertifyHospitalService()
  • Method Details

    • start

      public void start() throws ConnectorCheckedException
      Indicates that the governance action service is completely configured and can begin processing. This is a standard method from the Open Connector Framework (OCF) so be sure to call super.start() at the start of your overriding version.
      Overrides:
      start in class GeneralGovernanceActionService
      Throws:
      ConnectorCheckedException - there is a problem within the governance action service.