Interface IBlockRuleEvaluationSvc


public interface IBlockRuleEvaluationSvc
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isMdmMatchingBlocked(org.hl7.fhir.instance.model.api.IAnyResource theResource)
    Determines if the provided resource is blocked from mdm matching or not.
  • Method Details

    • isMdmMatchingBlocked

      boolean isMdmMatchingBlocked(org.hl7.fhir.instance.model.api.IAnyResource theResource)
      Determines if the provided resource is blocked from mdm matching or not.
      Parameters:
      theResource - - the resource to assess
      Returns:
      - true: no mdm matching should be done (a golden resource should still be created) false: mdm matching should continue as normal