[ome-devel] date annotations

Bernhard Voigt bernhard.voigt at gmail.com
Tue Jan 13 22:12:39 GMT 2009


Hi folks!

I'm looking for a way to add dates to certain annotations. It should be
implemented that it is search and sortable on the database level and not
only application level. Is there something available for this purpose or
would I create for example a struct like this:

result = XMLAnnotationI()
result.ns = RString('acapella.result')
result.textvalue = RString('<xml><result>...</result></xml>')
date = LongAnnotation()
date.ns = RString('user.utc_seconds')
date.longValue = RLong(1000000) // some utc time expressed in seconds since
1.1.1970 - not the current time
result.linkAnnotation(date)

Thanks! Bernhard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openmicroscopy.org.uk/pipermail/ome-devel/attachments/20090113/61399cfa/attachment.htm 


More information about the ome-devel mailing list