Lock Record for Admin Work When tasks need to be performed by the CEDARS server, this functions locks one patient record at a time. The record is locked only if not already locked by a CEDARS end user. Admin lock and end user lock do not coexist.
1 | lock_records_admin(uri_fun, user, password, host, port, database, patient_id)
|
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 being locked. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.