This function generates an encounter to encounter matching task and returns the results.
1 2 3 4 5 6 7 8 | match_encounters_to_encounters(
base_url,
query_uuids,
query_encounters,
ref_uuids,
ref_encounters,
...
)
|
base_url |
A character string specifying the base URL of the matching service api. |
query_uuids |
A character vector specifying the query image UUIDs. |
query_encounters |
A character vector the same length as query_uuids specifying the encounter membership. |
ref_uuids |
A character vector specifying the reference image UUIDs. |
ref_encounters |
A character vector the same length as ref_uuids specifying the encounter membership. |
... |
additional parameters passed on to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.