oship-dev team mailing list archive
-
oship-dev team
-
Mailing list archive
-
Message #01778
[Bug 700136] Re: The PartyRef accepts refer any kind of object
** 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 1.5.
https://bugs.launchpad.net/bugs/700136
Title:
The PartyRef accepts refer any kind of object
Status in Open Source Health Information Platform - Python:
Fix Released
Bug description:
The PartyRef must accept only refer objects which are considered parties in a demographic or identity service. Into the range of possibilities there are : PARTY, PERSON,ORGANISATION, ACTOR, GROUP,ROLE and AGENT objects.
Abstract supertypes are also allowed if the referenced object is of a type not known by the current implementation of this class (in other words, if the demographic model is changed by the addition of a new PARTY or ACTOR subtypes, valid PARTY_REFs can still be constructed to them). Peharps object Introspection is the only way no fix it.
References