create_matching_task: Create matching task

Description Usage Arguments

View source: R/finmatchr.R

Description

This function registers an image matching task with the matching service.

Usage

 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"
)

Arguments

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


dylanirion/finmatchr documentation built on Nov. 23, 2021, 4:53 a.m.