Package ca.uhn.fhir.mdm.svc
Class MdmChannelSubmitterSvcImpl
java.lang.Object
ca.uhn.fhir.mdm.svc.MdmChannelSubmitterSvcImpl
- All Implemented Interfaces:
IMdmChannelSubmitterSvc
This class is responsible for manual submissions of
IAnyResource
resources onto the MDM Channel.-
Constructor Summary
ConstructorDescriptionMdmChannelSubmitterSvcImpl
(ca.uhn.fhir.context.FhirContext theFhirContext, IChannelFactory theIChannelFactory) -
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.
-
Constructor Details
-
MdmChannelSubmitterSvcImpl
@Autowired public MdmChannelSubmitterSvcImpl(ca.uhn.fhir.context.FhirContext theFhirContext, IChannelFactory theIChannelFactory)
-
-
Method Details
-
submitResourceToMdmChannel
Description copied from interface:IMdmChannelSubmitterSvc
Given an IBaseResource, submit it to the MDM channel for processing.- Specified by:
submitResourceToMdmChannel
in interfaceIMdmChannelSubmitterSvc
- Parameters:
theResource
- theIBaseResource
that should have MDM processing applied to it.
-