bst-mug / n2c2

Support code for participation at the 2018 n2c2 Shared-Task Track 1
https://n2c2.dbmi.hms.harvard.edu
Apache License 2.0
6 stars 4 forks source link

Wrap `List<Patient>` into a `PatientList` class #74

Open michelole opened 5 years ago

michelole commented 5 years ago

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

Such class could also provide extra functionality, such as:

Consider though the overlap with Dataset interface.