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

Search for patients #15

Open
muuki88 opened this issue Feb 27, 2013 · 0 comments
Open

Search for patients #15

muuki88 opened this issue Feb 27, 2013 · 0 comments

Comments

@muuki88
Copy link
Member

muuki88 commented Feb 27, 2013

The first step to export patients is to search for them.

There is a small search service implementation, which you can extend.
It's in the core bundle. Try to use the JPA criteria API, which is a bit verbose,
but easy to use. However you can use plain JPQL/SQL, too.

Hints

Fill the database with some example patients and define some
test cases. Write them down here as a comment, like:

if I search for all boys which are younger than 12 years, I should get xzy

@ghost ghost self-assigned this Feb 27, 2013
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

1 participant