Package ca.uhn.fhir.mdm.api
Interface IMdmChannelSubmitterSvc
- All Known Implementing Classes:
MdmChannelSubmitterSvcImpl
public interface IMdmChannelSubmitterSvc
-
Method Summary
Modifier and TypeMethodDescriptionvoid
submitResourceToMdmChannel
(org.hl7.fhir.instance.model.api.IBaseResource theResource) Given an IBaseResource, submit it to the MDM channel for processing.
-
Method Details
-
submitResourceToMdmChannel
Given an IBaseResource, submit it to the MDM channel for processing.- Parameters:
theResource
- theIBaseResource
that should have MDM processing applied to it.
-