oship-dev team mailing list archive
-
oship-dev team
-
Mailing list archive
-
Message #01470
[Bug 632611] [NEW] Invariants not enforced in IsmTransition.
Public bug reported:
The invariants below should be enforced by means of the terminological
service:
Current_state_valid: current_state /= Void and then
terminology(Terminology_id_openehr).has_code_for_group_id(Group_id_instruction_states,
current_state.defining_code)
Transition_valid: transition /= Void implies
terminology(Terminology_id_openehr).has_code_for_group_id(Group_id_instruction_transitions,
transition.defining_code)
** Affects: oship
Importance: High
Status: New
** Changed in: oship
Importance: Undecided => High
--
Invariants not enforced in IsmTransition.
https://bugs.launchpad.net/bugs/632611
You received this bug notification because you are a member of OSHIP
Development Team, which is subscribed to Open Source Health Information
Platform.
Status in Open Source Health Information Platform (OSHIP): New
Bug description:
The invariants below should be enforced by means of the terminological service:
Current_state_valid: current_state /= Void and then terminology(Terminology_id_openehr).has_code_for_group_id(Group_id_instruction_states,
current_state.defining_code)
Transition_valid: transition /= Void implies terminology(Terminology_id_openehr).has_code_for_group_id(Group_id_instruction_transitions, transition.defining_code)
Follow ups
References