oshippy-dev team mailing list archive
-
oshippy-dev team
-
Mailing list archive
-
Message #00039
[Bug 628205] [NEW] some invariants not enforced in class Ehr.
You have been subscribed to a public bug:
The invariants below are not enforced in Ehr:
Contributions_valid: contributions /= Void and then contributions.for_all(type.is_equal(“CONTRIBUTION”))
Ehr_access_valid: ehr_access /= Void and then ehr_access.type.is_equal(“VERSIONED_EHR_ACCESS”)
Ehr_status_valid: ehr_status /= Void and then ehr_status.type.is_equal(“VERSIONED_EHR_STATUS”)
Compositions_valid: compositions /= Void and then compositions.for_all(type.is_equal(“VERSIONED_COMPOSITION”))
Directory_valid: directory /= Void implies directory.type.is_equal(“VERSIONED_FOLDER”)
** Affects: oshippy
Importance: High
Status: New
--
some invariants not enforced in class Ehr.
https://bugs.launchpad.net/bugs/628205
You received this bug notification because you are a member of OSHIPpy Developers, which is subscribed to OSHIPpy.