Get the list of disease names from a SORMAS instance
Source:R/read_sormas-helpers.R
sormas_get_diseases.Rd
Get the list of disease names from a SORMAS instance
Examples
# establish the connection to the SORMAS system
sormas_login <- login(
type = "sormas",
from = "https://demo.sormas.org/sormas-rest",
user_name = "SurvSup",
password = "Lk5R7JXeZSEc"
)
disease_names <- sormas_get_diseases(
login = sormas_login
)