Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is some unexplained behaviour when searching dob. #8

Open
markodukic opened this issue Oct 13, 2017 · 2 comments
Open

There is some unexplained behaviour when searching dob. #8

markodukic opened this issue Oct 13, 2017 · 2 comments

Comments

@markodukic
Copy link

A search request of http://194.189.27.193/careconnect/STU3/Patient?birthdate==eb1919-07-13 returns a single patient with the dob of 1919-07-13.

A search request of http://194.189.27.193/careconnect/STU3/Patient?birthdate=eb1919-07-13 returns 200-OK no patients (which is also wrong).

Using == seems to change the interpretation of the request. Should this be trapped somehow (or at least interpreted as just an =)?

@markodukic
Copy link
Author

Look at in sprint 4

@KevinMayfield
Copy link
Contributor

Warning is ca.uhn.fhir.rest.param.BaseParamWithPrefix.extractPrefixAndReturnRest Invalid prefix being ignored: =gt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants