← Back to team overview

oship-dev team mailing list archive

[Branch ~oship-dev/oship/devel] Rev 502: Removed isPeriodic and asHierarchy from IHistory since they are already in History

 

------------------------------------------------------------
revno: 502
committer: Eduardo César edu@starforge>
branch nick: local
timestamp: Fri 2010-10-08 14:43:46 -0300
message:
  Removed isPeriodic and asHierarchy from IHistory since they are already in History
modified:
  src/oship/openehr/rm/data_structures/history/interfaces.py


--
lp:oship
https://code.launchpad.net/~oship-dev/oship/devel

Your team OSHIP Development Team is subscribed to branch lp:oship.
To unsubscribe from this branch go to https://code.launchpad.net/~oship-dev/oship/devel/+edit-subscription
=== modified file 'src/oship/openehr/rm/data_structures/history/interfaces.py'
--- src/oship/openehr/rm/data_structures/history/interfaces.py	2010-08-06 21:24:11 +0000
+++ src/oship/openehr/rm/data_structures/history/interfaces.py	2010-10-08 17:43:46 +0000
@@ -105,16 +105,6 @@
         " which summarises entire History."),
         required=False)
 
-    def isPeriodic():
-        u"""Indicates whether history is periodic. Returns Boolean"""
-
-    def asHierarchy():
-        u"""
-        Returns CLUSTER. Generate a CEN EN13606-compatible hierarchy of the
-        physical representation.
-
-        """
-
 
 class IEventContained(IContained):
     containers(IEventContainer)