oship-dev team mailing list archive
-
oship-dev team
-
Mailing list archive
-
Message #01749
[Bug 627554] Re: issues in class ResourceDescriptionItem
** Project changed: oship => oshippy
** Changed in: oshippy
Milestone: 1.5 => None
--
You received this bug notification because you are a member of OSHIP
Development Team, which is subscribed to Open Source Health Information
Platform.
https://bugs.launchpad.net/bugs/627554
Title:
issues in class ResourceDescriptionItem
Status in Open Source Health Information Platform - Python:
New
Bug description:
This class has not been implemented yet.
These invariants should be enforced:
Language_valid: language /= Void and then code_set(Code_set_id_languages).has_code(language) - terminological service
purpose_valid: purpose /= Void and then not purpose.is_empty
use_valid: use /= Void implies not use.is_empty
misuse_valid: misuse /= Void implies not misuse.is_empty
copyright_valid: copyright /= Void implies not copyright.is_empty
Maybe it would be interesting to implement a representation method for
this class
References