get_new_patients_in_collection {TCIApathfinder} | R Documentation |
Get IDs of patients that have been added to a collection since a specified date
get_new_patients_in_collection(collection, date)
collection |
TCIA collection name. To get a list of available collection
names, call |
date |
Date in format "YYYY-MM-DD" |
List containing elements:
patient_ids
: Patient IDs
content
: parsed API response content
response
: API response
get_collection_names
,
TCIA REST API Usage Guide,
TCIA API object definitions
## Not run:
get_new_patients_in_collection("TCGA-BRCA", "2014-01-01")
## End(Not run)