encode_LostToFollowUpReason <- function(x) {
uLostToFollowUpReason <- get_dhhs("uLostToFollowUpReason")
fmatch(x, uLostToFollowUpReason)
}
decode_LostToFollowUpReason <- function(x) {
uLostToFollowUpReason <- get_dhhs("uLostToFollowUpReason")
uLostToFollowUpReason[x]
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.