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

Wrap List<Patient> into a PatientList class #74

Open
michelole opened this issue Dec 10, 2018 · 0 comments
Open

Wrap List<Patient> into a PatientList class #74

michelole opened this issue Dec 10, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@michelole
Copy link
Member

Most of static methods from DatasetUtil could be refactored as methods on a PatientList class.

Such class could also provide extra functionality, such as:

  • Method to find a patient by id (useful e.g. for BasicEvaluator).
  • Consistent id (e.g. checksum, training, test, etc.).

Consider though the overlap with Dataset interface.

@michelole michelole added the enhancement New feature or request label Dec 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant