View source: R/all_ids_mi2b2.R
all_ids_mi2b2 | R Documentation |
Legacy function to gather all possible MGH and BWH IDs from mrn.txt and con.txt input sources to provide a vector of all possible MGH or BWH IDs to be used as a data request for mi2b2 workbench.
all_ids_mi2b2(type = "MGH", d_mrn, d_con)
type |
string, either "MGH" or "BWH" specifying which IDs to use. |
d_mrn |
data.table, parsed mrn dataset using the load_mrn function. |
d_con |
data.table, parsed con dataset using the load_con function. |
vector, with all MGH or BWH IDs that occur in the con and mrn datasources for all patients. Previously this was required to for mi2b2 workbenches allowing access to all possible images of the patients, even if the MGH or BWH changed over time.
## Not run:
all_MGH_mrn <- all_ids_mi2b2(type = "MGH", d_mrn = data_mrn, d_con = data_con)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.