Class MdmSearchParamBuildingUtils

java.lang.Object
ca.uhn.fhir.mdm.util.MdmSearchParamBuildingUtils

public class MdmSearchParamBuildingUtils extends Object
  • Constructor Details

  • 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.