Details
-
Sub-task
-
Status: Closed
-
Should
-
Resolution: Fixed
-
None
-
None
-
None
-
Low
Description
Make these methods behave like typical Java Collection of membership (excluding voided memberships):
- contains(Integer patientId) - true if any non-voided membership for patient
- size() - total number of non-voided memberships
- isEmpty() - true if size() == 0
There exists a Talk Thread regarding this issue and a Desing Node