4 * function that is used by the automated uuid creation service
7 * @link https://www.open-emr.org
8 * @author Brady Miller <brady.g.miller@gmail.com>
9 * @copyright Copyright (c) 2021 Brady Miller <brady.g.miller@gmail.com>
10 * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
13 use OpenEMR\Common\Uuid\UuidRegistry
;
15 function autoPopulateAllMissingUuids()
17 UuidRegistry
::populateAllMissingUuids();