get_organisations | R Documentation |
Get organisation (for given patient)
get_organisations(
patient_number,
organisation_id,
access_token,
base_organisation_url,
check_ssl = TRUE,
debug = FALSE
)
patient_number |
Patient number, without the organisation. |
organisation_id |
Organisation identifier. |
access_token |
API access token. |
base_organisation_url |
API endpoint for organisation data. |
check_ssl |
Whether to check the SSL certificate or allow insecure connections. |
debug |
Whether to enable debugging messages. |
Data.table containing organisation data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.