Uploads NLP annotations for one patient.
1 2 3 4 5 6 7 8 9 10 | db_upload(
uri_fun,
user,
password,
host,
port,
database,
patient_id,
annotations
)
|
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_id |
Patient ID. |
annotations |
NLP annotations. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.