Skip to main content
. 2022 May 28;19(11):6594. doi: 10.3390/ijerph19116594
Algorithm A3. LRSC
Input: code; Dc; Dd;
Obtain()//Get identification code information module
{
Get(code)Dc//Get Dc
}
Check()//Check module
{
   Get(Ds)//Get Ds
   Verity(Dc)//Verify Dc
}
Renew()//Update identification code information module
{
   Addition(Dd)//Add the data of this link and update the QR code information
}
Storage()//Memory module
{
   Transfer(SDSC,VDSC)//Call SDSC,VDSC perform data upload
}