You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read the hl7 specification : patient-operation-match and found here should support more parameters, such as the count, I found not take effect at the time of use, and track the source code, find here is not to read the specified parameters, Is this a bug or is it unnecessary to deal with? (As far as I know, all matches were read and the data possible_match was possible_match. Is it necessary to apply count?)
Describe the bug
I read the hl7 specification : patient-operation-match and found here should support more parameters, such as the
count
, I found not take effect at the time of use, and track the source code, find here is not to read the specified parameters, Is this a bug or is it unnecessary to deal with? (As far as I know, all matches were read and the data possible_match was possible_match. Is it necessary to apply count?)Code
The code snippet in question:
code reference:
hapi-fhir/hapi-fhir-server-mdm/src/main/java/ca/uhn/fhir/mdm/provider/MdmControllerHelper.java
Line 142 in 41c2e49
To Reproduce
resource
,count
,onlyCertainMatches
The text was updated successfully, but these errors were encountered: