LinkId generation

Hi everyone,
I was curious how the linkId's are created? Is this UID generated by a Mysql function or the OpenVPMS framework?

I'm looking at the feasibility of automating some of he document attaching we routinely do in the clinic.

Cheers,

Matt

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Re: [OpenVPMS Developers] LinkId generation

The linkIds are UUIDs generated by the framework (via the JUGGenerator class).

You can do the same in MySQL via the UUID() function. See http://dev.mysql.com/doc/refman/5.0/en/miscellaneous-functions.html#function_uuid

Regards,

-Tim

mpcosta@iprimus.com.au wrote:

> Hi everyone, > I was curious how the linkId's are created? Is this UID generated by a > Mysql function or the OpenVPMS framework? > > I'm looking at the feasibility of automating some of he document > attaching we routinely do in the clinic. > > Cheers, > > Matt

_______________________________________________ OpenVPMS Developers Mailing List developers@lists.openvpms.org http://lists.openvpms.org/mailman/listinfo/developers

Many thanks Tim.   Matt

Many thanks Tim.

 

Matt

Syndicate content