oshippy-dev team mailing list archive
-
oshippy-dev team
-
Mailing list archive
-
Message #00346
[Bug 603375] Re: It would be interesting to check if a string is a valid UUID.
** Project changed: oship => oshippy
--
You received this bug notification because you are a member of OSHIPpy
Developers, which is subscribed to OSHIPpy.
https://bugs.launchpad.net/bugs/603375
Title:
It would be interesting to check if a string is a valid UUID.
Status in Open Source Health Information Platform - Python:
Fix Released
Bug description:
In class org.openehr.rm.support.identification.Uuid it would be
interesting to check in the initialization if the value argument is a
valid UUID.
Also in the initialization, the line self.value = value should be
removed since the initializer in the superclass (Uid) does that.