Description Usage Arguments Value Examples
Uploads event dates for patients already in the patient list. Useful when some events have already been documented before runnning CEDARS, for example as a second-line method to catch events missed with a different approach. Only event dates for existing records are altered, missing patient records are not added!
1 2 3 4 5 6 7 8 9 10 | upload_events(
uri_fun,
user,
password,
host,
port,
database,
patient_ids,
event_dates
)
|
uri_fun |
Uniform resource identifier (URI) string generating function for MongoDB credentials. |
user |
MongoDB user name. |
password |
MongoDB user password. |
host |
MongoDB host server. |
port |
MongoDB port. |
database |
MongoDB database name. |
patient_ids |
Vector of patient ID's. |
event_dates |
Vector of clinical event dates. |
Objects of class character, reporting on completed event uploads.
1 2 3 4 5 | ## Not run:
upload_events(uri_fun = mongo_uri_standard, user = 'John', password = 'db_password_1234',
host = 'server1234', port = NA, database = 'TEST_PROJECT', patient_ids = ids, event_dates = events)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.