LinkId generation
Submitted by Matt C on Thu, 19/06/2008 - 15:05
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
Re: [OpenVPMS Developers] LinkId generation
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