From ff529413a75132c99abbe2992787118341ff72ed Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Fri, 4 Oct 2024 14:05:56 -0400 Subject: [PATCH] missed updating call --- idc_index/index.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/idc_index/index.py b/idc_index/index.py index 10d0b19..83a26a4 100644 --- a/idc_index/index.py +++ b/idc_index/index.py @@ -1433,6 +1433,7 @@ def citations_from_selection( patientId=None, studyInstanceUID=None, seriesInstanceUID=None, + crdc_series_uuid=None, citation_format=CITATION_FORMAT_APA, ): """Get the list of publications that should be cited/attributed for the specific collection, patient (case) ID, study or series UID. @@ -1453,6 +1454,7 @@ def citations_from_selection( patientId=patientId, studyInstanceUID=studyInstanceUID, seriesInstanceUID=seriesInstanceUID, + crdc_series_uuid=crdc_series_uuid, ) citations = []