← Back to team overview

oship-dev team mailing list archive

[Branch ~oship-dev/oship/devel] Rev 463: Corrected IDvQuantified according to DvQuantified implementation.

 

------------------------------------------------------------
revno: 463
committer: Wagner Francisco Mezaroba <wagner@wagner-laptop>
branch nick: oship
timestamp: Sun 2010-08-08 16:08:57 -0300
message:
  Corrected IDvQuantified according to DvQuantified implementation.
modified:
  src/oship/openehr/rm/datatypes/quantity/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/datatypes/quantity/interfaces.py'
--- src/oship/openehr/rm/datatypes/quantity/interfaces.py	2010-08-06 21:24:11 +0000
+++ src/oship/openehr/rm/datatypes/quantity/interfaces.py	2010-08-08 19:08:57 +0000
@@ -131,10 +131,6 @@
         title = _(u"accuracy"),
     )
 
-    accuracyUnknown = Bool(
-        title = _(u"accuracyUnknown"),
-    )
-
     magnitudeStatus = TextLine(
         title=_(u"magnitudeStatus"),
         description=_(u"""Optional status of magnitude with values:
@@ -154,9 +150,9 @@
         Test whether a string 'val' is one of the valid values for the magnitude_status attribute.
         """
 
-    def magnitudeExists():
+    def accuracyUnknown():
         """
-        Does the magnitude exist?
+        True if accuracy is not known.
         """