create_studyid | R Documentation |
given a seed this function creates a pseudo random ID that should be unique to a patient. the seed also must be unique to the patient but preferably not a single identifier. for example it would be better to use ssn multiplied by dob and gender rather than ssn alone. additionally row numbers can be used if they are unlikely to yield patient information
create_studyid(x, sha = FALSE)
x |
a seed unique to a patient used for generating the pseudorandom id. |
create_studyid_function()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.