We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Update the /patient API to incorporate input validation on search parameters, ensuring user inputs conform to defined limits.
/patient
For instance, the name field currently accepts up to 200 characters, but the search functionality inadvertently allows more.
name
We should also verify the same for all other supported fields.
Also the api should be /patients instead of /patient right? 🤔
/patients
The text was updated successfully, but these errors were encountered:
Can I pick this issue?
Sorry, something went wrong.
Hi, @bodhish @sainak I would like to work on this issue.
DraKen0009
Successfully merging a pull request may close this issue.
Update the
/patient
API to incorporate input validation on search parameters, ensuring user inputs conform to defined limits.For instance, the
name
field currently accepts up to 200 characters, but the search functionality inadvertently allows more.We should also verify the same for all other supported fields.
Also the api should be
/patients
instead of/patient
right? 🤔The text was updated successfully, but these errors were encountered: