This function registers an image matching task with the matching service.
1 2 3 4 5 6 7 8 9 10 | create_matching_task(
base_url,
tid,
query,
ref,
exclude_same = "image",
integrate_query_by = "image",
integrate_ref_by = "image",
integration_type = "model"
)
|
base_url |
A character string specifying the base URL of the matching service api. |
tid |
A character string specifying the task UUID. |
query |
A named list specifying "image_uuid_list", and optionally "encounter_uuid_list" and "individual_uuid_list". |
ref |
A named list specifying "image_uuid_list", and optionally "encounter_uuid_list" and "individual_uuid_list". |
exclude_same |
a |
integrate_query_by |
a |
integrate_ref_by |
a |
integration_type |
a |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.