← Back to team overview

oshippy-dev team mailing list archive

[Bug 625619] Re: issues in IPartyRelated and PartyRelated

 

** Branch linked: lp:oshippy/1.0

-- 
You received this bug notification because you are a member of OSHIPpy
Developers, which is subscribed to OSHIPpy.
https://bugs.launchpad.net/bugs/625619

Title:
  issues in IPartyRelated and PartyRelated

Status in Open Source Health Information Platform - Python:
  New

Bug description:
  relationshiValid is not a method, but an invariant that should be
  enforced using the terminological service:

  
  Relationship_valid: relationship /= Void and then terminology(Terminology_id_openehr).has_code_for_group_id(Group_id_subject_relationship, relationship.defining_code)

  Maybe it would be interesting to define a representation method for
  this class.