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