ACEsearch.contains {ACEsearch} | R Documentation |
Returns whether patient with the specified patient_id exists
Description
Returns the statistics information
Usage
ACEsearch.contains(connection, patient_id)
Arguments
connection |
connection object returned from connect(url) function |
patient_id |
numerical id of the patient |
Value
TRUE or FALSE
Examples
ACEsearch.contains(ACEsearch.connect('http://localhost:8080'), 123)
[Package ACEsearch version 1.0.0 Index]