diff --git a/hapi-fhir-server-mdm/src/main/java/ca/uhn/fhir/mdm/provider/MdmProviderDstu3Plus.java b/hapi-fhir-server-mdm/src/main/java/ca/uhn/fhir/mdm/provider/MdmProviderDstu3Plus.java index f88466564da..91c193ec225 100644 --- a/hapi-fhir-server-mdm/src/main/java/ca/uhn/fhir/mdm/provider/MdmProviderDstu3Plus.java +++ b/hapi-fhir-server-mdm/src/main/java/ca/uhn/fhir/mdm/provider/MdmProviderDstu3Plus.java @@ -106,12 +106,8 @@ public class MdmProviderDstu3Plus extends BaseMdmProvider { /** * Searches for matches for the provided patient resource * @param thePatient - the patient resource - * @param theOnlyCertainMatches - If there are multiple potential matches, then the match should not return the - * results with this flag set to true. When false, the server may return multiple results with each result - * graded accordingly. - * @param theCount - The maximum number of records to return. If no value is provided, the server decides how many - * matches to return. Note that clients should be careful when using this, as it may prevent probable - and - * valid - matches from being returned. + * @param theOnlyCertainMatches - (ignored by this implementation) + * @param theCount - (ignored by this implementation) * @param theRequestDetails - the request details * @return - any matches to the provided patient resource */