oship-dev team mailing list archive
-
oship-dev team
-
Mailing list archive
-
Message #01410
[Bug 625620] [NEW] issues in PartyIdentified and IPartyIdentified
Public bug reported:
basicValid, nameValid, identifiersValid are not methods, but invariants that should be enforced:
Basic_valid name /= Void or identifiers /= Void or external_ref /= Void
Name_valid: name /= Void implies not name.is_empty
Identifiers_valid: identifiers /= Void implies not identifiers.is_empty
There is no method asString in the class, but maybe it would be
interesting to define a representation method for the class.
** Affects: oship
Importance: High
Status: New
** Changed in: oship
Importance: Undecided => High
--
issues in PartyIdentified and IPartyIdentified
https://bugs.launchpad.net/bugs/625620
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:
basicValid, nameValid, identifiersValid are not methods, but invariants that should be enforced:
Basic_valid name /= Void or identifiers /= Void or external_ref /= Void
Name_valid: name /= Void implies not name.is_empty
Identifiers_valid: identifiers /= Void implies not identifiers.is_empty
There is no method asString in the class, but maybe it would be interesting to define a representation method for the class.
Follow ups
References