oshippy-dev team mailing list archive
-
oshippy-dev team
-
Mailing list archive
-
Message #00429
[Bug 630486] Re: issues in class EventContext.
** Changed in: oshippy
Status: New => Fix Released
** Changed in: oshippy
Assignee: (unassigned) => Eduardo César (xcesar)
--
You received this bug notification because you are a member of OSHIPpy
Developers, which is subscribed to OSHIPpy.
https://bugs.launchpad.net/bugs/630486
Title:
issues in class EventContext.
Status in Open Source Health Information Platform - Python:
Fix Released
Bug description:
This class does not inherit from Pathable.
Maybe it would be interesting to implement a representation method for
this class.
The invariants below should be enforced. setting_valid should use the
terminological service.
participations_validity: participations /= Void implies not participations.is_empty
location_valid: location /= Void implies not location.is_empty
setting_valid: setting /= Void and then Terminology(Terminology_id_openehr).has_code_for_group_id(Group_id_setting, setting.defining_code)