lock_records | R Documentation |
Locks record for selected patient. The first available unreviewed, unlocked record is locked for the CEDARS end user.
lock_records(
uri_fun,
user,
password,
host,
replica_set,
port,
database,
end_user,
patient_id = NA
)
uri_fun |
Uniform resource identifier (URI) string generating function for MongoDB credentials. |
user |
MongoDB user name. |
password |
MongoDB user password. |
host |
MongoDB host server. |
replica_set |
MongoDB replica set, if indicated. |
port |
MongoDB port. |
database |
MongoDB database name. |
end_user |
CEDARS end user name. |
patient_id |
Used if a specific patient record is requested, instead of a search for next record to annotate. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.