Package ca.uhn.fhir.mdm.util
Class MdmSearchParamBuildingUtils
java.lang.Object
ca.uhn.fhir.mdm.util.MdmSearchParamBuildingUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ca.uhn.fhir.jpa.searchparam.SearchParameterMap
buildBasicGoldenResourceSearchParameterMap
(String theResourceType) Creates a SearchParameterMap that can be used to find golden resources.static ca.uhn.fhir.jpa.searchparam.SearchParameterMap
buildEidSearchParameterMap
(String theEid, String theResourceType, MdmRulesJson theMdmRules) Creates a SearchParameterMap used for searching for golden resources by EID specifically.static ca.uhn.fhir.jpa.searchparam.SearchParameterMap
buildSearchParameterForBlockedResourceCount
(String theResourceType) Builds a search parameter map that can be used to find the golden resources associated with MDM blocked resources (ie, those resources that were omitted from MDM matching).
-
Constructor Details
-
MdmSearchParamBuildingUtils
public MdmSearchParamBuildingUtils()
-
-
Method Details
-
buildSearchParameterForBlockedResourceCount
public static ca.uhn.fhir.jpa.searchparam.SearchParameterMap buildSearchParameterForBlockedResourceCount(String theResourceType) Builds a search parameter map that can be used to find the golden resources associated with MDM blocked resources (ie, those resources that were omitted from MDM matching). -
buildEidSearchParameterMap
public static ca.uhn.fhir.jpa.searchparam.SearchParameterMap buildEidSearchParameterMap(String theEid, String theResourceType, MdmRulesJson theMdmRules) Creates a SearchParameterMap used for searching for golden resources by EID specifically. -
buildBasicGoldenResourceSearchParameterMap
public static ca.uhn.fhir.jpa.searchparam.SearchParameterMap buildBasicGoldenResourceSearchParameterMap(String theResourceType) Creates a SearchParameterMap that can be used to find golden resources.
-