Interface IMdmChannelSubmitterSvc

All Known Implementing Classes:
MdmChannelSubmitterSvcImpl

public interface IMdmChannelSubmitterSvc
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    submitResourceToMdmChannel(org.hl7.fhir.instance.model.api.IBaseResource theResource)
    Given an IBaseResource, submit it to the MDM channel for processing.
  • Method Details

    • submitResourceToMdmChannel

      void submitResourceToMdmChannel(org.hl7.fhir.instance.model.api.IBaseResource theResource)
      Given an IBaseResource, submit it to the MDM channel for processing.
      Parameters:
      theResource - the IBaseResource that should have MDM processing applied to it.