Package ca.uhn.fhir.mdm.api
Interface IMdmLinkQuerySvc
public interface IMdmLinkQuerySvc
This service supports the MDM operation providers for those services that return multiple MDM links.
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<MdmLinkJson> getDuplicateGoldenResources
(MdmTransactionContext theMdmContext, MdmPageRequest thePageRequest) org.springframework.data.domain.Page
<MdmLinkJson> getDuplicateGoldenResources
(MdmTransactionContext theMdmContext, MdmPageRequest thePageRequest, List<Integer> thePartitionId, String theRequestResourceType) queryLinkHistory
(MdmHistorySearchParameters theMdmHistorySearchParameters) org.springframework.data.domain.Page
<MdmLinkJson> queryLinks
(MdmQuerySearchParameters theMdmQuerySearchParameters, MdmTransactionContext theMdmContext) org.springframework.data.domain.Page
<MdmLinkJson> queryLinks
(org.hl7.fhir.instance.model.api.IIdType theGoldenResourceId, org.hl7.fhir.instance.model.api.IIdType theSourceResourceId, MdmMatchResultEnum theMatchResult, MdmLinkSourceEnum theLinkSource, MdmTransactionContext theMdmContext, MdmPageRequest thePageRequest) Deprecated.org.springframework.data.domain.Page
<MdmLinkJson> queryLinks
(org.hl7.fhir.instance.model.api.IIdType theGoldenResourceId, org.hl7.fhir.instance.model.api.IIdType theSourceResourceId, MdmMatchResultEnum theMatchResult, MdmLinkSourceEnum theLinkSource, MdmTransactionContext theMdmContext, MdmPageRequest thePageRequest, List<Integer> thePartitionId) Deprecated.
-
Method Details
-
queryLinks
@Deprecated org.springframework.data.domain.Page<MdmLinkJson> queryLinks(org.hl7.fhir.instance.model.api.IIdType theGoldenResourceId, org.hl7.fhir.instance.model.api.IIdType theSourceResourceId, MdmMatchResultEnum theMatchResult, MdmLinkSourceEnum theLinkSource, MdmTransactionContext theMdmContext, MdmPageRequest thePageRequest) Deprecated. -
queryLinks
@Deprecated org.springframework.data.domain.Page<MdmLinkJson> queryLinks(org.hl7.fhir.instance.model.api.IIdType theGoldenResourceId, org.hl7.fhir.instance.model.api.IIdType theSourceResourceId, MdmMatchResultEnum theMatchResult, MdmLinkSourceEnum theLinkSource, MdmTransactionContext theMdmContext, MdmPageRequest thePageRequest, List<Integer> thePartitionId) Deprecated. -
queryLinks
org.springframework.data.domain.Page<MdmLinkJson> queryLinks(MdmQuerySearchParameters theMdmQuerySearchParameters, MdmTransactionContext theMdmContext) -
getDuplicateGoldenResources
org.springframework.data.domain.Page<MdmLinkJson> getDuplicateGoldenResources(MdmTransactionContext theMdmContext, MdmPageRequest thePageRequest) -
getDuplicateGoldenResources
org.springframework.data.domain.Page<MdmLinkJson> getDuplicateGoldenResources(MdmTransactionContext theMdmContext, MdmPageRequest thePageRequest, List<Integer> thePartitionId, String theRequestResourceType) -
queryLinkHistory
List<MdmLinkWithRevisionJson> queryLinkHistory(MdmHistorySearchParameters theMdmHistorySearchParameters)
-