@gen3/toolsff 0.10.82 → 0.10.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3759 @@
1
+ schema {
2
+ query: Root
3
+ }
4
+
5
+ type Root {
6
+ transaction_log(
7
+ id: ID
8
+ type: String
9
+ quick_search: ID
10
+ project_id: [String]
11
+ project: String
12
+ program: String
13
+ order_by_asc: String
14
+ order_by_desc: String
15
+ related_cases: [String]
16
+ first: Int
17
+ last: Int
18
+ offset: Int
19
+ entities: [String]
20
+ is_dry_run: Boolean
21
+ closed: Boolean
22
+
23
+ """
24
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
25
+ """
26
+ committable: Boolean
27
+ state: String
28
+ committed_by: ID
29
+ ): [TransactionLog]
30
+ _transaction_log_count(
31
+ id: ID
32
+ type: String
33
+ quick_search: ID
34
+ project_id: [String]
35
+ project: String
36
+ program: String
37
+ order_by_asc: String
38
+ order_by_desc: String
39
+ related_cases: [String]
40
+ first: Int
41
+ last: Int
42
+ offset: Int
43
+ entities: [String]
44
+ is_dry_run: Boolean
45
+ closed: Boolean
46
+
47
+ """
48
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
49
+ """
50
+ committable: Boolean
51
+ state: String
52
+ committed_by: ID
53
+ ): Int
54
+ node(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, of_type: [String], project_id: String, category: String): [Node]
55
+ data_release(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], created_datetime: [String], major_version: [Float], minor_version: [Float], name: [String], release_date: [String], released: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_data_release]): [data_release]
56
+ _data_release_count(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], created_datetime: [String], major_version: [Float], minor_version: [Float], name: [String], release_date: [String], released: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_data_release]): Int
57
+ root(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], schema_version: [String], not: [NotPropertiesInput_root]): [root]
58
+ _root_count(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], schema_version: [String], not: [NotPropertiesInput_root]): Int
59
+ imaging_study(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): [imaging_study]
60
+ _imaging_study_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): Int
61
+ pt_series_file(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], ct_images: [Boolean], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], radiopharmaceutical: [String], series_description: [String], series_uid: [String], slice_thickness: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_pt_series_file]): [pt_series_file]
62
+ _pt_series_file_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], ct_images: [Boolean], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], radiopharmaceutical: [String], series_description: [String], series_uid: [String], slice_thickness: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_pt_series_file]): Int
63
+ dataset(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], created_datetime: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], disease_type: [String], full_name: [String], license: [String], longitudinal: [Boolean], primary_site: [String], project_id: [String], publication_citation: [String], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dataset]): [dataset]
64
+ _dataset_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], created_datetime: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], disease_type: [String], full_name: [String], license: [String], longitudinal: [Boolean], primary_site: [String], project_id: [String], publication_citation: [String], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dataset]): Int
65
+ medication(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], days_to_medication_end: [Float], days_to_medication_start: [Float], dose_sequence_number: [Float], medication_code: [String], medication_code_system: [String], medication_manufacturer: [String], medication_name: [String], medication_type: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_medication]): [medication]
66
+ _medication_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], days_to_medication_end: [Float], days_to_medication_start: [Float], dose_sequence_number: [Float], medication_code: [String], medication_code_system: [String], medication_manufacturer: [String], medication_name: [String], medication_type: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_medication]): Int
67
+ nm_series_file(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], radiopharmaceutical: [String], series_description: [String], series_uid: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_nm_series_file]): [nm_series_file]
68
+ _nm_series_file_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], radiopharmaceutical: [String], series_description: [String], series_uid: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_nm_series_file]): Int
69
+ annotation_file(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): [annotation_file]
70
+ _annotation_file_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): Int
71
+ dicom_annotation_file(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], object_id: [String], project_id: [String], series_description: [String], series_uid: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dicom_annotation_file]): [dicom_annotation_file]
72
+ _dicom_annotation_file_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], object_id: [String], project_id: [String], series_description: [String], series_uid: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dicom_annotation_file]): Int
73
+ project(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], availability_mechanism: [String], availability_type: [String], code: [String], complete: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], date_collected: [String], dbgap_accession_number: [String], disease_type: [String], intended_release_date: [String], investigator_affiliation: [String], investigator_name: [String], license: [String], longitudinal: [Boolean], name: [String], primary_site: [String], publication_citation: [String], releasable: [Boolean], released: [Boolean], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], support_id: [String], support_source: [String], project_id: [String], not: [NotPropertiesInput_project]): [project]
74
+ _project_count(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], availability_mechanism: [String], availability_type: [String], code: [String], complete: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], date_collected: [String], dbgap_accession_number: [String], disease_type: [String], intended_release_date: [String], investigator_affiliation: [String], investigator_name: [String], license: [String], longitudinal: [Boolean], name: [String], primary_site: [String], publication_citation: [String], releasable: [Boolean], released: [Boolean], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], support_id: [String], support_source: [String], project_id: [String], not: [NotPropertiesInput_project]): Int
75
+ mr_series_file(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], angio_flag: [String], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], diffusion_b_value: [String], diffusion_gradient_orientation: [String], echo_number: [String], echo_time: [String], echo_train_length: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imaged_nucleus: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], magnetic_field_strength: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], mr_acquisition_type: [String], number_of_instances: [Float], number_of_temporal_positions: [String], object_id: [String], pixel_spacing: [String], project_id: [String], repetition_time: [String], scan_options: [String], scanning_sequence: [String], sequence_name: [String], sequence_variant: [String], series_description: [String], series_uid: [String], slice_thickness: [String], software_version: [String], spacing_between_slices: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_mr_series_file]): [mr_series_file]
76
+ _mr_series_file_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], angio_flag: [String], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], diffusion_b_value: [String], diffusion_gradient_orientation: [String], echo_number: [String], echo_time: [String], echo_train_length: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imaged_nucleus: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], magnetic_field_strength: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], mr_acquisition_type: [String], number_of_instances: [Float], number_of_temporal_positions: [String], object_id: [String], pixel_spacing: [String], project_id: [String], repetition_time: [String], scan_options: [String], scanning_sequence: [String], sequence_name: [String], sequence_variant: [String], series_description: [String], series_uid: [String], slice_thickness: [String], software_version: [String], spacing_between_slices: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_mr_series_file]): Int
77
+ condition(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], condition_code: [String], condition_code_system: [String], condition_name: [String], created_datetime: [String], days_to_condition_end: [Float], days_to_condition_start: [Float], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_condition]): [condition]
78
+ _condition_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], condition_code: [String], condition_code_system: [String], condition_name: [String], created_datetime: [String], days_to_condition_end: [Float], days_to_condition_start: [Float], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_condition]): Int
79
+ cr_series_file(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_cr_series_file]): [cr_series_file]
80
+ _cr_series_file_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_cr_series_file]): Int
81
+ radiology_report(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], md5sum: [String], modality: [String], object_id: [String], project_id: [String], report_generation_method: [String], report_modification_method: [String], state: [String], study_description: [String], updated_datetime: [String], not: [NotPropertiesInput_radiology_report]): [radiology_report]
82
+ _radiology_report_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], md5sum: [String], modality: [String], object_id: [String], project_id: [String], report_generation_method: [String], report_modification_method: [String], state: [String], study_description: [String], updated_datetime: [String], not: [NotPropertiesInput_radiology_report]): Int
83
+ procedure(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], breathing_support_type: [String], case_ids: [String], created_datetime: [String], days_to_procedure_end: [Float], days_to_procedure_start: [Float], procedure_name: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_procedure]): [procedure]
84
+ _procedure_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], breathing_support_type: [String], case_ids: [String], created_datetime: [String], days_to_procedure_end: [Float], days_to_procedure_start: [Float], procedure_name: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_procedure]): Int
85
+ measurement(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], project_id: [String], state: [String], test_days_from_index: [Float], test_method: [String], test_name: [String], test_result_text: [String], updated_datetime: [String], not: [NotPropertiesInput_measurement]): [measurement]
86
+ _measurement_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], project_id: [String], state: [String], test_days_from_index: [Float], test_method: [String], test_name: [String], test_result_text: [String], updated_datetime: [String], not: [NotPropertiesInput_measurement]): Int
87
+ supplementary_file(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_description: [String], file_name: [String], file_size: [Float], file_state: [String], md5sum: [String], object_id: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_supplementary_file]): [supplementary_file]
88
+ _supplementary_file_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_description: [String], file_name: [String], file_size: [Float], file_state: [String], md5sum: [String], object_id: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_supplementary_file]): Int
89
+ xa_series_file(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], radiation_setting: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_xa_series_file]): [xa_series_file]
90
+ _xa_series_file_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], radiation_setting: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_xa_series_file]): Int
91
+ us_series_file(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], region_spatial_format: [String], series_description: [String], series_uid: [String], state: [String], transducer_type: [String], updated_datetime: [String], not: [NotPropertiesInput_us_series_file]): [us_series_file]
92
+ _us_series_file_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], region_spatial_format: [String], series_description: [String], series_uid: [String], state: [String], transducer_type: [String], updated_datetime: [String], not: [NotPropertiesInput_us_series_file]): Int
93
+ mg_series_file(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], code_meaning: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], sop_class_name: [String], sop_class_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_mg_series_file]): [mg_series_file]
94
+ _mg_series_file_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], code_meaning: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], sop_class_name: [String], sop_class_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_mg_series_file]): Int
95
+ observation(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], days_to_observation: [Float], observation_answer: [String], observation_name: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_observation]): [observation]
96
+ _observation_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], days_to_observation: [Float], observation_answer: [String], observation_name: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_observation]): Int
97
+ visit(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], days_to_hospital_admission: [Float], days_to_hospital_discharge: [Float], days_to_icu_admission: [Float], days_to_icu_discharge: [Float], discharge_type: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_visit]): [visit]
98
+ _visit_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], days_to_hospital_admission: [Float], days_to_hospital_discharge: [Float], days_to_icu_admission: [Float], days_to_icu_discharge: [Float], discharge_type: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_visit]): Int
99
+ dx_series_file(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_dx_series_file]): [dx_series_file]
100
+ _dx_series_file_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_dx_series_file]): Int
101
+ annotation(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): [annotation]
102
+ _annotation_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): Int
103
+ case(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_index: [Float], age_at_index_gt89: [String], case_ids: [String], country_of_residence: [String], covid19_positive: [String], created_datetime: [String], ethnicity: [String], gen3_linked_subjects_available: [Boolean], icu_indicator: [Boolean], index_event: [String], linked_external_data: [String], long_covid_diagnosis: [String], project_id: [String], race: [String], sex: [String], site_id: [String], state: [String], token_record_id: [String], treatment_info: [Boolean], updated_datetime: [String], ventilator_indicator: [Boolean], zip: [String], not: [NotPropertiesInput_case]): [case]
104
+ _case_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_index: [Float], age_at_index_gt89: [String], case_ids: [String], country_of_residence: [String], covid19_positive: [String], created_datetime: [String], ethnicity: [String], gen3_linked_subjects_available: [Boolean], icu_indicator: [Boolean], index_event: [String], linked_external_data: [String], long_covid_diagnosis: [String], project_id: [String], race: [String], sex: [String], site_id: [String], state: [String], token_record_id: [String], treatment_info: [Boolean], updated_datetime: [String], ventilator_indicator: [Boolean], zip: [String], not: [NotPropertiesInput_case]): Int
105
+ core_metadata_collection(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): [core_metadata_collection]
106
+ _core_metadata_collection_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): Int
107
+ rf_series_file(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_rf_series_file]): [rf_series_file]
108
+ _rf_series_file_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_rf_series_file]): Int
109
+ program(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], dbgap_accession_number: [String], name: [String], not: [NotPropertiesInput_program]): [program]
110
+ _program_count(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], dbgap_accession_number: [String], name: [String], not: [NotPropertiesInput_program]): Int
111
+ ct_series_file(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acquisition_type: [String], case_ids: [String], contrast_bolus_agent: [String], convolution_kernel: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], exposure_modulation_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], patient_position: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], slice_thickness: [String], spacing_between_slices: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_ct_series_file]): [ct_series_file]
112
+ _ct_series_file_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acquisition_type: [String], case_ids: [String], contrast_bolus_agent: [String], convolution_kernel: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], exposure_modulation_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], patient_position: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], slice_thickness: [String], spacing_between_slices: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_ct_series_file]): Int
113
+ datanode(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, case_ids: [String], created_datetime: String, data_category: String, data_format: String, data_type: String, error_type: String, file_description: String, file_name: String, file_size: Float, file_state: String, md5sum: String, object_id: String, project_id: String, state: String, updated_datetime: String, annotation_long_name: String, annotation_method: String, annotation_name: String, annotator_id: String, instance_uids: [String], software_versions: String, manufacturer: String, manufacturer_model_name: String, modality: String, series_description: String, series_uid: String, contrast_bolus_agent: [String], detector_type: String, image_data_modification_method: String, image_data_modification_name: Float, image_data_modified: Boolean, image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: String, number_of_instances: Float, pixel_spacing: [String], spatial_resolution: Float, view_position: [String], body_part_examined: [String], radiation_setting: [String], report_generation_method: String, report_modification_method: String, study_description: String, region_spatial_format: [String], transducer_type: String, acquisition_type: String, convolution_kernel: [String], exposure_modulation_type: String, patient_position: String, slice_thickness: [String], spacing_between_slices: [String], code_meaning: [String], sop_class_name: [String], sop_class_uid: [String], radiopharmaceutical: String, angio_flag: [String], diffusion_b_value: [String], diffusion_gradient_orientation: String, echo_number: [String], echo_time: [String], echo_train_length: [String], imaged_nucleus: [String], magnetic_field_strength: [String], mr_acquisition_type: [String], number_of_temporal_positions: [String], repetition_time: [String], scan_options: [String], scanning_sequence: [String], sequence_name: [String], sequence_variant: [String], software_version: String, ct_images: Boolean, type: String, of_type: [String]): [DataNode]
114
+ _node_type(first: Int = 10, order_by_asc: String, order_by_desc: String, title: String, constraints: String, additionalProperties: String, root: String, program: String, id: String, submittable: String, required: String, category: String, uniqueKeys: String, nodeTerms: String, validators: String, project: String, description: String, links: String, properties: String, systemProperties: String, namespace: String, type: String): [NodeType]
115
+ viewer: viewer
116
+ }
117
+
118
+ type TransactionLog {
119
+ id: ID
120
+ is_dry_run: Boolean
121
+ closed: Boolean
122
+ committed_by: ID
123
+ state: String
124
+ type: String
125
+ quick_search: ID
126
+ submitter: String
127
+ role: String
128
+ program: String
129
+ project: String
130
+ created_datetime: String
131
+ canonical_json: String
132
+ project_id: String
133
+ snapshots: [TransactionSnapshot]
134
+ documents: [TransactionDocument]
135
+ related_cases: [TransactionResponseEntityRelatedCases]
136
+ }
137
+
138
+ type TransactionSnapshot {
139
+ id: ID
140
+ transaction_id: Int
141
+ action: String
142
+ old_props: String
143
+ new_props: String
144
+ }
145
+
146
+ type TransactionDocument {
147
+ id: ID
148
+ transaction_id: ID
149
+ doc_format: String
150
+ doc: String
151
+ doc_size: Int
152
+ name: String
153
+ response_json: String
154
+ response: TransactionResponse
155
+ }
156
+
157
+ type TransactionResponse {
158
+ transaction_id: ID
159
+ success: Boolean
160
+ entity_error_count: Int
161
+ transactional_error_count: Int
162
+ code: Int
163
+ message: String
164
+ transactional_errors: Int
165
+ created_entity_count: Int
166
+ updated_entity_count: Int
167
+ released_entity_count: Int
168
+ cases_related_to_updated_entities_count: Int
169
+ cases_related_to_created_entities_count: Int
170
+ entities: [TransactionResponseEntity]
171
+ }
172
+
173
+ type TransactionResponseEntity {
174
+ valid: Boolean
175
+ action: String
176
+ type: String
177
+ id: String
178
+ unique_keys: String
179
+ related_cases: [TransactionResponseEntityRelatedCases]
180
+ errors: [TransactionResponseError]
181
+ warnings: String
182
+ }
183
+
184
+ type TransactionResponseEntityRelatedCases {
185
+ id: String
186
+ submitter_id: String
187
+ }
188
+
189
+ type TransactionResponseError {
190
+ keys: [String]
191
+
192
+ """
193
+ List of entities that depend on this entity such that the transaction failed.
194
+ """
195
+ dependents: [GenericEntity]
196
+ message: String
197
+ type: String
198
+ }
199
+
200
+ """Skeleton properties to reference generic entities"""
201
+ type GenericEntity {
202
+ id: String
203
+ type: String
204
+ }
205
+
206
+ """The query object that represents the psqlgraph.Node base"""
207
+ interface Node {
208
+ id: ID
209
+ submitter_id: String
210
+ type: String
211
+ project_id: String
212
+ created_datetime: String
213
+ updated_datetime: String
214
+ }
215
+
216
+ type data_release implements Node {
217
+ id: ID
218
+ submitter_id: String
219
+ type: String
220
+ project_id: String
221
+ created_datetime: String
222
+ updated_datetime: String
223
+ major_version: Float
224
+ minor_version: Float
225
+ name: String
226
+ release_date: String
227
+ released: Boolean
228
+ roots(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], schema_version: [String], not: [NotPropertiesInput_root]): [root]
229
+ _roots_count(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], created_datetime: [String], major_version: [Float], minor_version: [Float], name: [String], release_date: [String], released: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_data_release]): Int
230
+ _transaction_logs_count(
231
+ id: ID
232
+ type: String
233
+ quick_search: ID
234
+ project_id: [String]
235
+ project: String
236
+ program: String
237
+ order_by_asc: String
238
+ order_by_desc: String
239
+ related_cases: [String]
240
+ first: Int
241
+ last: Int
242
+ offset: Int
243
+ entities: [String]
244
+ is_dry_run: Boolean
245
+ closed: Boolean
246
+
247
+ """
248
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
249
+ """
250
+ committable: Boolean
251
+ state: String
252
+ committed_by: ID
253
+ ): Int
254
+ _transaction_logs(
255
+ id: ID
256
+ type: String
257
+ quick_search: ID
258
+ project_id: [String]
259
+ project: String
260
+ program: String
261
+ order_by_asc: String
262
+ order_by_desc: String
263
+ related_cases: [String]
264
+ first: Int
265
+ last: Int
266
+ offset: Int
267
+ entities: [String]
268
+ is_dry_run: Boolean
269
+ closed: Boolean
270
+
271
+ """
272
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
273
+ """
274
+ committable: Boolean
275
+ state: String
276
+ committed_by: ID
277
+ ): [TransactionLog]
278
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
279
+ }
280
+
281
+ type root implements Node {
282
+ id: ID
283
+ submitter_id: String
284
+ type: String
285
+ project_id: String
286
+ created_datetime: String
287
+ updated_datetime: String
288
+ schema_version: String
289
+ data_releases(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], created_datetime: [String], major_version: [Float], minor_version: [Float], name: [String], release_date: [String], released: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_data_release]): [data_release]
290
+ _data_releases_count(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], schema_version: [String], not: [NotPropertiesInput_root]): Int
291
+ _transaction_logs_count(
292
+ id: ID
293
+ type: String
294
+ quick_search: ID
295
+ project_id: [String]
296
+ project: String
297
+ program: String
298
+ order_by_asc: String
299
+ order_by_desc: String
300
+ related_cases: [String]
301
+ first: Int
302
+ last: Int
303
+ offset: Int
304
+ entities: [String]
305
+ is_dry_run: Boolean
306
+ closed: Boolean
307
+
308
+ """
309
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
310
+ """
311
+ committable: Boolean
312
+ state: String
313
+ committed_by: ID
314
+ ): Int
315
+ _transaction_logs(
316
+ id: ID
317
+ type: String
318
+ quick_search: ID
319
+ project_id: [String]
320
+ project: String
321
+ program: String
322
+ order_by_asc: String
323
+ order_by_desc: String
324
+ related_cases: [String]
325
+ first: Int
326
+ last: Int
327
+ offset: Int
328
+ entities: [String]
329
+ is_dry_run: Boolean
330
+ closed: Boolean
331
+
332
+ """
333
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
334
+ """
335
+ committable: Boolean
336
+ state: String
337
+ committed_by: ID
338
+ ): [TransactionLog]
339
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
340
+ }
341
+
342
+ input WithPathToInput {
343
+ id: String
344
+ type: String!
345
+ major_version: Float
346
+ minor_version: Float
347
+ release_date: String
348
+ schema_version: String
349
+ age_at_imaging: Float
350
+ age_at_imaging_gt89: String
351
+ days_from_study_to_neg_covid_test: [String]
352
+ days_from_study_to_pos_covid_test: [String]
353
+ days_to_study: Float
354
+ loinc_code: String
355
+ loinc_contrast: String
356
+ loinc_long_common_name: String
357
+ loinc_method: String
358
+ loinc_system: String
359
+ study_modality: [String]
360
+ study_uid: String
361
+ study_year: Float
362
+ study_year_shifted: Boolean
363
+ ct_images: Boolean
364
+ full_name: String
365
+ days_to_medication_end: Float
366
+ days_to_medication_start: Float
367
+ dose_sequence_number: Float
368
+ medication_code: String
369
+ medication_code_system: String
370
+ medication_manufacturer: String
371
+ medication_name: String
372
+ medication_type: String
373
+ radiopharmaceutical: String
374
+ software_versions: String
375
+ acknowledgement: String
376
+ availability_mechanism: String
377
+ availability_type: String
378
+ code: String
379
+ complete: String
380
+ data_citation: String
381
+ data_contributor: String
382
+ data_description: String
383
+ data_url_doi: String
384
+ date_collected: String
385
+ disease_type: String
386
+ intended_release_date: String
387
+ investigator_affiliation: String
388
+ investigator_name: String
389
+ license: String
390
+ longitudinal: Boolean
391
+ primary_site: String
392
+ publication_citation: String
393
+ releasable: Boolean
394
+ released: Boolean
395
+ research_description: String
396
+ research_design: String
397
+ research_objective: String
398
+ research_setup: String
399
+ support_id: String
400
+ support_source: String
401
+ angio_flag: [String]
402
+ diffusion_b_value: [String]
403
+ diffusion_gradient_orientation: String
404
+ echo_number: [String]
405
+ echo_time: [String]
406
+ echo_train_length: [String]
407
+ imaged_nucleus: [String]
408
+ magnetic_field_strength: [String]
409
+ mr_acquisition_type: [String]
410
+ number_of_temporal_positions: [String]
411
+ repetition_time: [String]
412
+ scan_options: [String]
413
+ scanning_sequence: [String]
414
+ sequence_name: [String]
415
+ sequence_variant: [String]
416
+ condition_code: String
417
+ condition_code_system: String
418
+ condition_name: String
419
+ days_to_condition_end: Float
420
+ days_to_condition_start: Float
421
+ report_generation_method: String
422
+ report_modification_method: String
423
+ study_description: String
424
+ breathing_support_type: String
425
+ days_to_procedure_end: Float
426
+ days_to_procedure_start: Float
427
+ procedure_name: String
428
+ test_days_from_index: Float
429
+ test_method: String
430
+ test_name: String
431
+ test_result_text: String
432
+ file_description: String
433
+ body_part_examined: [String]
434
+ radiation_setting: [String]
435
+ region_spatial_format: [String]
436
+ transducer_type: String
437
+ code_meaning: [String]
438
+ sop_class_name: [String]
439
+ sop_class_uid: [String]
440
+ days_to_observation: Float
441
+ observation_answer: String
442
+ observation_name: String
443
+ days_to_hospital_admission: Float
444
+ days_to_hospital_discharge: Float
445
+ days_to_icu_admission: Float
446
+ days_to_icu_discharge: Float
447
+ discharge_type: String
448
+ airspace_disease_grading: String
449
+ annotation_long_name: String
450
+ annotation_method: String
451
+ annotation_name: String
452
+ annotator_id: String
453
+ class_covid19_pneumonia: String
454
+ instance_uids: [String]
455
+ midrc_mRALE_score: Float
456
+ sift_image_quality_index: String
457
+ software_version: String
458
+ age_at_index: Float
459
+ age_at_index_gt89: String
460
+ country_of_residence: String
461
+ covid19_positive: String
462
+ ethnicity: String
463
+ gen3_linked_subjects_available: Boolean
464
+ icu_indicator: Boolean
465
+ index_event: String
466
+ linked_external_data: [String]
467
+ long_covid_diagnosis: String
468
+ race: String
469
+ sex: String
470
+ site_id: String
471
+ token_record_id: String
472
+ treatment_info: Boolean
473
+ ventilator_indicator: Boolean
474
+ zip: String
475
+ contributor: String
476
+ coverage: String
477
+ creator: String
478
+ date: String
479
+ description: String
480
+ format: String
481
+ language: String
482
+ publisher: String
483
+ relation: String
484
+ rights: String
485
+ source: String
486
+ subject: String
487
+ title: String
488
+ detector_type: String
489
+ imager_pixel_spacing: [String]
490
+ spatial_resolution: Float
491
+ view_position: [String]
492
+ dbgap_accession_number: String
493
+ name: String
494
+ acquisition_type: String
495
+ case_ids: [String]
496
+ contrast_bolus_agent: [String]
497
+ convolution_kernel: [String]
498
+ created_datetime: String
499
+ data_category: String
500
+ data_format: String
501
+ data_type: String
502
+ error_type: String
503
+ exposure_modulation_type: String
504
+ file_name: String
505
+ file_size: Float
506
+ file_state: String
507
+ image_data_modification_method: String
508
+ image_data_modification_name: Float
509
+ image_data_modified: Boolean
510
+ image_type: [String]
511
+ lossy_image_compression: String
512
+ manufacturer: String
513
+ manufacturer_model_name: String
514
+ md5sum: String
515
+ modality: String
516
+ number_of_instances: Float
517
+ object_id: String
518
+ patient_position: String
519
+ pixel_spacing: [String]
520
+ project_id: String
521
+ series_description: String
522
+ series_uid: String
523
+ slice_thickness: [String]
524
+ spacing_between_slices: [String]
525
+ state: String
526
+ submitter_id: String
527
+ updated_datetime: String
528
+ not: [NotPropertiesInput_ct_series_file]
529
+ }
530
+
531
+ input NotPropertiesInput_ct_series_file {
532
+ acquisition_type: String
533
+ case_ids: [String]
534
+ contrast_bolus_agent: [String]
535
+ convolution_kernel: [String]
536
+ created_datetime: String
537
+ data_category: String
538
+ data_format: String
539
+ data_type: String
540
+ error_type: String
541
+ exposure_modulation_type: String
542
+ file_name: String
543
+ file_size: Float
544
+ file_state: String
545
+ image_data_modification_method: String
546
+ image_data_modification_name: Float
547
+ image_data_modified: Boolean
548
+ image_type: [String]
549
+ lossy_image_compression: String
550
+ manufacturer: String
551
+ manufacturer_model_name: String
552
+ md5sum: String
553
+ modality: String
554
+ number_of_instances: Float
555
+ object_id: String
556
+ patient_position: String
557
+ pixel_spacing: [String]
558
+ project_id: String
559
+ series_description: String
560
+ series_uid: String
561
+ slice_thickness: [String]
562
+ spacing_between_slices: [String]
563
+ state: String
564
+ submitter_id: String
565
+ updated_datetime: String
566
+ }
567
+
568
+ input NotPropertiesInput_data_release {
569
+ created_datetime: String
570
+ major_version: Float
571
+ minor_version: Float
572
+ name: String
573
+ release_date: String
574
+ released: Boolean
575
+ updated_datetime: String
576
+ }
577
+
578
+ input NotPropertiesInput_root {
579
+ schema_version: String
580
+ }
581
+
582
+ type imaging_study implements Node {
583
+ id: ID
584
+ submitter_id: String
585
+ type: String
586
+ project_id: String
587
+ created_datetime: String
588
+ updated_datetime: String
589
+ age_at_imaging: Float
590
+ age_at_imaging_gt89: String
591
+ body_part_examined: [String]
592
+ case_ids: [String]
593
+ days_from_study_to_neg_covid_test: [String]
594
+ days_from_study_to_pos_covid_test: [String]
595
+ days_to_study: Float
596
+ image_data_modified: Boolean
597
+ loinc_code: String
598
+ loinc_contrast: String
599
+ loinc_long_common_name: String
600
+ loinc_method: String
601
+ loinc_system: String
602
+ state: String
603
+ study_description: String
604
+ study_modality: [String]
605
+ study_uid: String
606
+ study_year: Float
607
+ study_year_shifted: Boolean
608
+ cases(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_index: [Float], age_at_index_gt89: [String], case_ids: [String], country_of_residence: [String], covid19_positive: [String], created_datetime: [String], ethnicity: [String], gen3_linked_subjects_available: [Boolean], icu_indicator: [Boolean], index_event: [String], linked_external_data: [String], long_covid_diagnosis: [String], project_id: [String], race: [String], sex: [String], site_id: [String], state: [String], token_record_id: [String], treatment_info: [Boolean], updated_datetime: [String], ventilator_indicator: [Boolean], zip: [String], not: [NotPropertiesInput_case]): [case]
609
+ datasets(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], created_datetime: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], disease_type: [String], full_name: [String], license: [String], longitudinal: [Boolean], primary_site: [String], project_id: [String], publication_citation: [String], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dataset]): [dataset]
610
+ pt_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], ct_images: [Boolean], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], radiopharmaceutical: [String], series_description: [String], series_uid: [String], slice_thickness: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_pt_series_file]): [pt_series_file]
611
+ nm_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], radiopharmaceutical: [String], series_description: [String], series_uid: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_nm_series_file]): [nm_series_file]
612
+ annotation_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): [annotation_file]
613
+ dicom_annotation_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], object_id: [String], project_id: [String], series_description: [String], series_uid: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dicom_annotation_file]): [dicom_annotation_file]
614
+ mr_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], angio_flag: [String], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], diffusion_b_value: [String], diffusion_gradient_orientation: [String], echo_number: [String], echo_time: [String], echo_train_length: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imaged_nucleus: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], magnetic_field_strength: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], mr_acquisition_type: [String], number_of_instances: [Float], number_of_temporal_positions: [String], object_id: [String], pixel_spacing: [String], project_id: [String], repetition_time: [String], scan_options: [String], scanning_sequence: [String], sequence_name: [String], sequence_variant: [String], series_description: [String], series_uid: [String], slice_thickness: [String], software_version: [String], spacing_between_slices: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_mr_series_file]): [mr_series_file]
615
+ cr_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_cr_series_file]): [cr_series_file]
616
+ radiology_reports(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], md5sum: [String], modality: [String], object_id: [String], project_id: [String], report_generation_method: [String], report_modification_method: [String], state: [String], study_description: [String], updated_datetime: [String], not: [NotPropertiesInput_radiology_report]): [radiology_report]
617
+ xa_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], radiation_setting: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_xa_series_file]): [xa_series_file]
618
+ us_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], region_spatial_format: [String], series_description: [String], series_uid: [String], state: [String], transducer_type: [String], updated_datetime: [String], not: [NotPropertiesInput_us_series_file]): [us_series_file]
619
+ mg_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], code_meaning: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], sop_class_name: [String], sop_class_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_mg_series_file]): [mg_series_file]
620
+ dx_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_dx_series_file]): [dx_series_file]
621
+ annotations(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): [annotation]
622
+ rf_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_rf_series_file]): [rf_series_file]
623
+ ct_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acquisition_type: [String], case_ids: [String], contrast_bolus_agent: [String], convolution_kernel: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], exposure_modulation_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], patient_position: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], slice_thickness: [String], spacing_between_slices: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_ct_series_file]): [ct_series_file]
624
+ _cases_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): Int
625
+ _datasets_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): Int
626
+ _pt_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): Int
627
+ _nm_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): Int
628
+ _annotation_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): Int
629
+ _dicom_annotation_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): Int
630
+ _mr_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): Int
631
+ _cr_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): Int
632
+ _radiology_reports_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): Int
633
+ _xa_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): Int
634
+ _us_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): Int
635
+ _mg_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): Int
636
+ _dx_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): Int
637
+ _annotations_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): Int
638
+ _rf_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): Int
639
+ _ct_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): Int
640
+ _transaction_logs_count(
641
+ id: ID
642
+ type: String
643
+ quick_search: ID
644
+ project_id: [String]
645
+ project: String
646
+ program: String
647
+ order_by_asc: String
648
+ order_by_desc: String
649
+ related_cases: [String]
650
+ first: Int
651
+ last: Int
652
+ offset: Int
653
+ entities: [String]
654
+ is_dry_run: Boolean
655
+ closed: Boolean
656
+
657
+ """
658
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
659
+ """
660
+ committable: Boolean
661
+ state: String
662
+ committed_by: ID
663
+ ): Int
664
+ _transaction_logs(
665
+ id: ID
666
+ type: String
667
+ quick_search: ID
668
+ project_id: [String]
669
+ project: String
670
+ program: String
671
+ order_by_asc: String
672
+ order_by_desc: String
673
+ related_cases: [String]
674
+ first: Int
675
+ last: Int
676
+ offset: Int
677
+ entities: [String]
678
+ is_dry_run: Boolean
679
+ closed: Boolean
680
+
681
+ """
682
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
683
+ """
684
+ committable: Boolean
685
+ state: String
686
+ committed_by: ID
687
+ ): [TransactionLog]
688
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
689
+ }
690
+
691
+ type case implements Node {
692
+ id: ID
693
+ submitter_id: String
694
+ type: String
695
+ project_id: String
696
+ created_datetime: String
697
+ updated_datetime: String
698
+ age_at_index: Float
699
+ age_at_index_gt89: String
700
+ case_ids: [String]
701
+ country_of_residence: String
702
+ covid19_positive: String
703
+ ethnicity: String
704
+ gen3_linked_subjects_available: Boolean
705
+ icu_indicator: Boolean
706
+ index_event: String
707
+ linked_external_data: [String]
708
+ long_covid_diagnosis: String
709
+ race: String
710
+ sex: String
711
+ site_id: String
712
+ state: String
713
+ token_record_id: String
714
+ treatment_info: Boolean
715
+ ventilator_indicator: Boolean
716
+ zip: String
717
+ datasets(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], created_datetime: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], disease_type: [String], full_name: [String], license: [String], longitudinal: [Boolean], primary_site: [String], project_id: [String], publication_citation: [String], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dataset]): [dataset]
718
+ imaging_studies(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): [imaging_study]
719
+ medications(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], days_to_medication_end: [Float], days_to_medication_start: [Float], dose_sequence_number: [Float], medication_code: [String], medication_code_system: [String], medication_manufacturer: [String], medication_name: [String], medication_type: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_medication]): [medication]
720
+ annotation_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): [annotation_file]
721
+ conditions(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], condition_code: [String], condition_code_system: [String], condition_name: [String], created_datetime: [String], days_to_condition_end: [Float], days_to_condition_start: [Float], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_condition]): [condition]
722
+ radiology_reports(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], md5sum: [String], modality: [String], object_id: [String], project_id: [String], report_generation_method: [String], report_modification_method: [String], state: [String], study_description: [String], updated_datetime: [String], not: [NotPropertiesInput_radiology_report]): [radiology_report]
723
+ procedures(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], breathing_support_type: [String], case_ids: [String], created_datetime: [String], days_to_procedure_end: [Float], days_to_procedure_start: [Float], procedure_name: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_procedure]): [procedure]
724
+ measurements(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], project_id: [String], state: [String], test_days_from_index: [Float], test_method: [String], test_name: [String], test_result_text: [String], updated_datetime: [String], not: [NotPropertiesInput_measurement]): [measurement]
725
+ observations(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], days_to_observation: [Float], observation_answer: [String], observation_name: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_observation]): [observation]
726
+ visits(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], days_to_hospital_admission: [Float], days_to_hospital_discharge: [Float], days_to_icu_admission: [Float], days_to_icu_discharge: [Float], discharge_type: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_visit]): [visit]
727
+ annotations(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): [annotation]
728
+ _datasets_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_index: [Float], age_at_index_gt89: [String], case_ids: [String], country_of_residence: [String], covid19_positive: [String], created_datetime: [String], ethnicity: [String], gen3_linked_subjects_available: [Boolean], icu_indicator: [Boolean], index_event: [String], linked_external_data: [String], long_covid_diagnosis: [String], project_id: [String], race: [String], sex: [String], site_id: [String], state: [String], token_record_id: [String], treatment_info: [Boolean], updated_datetime: [String], ventilator_indicator: [Boolean], zip: [String], not: [NotPropertiesInput_case]): Int
729
+ _imaging_studies_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_index: [Float], age_at_index_gt89: [String], case_ids: [String], country_of_residence: [String], covid19_positive: [String], created_datetime: [String], ethnicity: [String], gen3_linked_subjects_available: [Boolean], icu_indicator: [Boolean], index_event: [String], linked_external_data: [String], long_covid_diagnosis: [String], project_id: [String], race: [String], sex: [String], site_id: [String], state: [String], token_record_id: [String], treatment_info: [Boolean], updated_datetime: [String], ventilator_indicator: [Boolean], zip: [String], not: [NotPropertiesInput_case]): Int
730
+ _medications_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_index: [Float], age_at_index_gt89: [String], case_ids: [String], country_of_residence: [String], covid19_positive: [String], created_datetime: [String], ethnicity: [String], gen3_linked_subjects_available: [Boolean], icu_indicator: [Boolean], index_event: [String], linked_external_data: [String], long_covid_diagnosis: [String], project_id: [String], race: [String], sex: [String], site_id: [String], state: [String], token_record_id: [String], treatment_info: [Boolean], updated_datetime: [String], ventilator_indicator: [Boolean], zip: [String], not: [NotPropertiesInput_case]): Int
731
+ _annotation_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_index: [Float], age_at_index_gt89: [String], case_ids: [String], country_of_residence: [String], covid19_positive: [String], created_datetime: [String], ethnicity: [String], gen3_linked_subjects_available: [Boolean], icu_indicator: [Boolean], index_event: [String], linked_external_data: [String], long_covid_diagnosis: [String], project_id: [String], race: [String], sex: [String], site_id: [String], state: [String], token_record_id: [String], treatment_info: [Boolean], updated_datetime: [String], ventilator_indicator: [Boolean], zip: [String], not: [NotPropertiesInput_case]): Int
732
+ _conditions_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_index: [Float], age_at_index_gt89: [String], case_ids: [String], country_of_residence: [String], covid19_positive: [String], created_datetime: [String], ethnicity: [String], gen3_linked_subjects_available: [Boolean], icu_indicator: [Boolean], index_event: [String], linked_external_data: [String], long_covid_diagnosis: [String], project_id: [String], race: [String], sex: [String], site_id: [String], state: [String], token_record_id: [String], treatment_info: [Boolean], updated_datetime: [String], ventilator_indicator: [Boolean], zip: [String], not: [NotPropertiesInput_case]): Int
733
+ _radiology_reports_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_index: [Float], age_at_index_gt89: [String], case_ids: [String], country_of_residence: [String], covid19_positive: [String], created_datetime: [String], ethnicity: [String], gen3_linked_subjects_available: [Boolean], icu_indicator: [Boolean], index_event: [String], linked_external_data: [String], long_covid_diagnosis: [String], project_id: [String], race: [String], sex: [String], site_id: [String], state: [String], token_record_id: [String], treatment_info: [Boolean], updated_datetime: [String], ventilator_indicator: [Boolean], zip: [String], not: [NotPropertiesInput_case]): Int
734
+ _procedures_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_index: [Float], age_at_index_gt89: [String], case_ids: [String], country_of_residence: [String], covid19_positive: [String], created_datetime: [String], ethnicity: [String], gen3_linked_subjects_available: [Boolean], icu_indicator: [Boolean], index_event: [String], linked_external_data: [String], long_covid_diagnosis: [String], project_id: [String], race: [String], sex: [String], site_id: [String], state: [String], token_record_id: [String], treatment_info: [Boolean], updated_datetime: [String], ventilator_indicator: [Boolean], zip: [String], not: [NotPropertiesInput_case]): Int
735
+ _measurements_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_index: [Float], age_at_index_gt89: [String], case_ids: [String], country_of_residence: [String], covid19_positive: [String], created_datetime: [String], ethnicity: [String], gen3_linked_subjects_available: [Boolean], icu_indicator: [Boolean], index_event: [String], linked_external_data: [String], long_covid_diagnosis: [String], project_id: [String], race: [String], sex: [String], site_id: [String], state: [String], token_record_id: [String], treatment_info: [Boolean], updated_datetime: [String], ventilator_indicator: [Boolean], zip: [String], not: [NotPropertiesInput_case]): Int
736
+ _observations_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_index: [Float], age_at_index_gt89: [String], case_ids: [String], country_of_residence: [String], covid19_positive: [String], created_datetime: [String], ethnicity: [String], gen3_linked_subjects_available: [Boolean], icu_indicator: [Boolean], index_event: [String], linked_external_data: [String], long_covid_diagnosis: [String], project_id: [String], race: [String], sex: [String], site_id: [String], state: [String], token_record_id: [String], treatment_info: [Boolean], updated_datetime: [String], ventilator_indicator: [Boolean], zip: [String], not: [NotPropertiesInput_case]): Int
737
+ _visits_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_index: [Float], age_at_index_gt89: [String], case_ids: [String], country_of_residence: [String], covid19_positive: [String], created_datetime: [String], ethnicity: [String], gen3_linked_subjects_available: [Boolean], icu_indicator: [Boolean], index_event: [String], linked_external_data: [String], long_covid_diagnosis: [String], project_id: [String], race: [String], sex: [String], site_id: [String], state: [String], token_record_id: [String], treatment_info: [Boolean], updated_datetime: [String], ventilator_indicator: [Boolean], zip: [String], not: [NotPropertiesInput_case]): Int
738
+ _annotations_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_index: [Float], age_at_index_gt89: [String], case_ids: [String], country_of_residence: [String], covid19_positive: [String], created_datetime: [String], ethnicity: [String], gen3_linked_subjects_available: [Boolean], icu_indicator: [Boolean], index_event: [String], linked_external_data: [String], long_covid_diagnosis: [String], project_id: [String], race: [String], sex: [String], site_id: [String], state: [String], token_record_id: [String], treatment_info: [Boolean], updated_datetime: [String], ventilator_indicator: [Boolean], zip: [String], not: [NotPropertiesInput_case]): Int
739
+ _transaction_logs_count(
740
+ id: ID
741
+ type: String
742
+ quick_search: ID
743
+ project_id: [String]
744
+ project: String
745
+ program: String
746
+ order_by_asc: String
747
+ order_by_desc: String
748
+ related_cases: [String]
749
+ first: Int
750
+ last: Int
751
+ offset: Int
752
+ entities: [String]
753
+ is_dry_run: Boolean
754
+ closed: Boolean
755
+
756
+ """
757
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
758
+ """
759
+ committable: Boolean
760
+ state: String
761
+ committed_by: ID
762
+ ): Int
763
+ _transaction_logs(
764
+ id: ID
765
+ type: String
766
+ quick_search: ID
767
+ project_id: [String]
768
+ project: String
769
+ program: String
770
+ order_by_asc: String
771
+ order_by_desc: String
772
+ related_cases: [String]
773
+ first: Int
774
+ last: Int
775
+ offset: Int
776
+ entities: [String]
777
+ is_dry_run: Boolean
778
+ closed: Boolean
779
+
780
+ """
781
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
782
+ """
783
+ committable: Boolean
784
+ state: String
785
+ committed_by: ID
786
+ ): [TransactionLog]
787
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
788
+ }
789
+
790
+ type dataset implements Node {
791
+ id: ID
792
+ submitter_id: String
793
+ type: String
794
+ project_id: String
795
+ created_datetime: String
796
+ updated_datetime: String
797
+ acknowledgement: String
798
+ data_citation: String
799
+ data_contributor: String
800
+ data_description: String
801
+ data_url_doi: String
802
+ disease_type: String
803
+ full_name: String
804
+ license: String
805
+ longitudinal: Boolean
806
+ primary_site: String
807
+ publication_citation: String
808
+ research_description: String
809
+ research_design: String
810
+ research_objective: String
811
+ research_setup: String
812
+ state: String
813
+ projects(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], availability_mechanism: [String], availability_type: [String], code: [String], complete: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], date_collected: [String], dbgap_accession_number: [String], disease_type: [String], intended_release_date: [String], investigator_affiliation: [String], investigator_name: [String], license: [String], longitudinal: [Boolean], name: [String], primary_site: [String], publication_citation: [String], releasable: [Boolean], released: [Boolean], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], support_id: [String], support_source: [String], project_id: [String], not: [NotPropertiesInput_project]): [project]
814
+ imaging_studies(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): [imaging_study]
815
+ annotation_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): [annotation_file]
816
+ radiology_reports(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], md5sum: [String], modality: [String], object_id: [String], project_id: [String], report_generation_method: [String], report_modification_method: [String], state: [String], study_description: [String], updated_datetime: [String], not: [NotPropertiesInput_radiology_report]): [radiology_report]
817
+ supplementary_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_description: [String], file_name: [String], file_size: [Float], file_state: [String], md5sum: [String], object_id: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_supplementary_file]): [supplementary_file]
818
+ annotations(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): [annotation]
819
+ cases(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_index: [Float], age_at_index_gt89: [String], case_ids: [String], country_of_residence: [String], covid19_positive: [String], created_datetime: [String], ethnicity: [String], gen3_linked_subjects_available: [Boolean], icu_indicator: [Boolean], index_event: [String], linked_external_data: [String], long_covid_diagnosis: [String], project_id: [String], race: [String], sex: [String], site_id: [String], state: [String], token_record_id: [String], treatment_info: [Boolean], updated_datetime: [String], ventilator_indicator: [Boolean], zip: [String], not: [NotPropertiesInput_case]): [case]
820
+ _projects_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], created_datetime: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], disease_type: [String], full_name: [String], license: [String], longitudinal: [Boolean], primary_site: [String], project_id: [String], publication_citation: [String], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dataset]): Int
821
+ _imaging_studies_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], created_datetime: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], disease_type: [String], full_name: [String], license: [String], longitudinal: [Boolean], primary_site: [String], project_id: [String], publication_citation: [String], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dataset]): Int
822
+ _annotation_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], created_datetime: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], disease_type: [String], full_name: [String], license: [String], longitudinal: [Boolean], primary_site: [String], project_id: [String], publication_citation: [String], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dataset]): Int
823
+ _radiology_reports_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], created_datetime: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], disease_type: [String], full_name: [String], license: [String], longitudinal: [Boolean], primary_site: [String], project_id: [String], publication_citation: [String], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dataset]): Int
824
+ _supplementary_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], created_datetime: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], disease_type: [String], full_name: [String], license: [String], longitudinal: [Boolean], primary_site: [String], project_id: [String], publication_citation: [String], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dataset]): Int
825
+ _annotations_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], created_datetime: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], disease_type: [String], full_name: [String], license: [String], longitudinal: [Boolean], primary_site: [String], project_id: [String], publication_citation: [String], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dataset]): Int
826
+ _cases_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], created_datetime: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], disease_type: [String], full_name: [String], license: [String], longitudinal: [Boolean], primary_site: [String], project_id: [String], publication_citation: [String], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dataset]): Int
827
+ _transaction_logs_count(
828
+ id: ID
829
+ type: String
830
+ quick_search: ID
831
+ project_id: [String]
832
+ project: String
833
+ program: String
834
+ order_by_asc: String
835
+ order_by_desc: String
836
+ related_cases: [String]
837
+ first: Int
838
+ last: Int
839
+ offset: Int
840
+ entities: [String]
841
+ is_dry_run: Boolean
842
+ closed: Boolean
843
+
844
+ """
845
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
846
+ """
847
+ committable: Boolean
848
+ state: String
849
+ committed_by: ID
850
+ ): Int
851
+ _transaction_logs(
852
+ id: ID
853
+ type: String
854
+ quick_search: ID
855
+ project_id: [String]
856
+ project: String
857
+ program: String
858
+ order_by_asc: String
859
+ order_by_desc: String
860
+ related_cases: [String]
861
+ first: Int
862
+ last: Int
863
+ offset: Int
864
+ entities: [String]
865
+ is_dry_run: Boolean
866
+ closed: Boolean
867
+
868
+ """
869
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
870
+ """
871
+ committable: Boolean
872
+ state: String
873
+ committed_by: ID
874
+ ): [TransactionLog]
875
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
876
+ }
877
+
878
+ type project implements Node {
879
+ id: ID
880
+ submitter_id: String
881
+ type: String
882
+ project_id: String
883
+ created_datetime: String
884
+ updated_datetime: String
885
+ acknowledgement: String
886
+ availability_mechanism: String
887
+ availability_type: String
888
+ code: String
889
+ complete: String
890
+ data_citation: String
891
+ data_contributor: String
892
+ data_description: String
893
+ data_url_doi: String
894
+ date_collected: String
895
+ dbgap_accession_number: String
896
+ disease_type: String
897
+ intended_release_date: String
898
+ investigator_affiliation: String
899
+ investigator_name: String
900
+ license: String
901
+ longitudinal: Boolean
902
+ name: String
903
+ primary_site: String
904
+ publication_citation: String
905
+ releasable: Boolean
906
+ released: Boolean
907
+ research_description: String
908
+ research_design: String
909
+ research_objective: String
910
+ research_setup: String
911
+ state: String
912
+ support_id: String
913
+ support_source: String
914
+ programs(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], dbgap_accession_number: [String], name: [String], not: [NotPropertiesInput_program]): [program]
915
+ datasets(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], created_datetime: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], disease_type: [String], full_name: [String], license: [String], longitudinal: [Boolean], primary_site: [String], project_id: [String], publication_citation: [String], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dataset]): [dataset]
916
+ core_metadata_collections(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): [core_metadata_collection]
917
+ _programs_count(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], availability_mechanism: [String], availability_type: [String], code: [String], complete: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], date_collected: [String], dbgap_accession_number: [String], disease_type: [String], intended_release_date: [String], investigator_affiliation: [String], investigator_name: [String], license: [String], longitudinal: [Boolean], name: [String], primary_site: [String], publication_citation: [String], releasable: [Boolean], released: [Boolean], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], support_id: [String], support_source: [String], project_id: [String], not: [NotPropertiesInput_project]): Int
918
+ _datasets_count(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], availability_mechanism: [String], availability_type: [String], code: [String], complete: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], date_collected: [String], dbgap_accession_number: [String], disease_type: [String], intended_release_date: [String], investigator_affiliation: [String], investigator_name: [String], license: [String], longitudinal: [Boolean], name: [String], primary_site: [String], publication_citation: [String], releasable: [Boolean], released: [Boolean], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], support_id: [String], support_source: [String], project_id: [String], not: [NotPropertiesInput_project]): Int
919
+ _core_metadata_collections_count(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], availability_mechanism: [String], availability_type: [String], code: [String], complete: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], date_collected: [String], dbgap_accession_number: [String], disease_type: [String], intended_release_date: [String], investigator_affiliation: [String], investigator_name: [String], license: [String], longitudinal: [Boolean], name: [String], primary_site: [String], publication_citation: [String], releasable: [Boolean], released: [Boolean], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], support_id: [String], support_source: [String], project_id: [String], not: [NotPropertiesInput_project]): Int
920
+ _transaction_logs_count(
921
+ id: ID
922
+ type: String
923
+ quick_search: ID
924
+ project_id: [String]
925
+ project: String
926
+ program: String
927
+ order_by_asc: String
928
+ order_by_desc: String
929
+ related_cases: [String]
930
+ first: Int
931
+ last: Int
932
+ offset: Int
933
+ entities: [String]
934
+ is_dry_run: Boolean
935
+ closed: Boolean
936
+
937
+ """
938
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
939
+ """
940
+ committable: Boolean
941
+ state: String
942
+ committed_by: ID
943
+ ): Int
944
+ _transaction_logs(
945
+ id: ID
946
+ type: String
947
+ quick_search: ID
948
+ project_id: [String]
949
+ project: String
950
+ program: String
951
+ order_by_asc: String
952
+ order_by_desc: String
953
+ related_cases: [String]
954
+ first: Int
955
+ last: Int
956
+ offset: Int
957
+ entities: [String]
958
+ is_dry_run: Boolean
959
+ closed: Boolean
960
+
961
+ """
962
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
963
+ """
964
+ committable: Boolean
965
+ state: String
966
+ committed_by: ID
967
+ ): [TransactionLog]
968
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
969
+ }
970
+
971
+ type program implements Node {
972
+ id: ID
973
+ submitter_id: String
974
+ type: String
975
+ project_id: String
976
+ created_datetime: String
977
+ updated_datetime: String
978
+ dbgap_accession_number: String
979
+ name: String
980
+ projects(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], availability_mechanism: [String], availability_type: [String], code: [String], complete: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], date_collected: [String], dbgap_accession_number: [String], disease_type: [String], intended_release_date: [String], investigator_affiliation: [String], investigator_name: [String], license: [String], longitudinal: [Boolean], name: [String], primary_site: [String], publication_citation: [String], releasable: [Boolean], released: [Boolean], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], support_id: [String], support_source: [String], project_id: [String], not: [NotPropertiesInput_project]): [project]
981
+ _projects_count(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], dbgap_accession_number: [String], name: [String], not: [NotPropertiesInput_program]): Int
982
+ _transaction_logs_count(
983
+ id: ID
984
+ type: String
985
+ quick_search: ID
986
+ project_id: [String]
987
+ project: String
988
+ program: String
989
+ order_by_asc: String
990
+ order_by_desc: String
991
+ related_cases: [String]
992
+ first: Int
993
+ last: Int
994
+ offset: Int
995
+ entities: [String]
996
+ is_dry_run: Boolean
997
+ closed: Boolean
998
+
999
+ """
1000
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
1001
+ """
1002
+ committable: Boolean
1003
+ state: String
1004
+ committed_by: ID
1005
+ ): Int
1006
+ _transaction_logs(
1007
+ id: ID
1008
+ type: String
1009
+ quick_search: ID
1010
+ project_id: [String]
1011
+ project: String
1012
+ program: String
1013
+ order_by_asc: String
1014
+ order_by_desc: String
1015
+ related_cases: [String]
1016
+ first: Int
1017
+ last: Int
1018
+ offset: Int
1019
+ entities: [String]
1020
+ is_dry_run: Boolean
1021
+ closed: Boolean
1022
+
1023
+ """
1024
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
1025
+ """
1026
+ committable: Boolean
1027
+ state: String
1028
+ committed_by: ID
1029
+ ): [TransactionLog]
1030
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
1031
+ }
1032
+
1033
+ input NotPropertiesInput_project {
1034
+ acknowledgement: String
1035
+ availability_mechanism: String
1036
+ availability_type: String
1037
+ code: String
1038
+ complete: String
1039
+ data_citation: String
1040
+ data_contributor: String
1041
+ data_description: String
1042
+ data_url_doi: String
1043
+ date_collected: String
1044
+ dbgap_accession_number: String
1045
+ disease_type: String
1046
+ intended_release_date: String
1047
+ investigator_affiliation: String
1048
+ investigator_name: String
1049
+ license: String
1050
+ longitudinal: Boolean
1051
+ name: String
1052
+ primary_site: String
1053
+ publication_citation: String
1054
+ releasable: Boolean
1055
+ released: Boolean
1056
+ research_description: String
1057
+ research_design: String
1058
+ research_objective: String
1059
+ research_setup: String
1060
+ state: String
1061
+ support_id: String
1062
+ support_source: String
1063
+ project_id: String
1064
+ }
1065
+
1066
+ input NotPropertiesInput_program {
1067
+ dbgap_accession_number: String
1068
+ name: String
1069
+ }
1070
+
1071
+ input NotPropertiesInput_dataset {
1072
+ acknowledgement: String
1073
+ created_datetime: String
1074
+ data_citation: String
1075
+ data_contributor: String
1076
+ data_description: String
1077
+ data_url_doi: String
1078
+ disease_type: String
1079
+ full_name: String
1080
+ license: String
1081
+ longitudinal: Boolean
1082
+ primary_site: String
1083
+ project_id: String
1084
+ publication_citation: String
1085
+ research_description: String
1086
+ research_design: String
1087
+ research_objective: String
1088
+ research_setup: String
1089
+ state: String
1090
+ submitter_id: String
1091
+ updated_datetime: String
1092
+ }
1093
+
1094
+ type core_metadata_collection implements Node {
1095
+ id: ID
1096
+ submitter_id: String
1097
+ type: String
1098
+ project_id: String
1099
+ created_datetime: String
1100
+ updated_datetime: String
1101
+ case_ids: [String]
1102
+ contributor: String
1103
+ coverage: String
1104
+ creator: String
1105
+ data_type: String
1106
+ date: String
1107
+ description: String
1108
+ format: String
1109
+ language: String
1110
+ publisher: String
1111
+ relation: String
1112
+ rights: String
1113
+ source: String
1114
+ state: String
1115
+ subject: String
1116
+ title: String
1117
+ projects(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], availability_mechanism: [String], availability_type: [String], code: [String], complete: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], date_collected: [String], dbgap_accession_number: [String], disease_type: [String], intended_release_date: [String], investigator_affiliation: [String], investigator_name: [String], license: [String], longitudinal: [Boolean], name: [String], primary_site: [String], publication_citation: [String], releasable: [Boolean], released: [Boolean], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], support_id: [String], support_source: [String], project_id: [String], not: [NotPropertiesInput_project]): [project]
1118
+ pt_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], ct_images: [Boolean], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], radiopharmaceutical: [String], series_description: [String], series_uid: [String], slice_thickness: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_pt_series_file]): [pt_series_file]
1119
+ nm_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], radiopharmaceutical: [String], series_description: [String], series_uid: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_nm_series_file]): [nm_series_file]
1120
+ annotation_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): [annotation_file]
1121
+ dicom_annotation_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], object_id: [String], project_id: [String], series_description: [String], series_uid: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dicom_annotation_file]): [dicom_annotation_file]
1122
+ mr_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], angio_flag: [String], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], diffusion_b_value: [String], diffusion_gradient_orientation: [String], echo_number: [String], echo_time: [String], echo_train_length: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imaged_nucleus: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], magnetic_field_strength: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], mr_acquisition_type: [String], number_of_instances: [Float], number_of_temporal_positions: [String], object_id: [String], pixel_spacing: [String], project_id: [String], repetition_time: [String], scan_options: [String], scanning_sequence: [String], sequence_name: [String], sequence_variant: [String], series_description: [String], series_uid: [String], slice_thickness: [String], software_version: [String], spacing_between_slices: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_mr_series_file]): [mr_series_file]
1123
+ cr_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_cr_series_file]): [cr_series_file]
1124
+ radiology_reports(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], md5sum: [String], modality: [String], object_id: [String], project_id: [String], report_generation_method: [String], report_modification_method: [String], state: [String], study_description: [String], updated_datetime: [String], not: [NotPropertiesInput_radiology_report]): [radiology_report]
1125
+ supplementary_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_description: [String], file_name: [String], file_size: [Float], file_state: [String], md5sum: [String], object_id: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_supplementary_file]): [supplementary_file]
1126
+ xa_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], radiation_setting: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_xa_series_file]): [xa_series_file]
1127
+ us_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], region_spatial_format: [String], series_description: [String], series_uid: [String], state: [String], transducer_type: [String], updated_datetime: [String], not: [NotPropertiesInput_us_series_file]): [us_series_file]
1128
+ mg_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], code_meaning: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], sop_class_name: [String], sop_class_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_mg_series_file]): [mg_series_file]
1129
+ dx_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_dx_series_file]): [dx_series_file]
1130
+ rf_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_rf_series_file]): [rf_series_file]
1131
+ ct_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acquisition_type: [String], case_ids: [String], contrast_bolus_agent: [String], convolution_kernel: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], exposure_modulation_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], patient_position: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], slice_thickness: [String], spacing_between_slices: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_ct_series_file]): [ct_series_file]
1132
+ _projects_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): Int
1133
+ _pt_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): Int
1134
+ _nm_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): Int
1135
+ _annotation_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): Int
1136
+ _dicom_annotation_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): Int
1137
+ _mr_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): Int
1138
+ _cr_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): Int
1139
+ _radiology_reports_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): Int
1140
+ _supplementary_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): Int
1141
+ _xa_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): Int
1142
+ _us_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): Int
1143
+ _mg_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): Int
1144
+ _dx_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): Int
1145
+ _rf_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): Int
1146
+ _ct_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): Int
1147
+ _transaction_logs_count(
1148
+ id: ID
1149
+ type: String
1150
+ quick_search: ID
1151
+ project_id: [String]
1152
+ project: String
1153
+ program: String
1154
+ order_by_asc: String
1155
+ order_by_desc: String
1156
+ related_cases: [String]
1157
+ first: Int
1158
+ last: Int
1159
+ offset: Int
1160
+ entities: [String]
1161
+ is_dry_run: Boolean
1162
+ closed: Boolean
1163
+
1164
+ """
1165
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
1166
+ """
1167
+ committable: Boolean
1168
+ state: String
1169
+ committed_by: ID
1170
+ ): Int
1171
+ _transaction_logs(
1172
+ id: ID
1173
+ type: String
1174
+ quick_search: ID
1175
+ project_id: [String]
1176
+ project: String
1177
+ program: String
1178
+ order_by_asc: String
1179
+ order_by_desc: String
1180
+ related_cases: [String]
1181
+ first: Int
1182
+ last: Int
1183
+ offset: Int
1184
+ entities: [String]
1185
+ is_dry_run: Boolean
1186
+ closed: Boolean
1187
+
1188
+ """
1189
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
1190
+ """
1191
+ committable: Boolean
1192
+ state: String
1193
+ committed_by: ID
1194
+ ): [TransactionLog]
1195
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
1196
+ }
1197
+
1198
+ type pt_series_file implements Node {
1199
+ id: ID
1200
+ submitter_id: String
1201
+ type: String
1202
+ project_id: String
1203
+ created_datetime: String
1204
+ updated_datetime: String
1205
+ body_part_examined: [String]
1206
+ case_ids: [String]
1207
+ ct_images: Boolean
1208
+ data_category: String
1209
+ data_format: String
1210
+ data_type: String
1211
+ error_type: String
1212
+ file_name: String
1213
+ file_size: Float
1214
+ file_state: String
1215
+ image_data_modification_method: String
1216
+ image_data_modification_name: Float
1217
+ image_data_modified: Boolean
1218
+ lossy_image_compression: String
1219
+ manufacturer: String
1220
+ manufacturer_model_name: String
1221
+ md5sum: String
1222
+ modality: String
1223
+ number_of_instances: Float
1224
+ object_id: String
1225
+ radiopharmaceutical: String
1226
+ series_description: String
1227
+ series_uid: String
1228
+ slice_thickness: [String]
1229
+ state: String
1230
+ core_metadata_collections(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): [core_metadata_collection]
1231
+ imaging_studies(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): [imaging_study]
1232
+ annotation_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): [annotation_file]
1233
+ annotations(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): [annotation]
1234
+ _core_metadata_collections_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], ct_images: [Boolean], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], radiopharmaceutical: [String], series_description: [String], series_uid: [String], slice_thickness: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_pt_series_file]): Int
1235
+ _imaging_studies_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], ct_images: [Boolean], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], radiopharmaceutical: [String], series_description: [String], series_uid: [String], slice_thickness: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_pt_series_file]): Int
1236
+ _annotation_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], ct_images: [Boolean], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], radiopharmaceutical: [String], series_description: [String], series_uid: [String], slice_thickness: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_pt_series_file]): Int
1237
+ _annotations_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], ct_images: [Boolean], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], radiopharmaceutical: [String], series_description: [String], series_uid: [String], slice_thickness: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_pt_series_file]): Int
1238
+ _transaction_logs_count(
1239
+ id: ID
1240
+ type: String
1241
+ quick_search: ID
1242
+ project_id: [String]
1243
+ project: String
1244
+ program: String
1245
+ order_by_asc: String
1246
+ order_by_desc: String
1247
+ related_cases: [String]
1248
+ first: Int
1249
+ last: Int
1250
+ offset: Int
1251
+ entities: [String]
1252
+ is_dry_run: Boolean
1253
+ closed: Boolean
1254
+
1255
+ """
1256
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
1257
+ """
1258
+ committable: Boolean
1259
+ state: String
1260
+ committed_by: ID
1261
+ ): Int
1262
+ _transaction_logs(
1263
+ id: ID
1264
+ type: String
1265
+ quick_search: ID
1266
+ project_id: [String]
1267
+ project: String
1268
+ program: String
1269
+ order_by_asc: String
1270
+ order_by_desc: String
1271
+ related_cases: [String]
1272
+ first: Int
1273
+ last: Int
1274
+ offset: Int
1275
+ entities: [String]
1276
+ is_dry_run: Boolean
1277
+ closed: Boolean
1278
+
1279
+ """
1280
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
1281
+ """
1282
+ committable: Boolean
1283
+ state: String
1284
+ committed_by: ID
1285
+ ): [TransactionLog]
1286
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
1287
+ }
1288
+
1289
+ input NotPropertiesInput_core_metadata_collection {
1290
+ case_ids: [String]
1291
+ contributor: String
1292
+ coverage: String
1293
+ created_datetime: String
1294
+ creator: String
1295
+ data_type: String
1296
+ date: String
1297
+ description: String
1298
+ format: String
1299
+ language: String
1300
+ project_id: String
1301
+ publisher: String
1302
+ relation: String
1303
+ rights: String
1304
+ source: String
1305
+ state: String
1306
+ subject: String
1307
+ submitter_id: String
1308
+ title: String
1309
+ updated_datetime: String
1310
+ }
1311
+
1312
+ input NotPropertiesInput_imaging_study {
1313
+ age_at_imaging: Float
1314
+ age_at_imaging_gt89: String
1315
+ body_part_examined: [String]
1316
+ case_ids: [String]
1317
+ created_datetime: String
1318
+ days_from_study_to_neg_covid_test: [String]
1319
+ days_from_study_to_pos_covid_test: [String]
1320
+ days_to_study: Float
1321
+ image_data_modified: Boolean
1322
+ loinc_code: String
1323
+ loinc_contrast: String
1324
+ loinc_long_common_name: String
1325
+ loinc_method: String
1326
+ loinc_system: String
1327
+ project_id: String
1328
+ state: String
1329
+ study_description: String
1330
+ study_modality: [String]
1331
+ study_uid: String
1332
+ study_year: Float
1333
+ study_year_shifted: Boolean
1334
+ submitter_id: String
1335
+ updated_datetime: String
1336
+ }
1337
+
1338
+ type annotation_file implements Node {
1339
+ id: ID
1340
+ submitter_id: String
1341
+ type: String
1342
+ project_id: String
1343
+ created_datetime: String
1344
+ updated_datetime: String
1345
+ annotation_long_name: String
1346
+ annotation_method: String
1347
+ annotation_name: String
1348
+ annotator_id: String
1349
+ case_ids: [String]
1350
+ data_category: String
1351
+ data_format: String
1352
+ data_type: String
1353
+ error_type: String
1354
+ file_name: String
1355
+ file_size: Float
1356
+ file_state: String
1357
+ instance_uids: [String]
1358
+ md5sum: String
1359
+ object_id: String
1360
+ software_versions: String
1361
+ state: String
1362
+ core_metadata_collections(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): [core_metadata_collection]
1363
+ datasets(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], created_datetime: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], disease_type: [String], full_name: [String], license: [String], longitudinal: [Boolean], primary_site: [String], project_id: [String], publication_citation: [String], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dataset]): [dataset]
1364
+ cases(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_index: [Float], age_at_index_gt89: [String], case_ids: [String], country_of_residence: [String], covid19_positive: [String], created_datetime: [String], ethnicity: [String], gen3_linked_subjects_available: [Boolean], icu_indicator: [Boolean], index_event: [String], linked_external_data: [String], long_covid_diagnosis: [String], project_id: [String], race: [String], sex: [String], site_id: [String], state: [String], token_record_id: [String], treatment_info: [Boolean], updated_datetime: [String], ventilator_indicator: [Boolean], zip: [String], not: [NotPropertiesInput_case]): [case]
1365
+ imaging_studies(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): [imaging_study]
1366
+ cr_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_cr_series_file]): [cr_series_file]
1367
+ ct_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acquisition_type: [String], case_ids: [String], contrast_bolus_agent: [String], convolution_kernel: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], exposure_modulation_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], patient_position: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], slice_thickness: [String], spacing_between_slices: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_ct_series_file]): [ct_series_file]
1368
+ dx_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_dx_series_file]): [dx_series_file]
1369
+ mg_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], code_meaning: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], sop_class_name: [String], sop_class_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_mg_series_file]): [mg_series_file]
1370
+ mr_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], angio_flag: [String], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], diffusion_b_value: [String], diffusion_gradient_orientation: [String], echo_number: [String], echo_time: [String], echo_train_length: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imaged_nucleus: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], magnetic_field_strength: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], mr_acquisition_type: [String], number_of_instances: [Float], number_of_temporal_positions: [String], object_id: [String], pixel_spacing: [String], project_id: [String], repetition_time: [String], scan_options: [String], scanning_sequence: [String], sequence_name: [String], sequence_variant: [String], series_description: [String], series_uid: [String], slice_thickness: [String], software_version: [String], spacing_between_slices: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_mr_series_file]): [mr_series_file]
1371
+ nm_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], radiopharmaceutical: [String], series_description: [String], series_uid: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_nm_series_file]): [nm_series_file]
1372
+ pt_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], ct_images: [Boolean], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], radiopharmaceutical: [String], series_description: [String], series_uid: [String], slice_thickness: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_pt_series_file]): [pt_series_file]
1373
+ rf_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_rf_series_file]): [rf_series_file]
1374
+ us_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], region_spatial_format: [String], series_description: [String], series_uid: [String], state: [String], transducer_type: [String], updated_datetime: [String], not: [NotPropertiesInput_us_series_file]): [us_series_file]
1375
+ xa_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], radiation_setting: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_xa_series_file]): [xa_series_file]
1376
+ annotations(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): [annotation]
1377
+ _core_metadata_collections_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): Int
1378
+ _datasets_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): Int
1379
+ _cases_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): Int
1380
+ _imaging_studies_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): Int
1381
+ _cr_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): Int
1382
+ _ct_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): Int
1383
+ _dx_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): Int
1384
+ _mg_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): Int
1385
+ _mr_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): Int
1386
+ _nm_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): Int
1387
+ _pt_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): Int
1388
+ _rf_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): Int
1389
+ _us_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): Int
1390
+ _xa_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): Int
1391
+ _annotations_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): Int
1392
+ _transaction_logs_count(
1393
+ id: ID
1394
+ type: String
1395
+ quick_search: ID
1396
+ project_id: [String]
1397
+ project: String
1398
+ program: String
1399
+ order_by_asc: String
1400
+ order_by_desc: String
1401
+ related_cases: [String]
1402
+ first: Int
1403
+ last: Int
1404
+ offset: Int
1405
+ entities: [String]
1406
+ is_dry_run: Boolean
1407
+ closed: Boolean
1408
+
1409
+ """
1410
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
1411
+ """
1412
+ committable: Boolean
1413
+ state: String
1414
+ committed_by: ID
1415
+ ): Int
1416
+ _transaction_logs(
1417
+ id: ID
1418
+ type: String
1419
+ quick_search: ID
1420
+ project_id: [String]
1421
+ project: String
1422
+ program: String
1423
+ order_by_asc: String
1424
+ order_by_desc: String
1425
+ related_cases: [String]
1426
+ first: Int
1427
+ last: Int
1428
+ offset: Int
1429
+ entities: [String]
1430
+ is_dry_run: Boolean
1431
+ closed: Boolean
1432
+
1433
+ """
1434
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
1435
+ """
1436
+ committable: Boolean
1437
+ state: String
1438
+ committed_by: ID
1439
+ ): [TransactionLog]
1440
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
1441
+ }
1442
+
1443
+ input NotPropertiesInput_case {
1444
+ age_at_index: Float
1445
+ age_at_index_gt89: String
1446
+ case_ids: [String]
1447
+ country_of_residence: String
1448
+ covid19_positive: String
1449
+ created_datetime: String
1450
+ ethnicity: String
1451
+ gen3_linked_subjects_available: Boolean
1452
+ icu_indicator: Boolean
1453
+ index_event: String
1454
+ linked_external_data: [String]
1455
+ long_covid_diagnosis: String
1456
+ project_id: String
1457
+ race: String
1458
+ sex: String
1459
+ site_id: String
1460
+ state: String
1461
+ submitter_id: String
1462
+ token_record_id: String
1463
+ treatment_info: Boolean
1464
+ updated_datetime: String
1465
+ ventilator_indicator: Boolean
1466
+ zip: String
1467
+ }
1468
+
1469
+ type cr_series_file implements Node {
1470
+ id: ID
1471
+ submitter_id: String
1472
+ type: String
1473
+ project_id: String
1474
+ created_datetime: String
1475
+ updated_datetime: String
1476
+ case_ids: [String]
1477
+ contrast_bolus_agent: [String]
1478
+ data_category: String
1479
+ data_format: String
1480
+ data_type: String
1481
+ detector_type: String
1482
+ error_type: String
1483
+ file_name: String
1484
+ file_size: Float
1485
+ file_state: String
1486
+ image_data_modification_method: String
1487
+ image_data_modification_name: Float
1488
+ image_data_modified: Boolean
1489
+ image_type: [String]
1490
+ imager_pixel_spacing: [String]
1491
+ lossy_image_compression: String
1492
+ manufacturer: String
1493
+ manufacturer_model_name: String
1494
+ md5sum: String
1495
+ modality: String
1496
+ number_of_instances: Float
1497
+ object_id: String
1498
+ pixel_spacing: [String]
1499
+ series_description: String
1500
+ series_uid: String
1501
+ spatial_resolution: Float
1502
+ state: String
1503
+ view_position: [String]
1504
+ core_metadata_collections(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): [core_metadata_collection]
1505
+ imaging_studies(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): [imaging_study]
1506
+ annotation_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): [annotation_file]
1507
+ annotations(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): [annotation]
1508
+ _core_metadata_collections_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_cr_series_file]): Int
1509
+ _imaging_studies_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_cr_series_file]): Int
1510
+ _annotation_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_cr_series_file]): Int
1511
+ _annotations_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_cr_series_file]): Int
1512
+ _transaction_logs_count(
1513
+ id: ID
1514
+ type: String
1515
+ quick_search: ID
1516
+ project_id: [String]
1517
+ project: String
1518
+ program: String
1519
+ order_by_asc: String
1520
+ order_by_desc: String
1521
+ related_cases: [String]
1522
+ first: Int
1523
+ last: Int
1524
+ offset: Int
1525
+ entities: [String]
1526
+ is_dry_run: Boolean
1527
+ closed: Boolean
1528
+
1529
+ """
1530
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
1531
+ """
1532
+ committable: Boolean
1533
+ state: String
1534
+ committed_by: ID
1535
+ ): Int
1536
+ _transaction_logs(
1537
+ id: ID
1538
+ type: String
1539
+ quick_search: ID
1540
+ project_id: [String]
1541
+ project: String
1542
+ program: String
1543
+ order_by_asc: String
1544
+ order_by_desc: String
1545
+ related_cases: [String]
1546
+ first: Int
1547
+ last: Int
1548
+ offset: Int
1549
+ entities: [String]
1550
+ is_dry_run: Boolean
1551
+ closed: Boolean
1552
+
1553
+ """
1554
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
1555
+ """
1556
+ committable: Boolean
1557
+ state: String
1558
+ committed_by: ID
1559
+ ): [TransactionLog]
1560
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
1561
+ }
1562
+
1563
+ input NotPropertiesInput_annotation_file {
1564
+ annotation_long_name: String
1565
+ annotation_method: String
1566
+ annotation_name: String
1567
+ annotator_id: String
1568
+ case_ids: [String]
1569
+ created_datetime: String
1570
+ data_category: String
1571
+ data_format: String
1572
+ data_type: String
1573
+ error_type: String
1574
+ file_name: String
1575
+ file_size: Float
1576
+ file_state: String
1577
+ instance_uids: [String]
1578
+ md5sum: String
1579
+ object_id: String
1580
+ project_id: String
1581
+ software_versions: String
1582
+ state: String
1583
+ submitter_id: String
1584
+ updated_datetime: String
1585
+ }
1586
+
1587
+ type annotation implements Node {
1588
+ id: ID
1589
+ submitter_id: String
1590
+ type: String
1591
+ project_id: String
1592
+ created_datetime: String
1593
+ updated_datetime: String
1594
+ airspace_disease_grading: String
1595
+ annotation_long_name: String
1596
+ annotation_method: String
1597
+ annotation_name: String
1598
+ annotator_id: String
1599
+ case_ids: [String]
1600
+ class_covid19_pneumonia: String
1601
+ instance_uids: [String]
1602
+ midrc_mRALE_score: Float
1603
+ sift_image_quality_index: String
1604
+ software_version: String
1605
+ state: String
1606
+ datasets(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], created_datetime: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], disease_type: [String], full_name: [String], license: [String], longitudinal: [Boolean], primary_site: [String], project_id: [String], publication_citation: [String], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dataset]): [dataset]
1607
+ cases(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_index: [Float], age_at_index_gt89: [String], case_ids: [String], country_of_residence: [String], covid19_positive: [String], created_datetime: [String], ethnicity: [String], gen3_linked_subjects_available: [Boolean], icu_indicator: [Boolean], index_event: [String], linked_external_data: [String], long_covid_diagnosis: [String], project_id: [String], race: [String], sex: [String], site_id: [String], state: [String], token_record_id: [String], treatment_info: [Boolean], updated_datetime: [String], ventilator_indicator: [Boolean], zip: [String], not: [NotPropertiesInput_case]): [case]
1608
+ imaging_studies(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): [imaging_study]
1609
+ cr_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_cr_series_file]): [cr_series_file]
1610
+ ct_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acquisition_type: [String], case_ids: [String], contrast_bolus_agent: [String], convolution_kernel: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], exposure_modulation_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], patient_position: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], slice_thickness: [String], spacing_between_slices: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_ct_series_file]): [ct_series_file]
1611
+ dx_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_dx_series_file]): [dx_series_file]
1612
+ mg_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], code_meaning: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], sop_class_name: [String], sop_class_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_mg_series_file]): [mg_series_file]
1613
+ mr_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], angio_flag: [String], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], diffusion_b_value: [String], diffusion_gradient_orientation: [String], echo_number: [String], echo_time: [String], echo_train_length: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imaged_nucleus: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], magnetic_field_strength: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], mr_acquisition_type: [String], number_of_instances: [Float], number_of_temporal_positions: [String], object_id: [String], pixel_spacing: [String], project_id: [String], repetition_time: [String], scan_options: [String], scanning_sequence: [String], sequence_name: [String], sequence_variant: [String], series_description: [String], series_uid: [String], slice_thickness: [String], software_version: [String], spacing_between_slices: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_mr_series_file]): [mr_series_file]
1614
+ nm_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], radiopharmaceutical: [String], series_description: [String], series_uid: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_nm_series_file]): [nm_series_file]
1615
+ pt_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], ct_images: [Boolean], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], radiopharmaceutical: [String], series_description: [String], series_uid: [String], slice_thickness: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_pt_series_file]): [pt_series_file]
1616
+ rf_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_rf_series_file]): [rf_series_file]
1617
+ us_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], region_spatial_format: [String], series_description: [String], series_uid: [String], state: [String], transducer_type: [String], updated_datetime: [String], not: [NotPropertiesInput_us_series_file]): [us_series_file]
1618
+ xa_series_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], radiation_setting: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_xa_series_file]): [xa_series_file]
1619
+ annotation_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): [annotation_file]
1620
+ dicom_annotation_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], object_id: [String], project_id: [String], series_description: [String], series_uid: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dicom_annotation_file]): [dicom_annotation_file]
1621
+ _datasets_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): Int
1622
+ _cases_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): Int
1623
+ _imaging_studies_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): Int
1624
+ _cr_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): Int
1625
+ _ct_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): Int
1626
+ _dx_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): Int
1627
+ _mg_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): Int
1628
+ _mr_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): Int
1629
+ _nm_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): Int
1630
+ _pt_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): Int
1631
+ _rf_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): Int
1632
+ _us_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): Int
1633
+ _xa_series_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): Int
1634
+ _annotation_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): Int
1635
+ _dicom_annotation_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): Int
1636
+ _transaction_logs_count(
1637
+ id: ID
1638
+ type: String
1639
+ quick_search: ID
1640
+ project_id: [String]
1641
+ project: String
1642
+ program: String
1643
+ order_by_asc: String
1644
+ order_by_desc: String
1645
+ related_cases: [String]
1646
+ first: Int
1647
+ last: Int
1648
+ offset: Int
1649
+ entities: [String]
1650
+ is_dry_run: Boolean
1651
+ closed: Boolean
1652
+
1653
+ """
1654
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
1655
+ """
1656
+ committable: Boolean
1657
+ state: String
1658
+ committed_by: ID
1659
+ ): Int
1660
+ _transaction_logs(
1661
+ id: ID
1662
+ type: String
1663
+ quick_search: ID
1664
+ project_id: [String]
1665
+ project: String
1666
+ program: String
1667
+ order_by_asc: String
1668
+ order_by_desc: String
1669
+ related_cases: [String]
1670
+ first: Int
1671
+ last: Int
1672
+ offset: Int
1673
+ entities: [String]
1674
+ is_dry_run: Boolean
1675
+ closed: Boolean
1676
+
1677
+ """
1678
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
1679
+ """
1680
+ committable: Boolean
1681
+ state: String
1682
+ committed_by: ID
1683
+ ): [TransactionLog]
1684
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
1685
+ }
1686
+
1687
+ input NotPropertiesInput_cr_series_file {
1688
+ case_ids: [String]
1689
+ contrast_bolus_agent: [String]
1690
+ created_datetime: String
1691
+ data_category: String
1692
+ data_format: String
1693
+ data_type: String
1694
+ detector_type: String
1695
+ error_type: String
1696
+ file_name: String
1697
+ file_size: Float
1698
+ file_state: String
1699
+ image_data_modification_method: String
1700
+ image_data_modification_name: Float
1701
+ image_data_modified: Boolean
1702
+ image_type: [String]
1703
+ imager_pixel_spacing: [String]
1704
+ lossy_image_compression: String
1705
+ manufacturer: String
1706
+ manufacturer_model_name: String
1707
+ md5sum: String
1708
+ modality: String
1709
+ number_of_instances: Float
1710
+ object_id: String
1711
+ pixel_spacing: [String]
1712
+ project_id: String
1713
+ series_description: String
1714
+ series_uid: String
1715
+ spatial_resolution: Float
1716
+ state: String
1717
+ submitter_id: String
1718
+ updated_datetime: String
1719
+ view_position: [String]
1720
+ }
1721
+
1722
+ type ct_series_file implements Node {
1723
+ id: ID
1724
+ submitter_id: String
1725
+ type: String
1726
+ project_id: String
1727
+ created_datetime: String
1728
+ updated_datetime: String
1729
+ acquisition_type: String
1730
+ case_ids: [String]
1731
+ contrast_bolus_agent: [String]
1732
+ convolution_kernel: [String]
1733
+ data_category: String
1734
+ data_format: String
1735
+ data_type: String
1736
+ error_type: String
1737
+ exposure_modulation_type: String
1738
+ file_name: String
1739
+ file_size: Float
1740
+ file_state: String
1741
+ image_data_modification_method: String
1742
+ image_data_modification_name: Float
1743
+ image_data_modified: Boolean
1744
+ image_type: [String]
1745
+ lossy_image_compression: String
1746
+ manufacturer: String
1747
+ manufacturer_model_name: String
1748
+ md5sum: String
1749
+ modality: String
1750
+ number_of_instances: Float
1751
+ object_id: String
1752
+ patient_position: String
1753
+ pixel_spacing: [String]
1754
+ series_description: String
1755
+ series_uid: String
1756
+ slice_thickness: [String]
1757
+ spacing_between_slices: [String]
1758
+ state: String
1759
+ core_metadata_collections(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): [core_metadata_collection]
1760
+ imaging_studies(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): [imaging_study]
1761
+ annotation_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): [annotation_file]
1762
+ annotations(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): [annotation]
1763
+ _core_metadata_collections_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acquisition_type: [String], case_ids: [String], contrast_bolus_agent: [String], convolution_kernel: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], exposure_modulation_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], patient_position: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], slice_thickness: [String], spacing_between_slices: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_ct_series_file]): Int
1764
+ _imaging_studies_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acquisition_type: [String], case_ids: [String], contrast_bolus_agent: [String], convolution_kernel: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], exposure_modulation_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], patient_position: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], slice_thickness: [String], spacing_between_slices: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_ct_series_file]): Int
1765
+ _annotation_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acquisition_type: [String], case_ids: [String], contrast_bolus_agent: [String], convolution_kernel: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], exposure_modulation_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], patient_position: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], slice_thickness: [String], spacing_between_slices: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_ct_series_file]): Int
1766
+ _annotations_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acquisition_type: [String], case_ids: [String], contrast_bolus_agent: [String], convolution_kernel: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], exposure_modulation_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], patient_position: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], slice_thickness: [String], spacing_between_slices: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_ct_series_file]): Int
1767
+ _transaction_logs_count(
1768
+ id: ID
1769
+ type: String
1770
+ quick_search: ID
1771
+ project_id: [String]
1772
+ project: String
1773
+ program: String
1774
+ order_by_asc: String
1775
+ order_by_desc: String
1776
+ related_cases: [String]
1777
+ first: Int
1778
+ last: Int
1779
+ offset: Int
1780
+ entities: [String]
1781
+ is_dry_run: Boolean
1782
+ closed: Boolean
1783
+
1784
+ """
1785
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
1786
+ """
1787
+ committable: Boolean
1788
+ state: String
1789
+ committed_by: ID
1790
+ ): Int
1791
+ _transaction_logs(
1792
+ id: ID
1793
+ type: String
1794
+ quick_search: ID
1795
+ project_id: [String]
1796
+ project: String
1797
+ program: String
1798
+ order_by_asc: String
1799
+ order_by_desc: String
1800
+ related_cases: [String]
1801
+ first: Int
1802
+ last: Int
1803
+ offset: Int
1804
+ entities: [String]
1805
+ is_dry_run: Boolean
1806
+ closed: Boolean
1807
+
1808
+ """
1809
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
1810
+ """
1811
+ committable: Boolean
1812
+ state: String
1813
+ committed_by: ID
1814
+ ): [TransactionLog]
1815
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
1816
+ }
1817
+
1818
+ input NotPropertiesInput_annotation {
1819
+ airspace_disease_grading: String
1820
+ annotation_long_name: String
1821
+ annotation_method: String
1822
+ annotation_name: String
1823
+ annotator_id: String
1824
+ case_ids: [String]
1825
+ class_covid19_pneumonia: String
1826
+ created_datetime: String
1827
+ instance_uids: [String]
1828
+ midrc_mRALE_score: Float
1829
+ project_id: String
1830
+ sift_image_quality_index: String
1831
+ software_version: String
1832
+ state: String
1833
+ submitter_id: String
1834
+ updated_datetime: String
1835
+ }
1836
+
1837
+ type dx_series_file implements Node {
1838
+ id: ID
1839
+ submitter_id: String
1840
+ type: String
1841
+ project_id: String
1842
+ created_datetime: String
1843
+ updated_datetime: String
1844
+ case_ids: [String]
1845
+ contrast_bolus_agent: [String]
1846
+ data_category: String
1847
+ data_format: String
1848
+ data_type: String
1849
+ detector_type: String
1850
+ error_type: String
1851
+ file_name: String
1852
+ file_size: Float
1853
+ file_state: String
1854
+ image_data_modification_method: String
1855
+ image_data_modification_name: Float
1856
+ image_data_modified: Boolean
1857
+ image_type: [String]
1858
+ imager_pixel_spacing: [String]
1859
+ lossy_image_compression: String
1860
+ manufacturer: String
1861
+ manufacturer_model_name: String
1862
+ md5sum: String
1863
+ modality: String
1864
+ number_of_instances: Float
1865
+ object_id: String
1866
+ pixel_spacing: [String]
1867
+ series_description: String
1868
+ series_uid: String
1869
+ spatial_resolution: Float
1870
+ state: String
1871
+ view_position: [String]
1872
+ core_metadata_collections(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): [core_metadata_collection]
1873
+ imaging_studies(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): [imaging_study]
1874
+ annotation_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): [annotation_file]
1875
+ annotations(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): [annotation]
1876
+ _core_metadata_collections_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_dx_series_file]): Int
1877
+ _imaging_studies_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_dx_series_file]): Int
1878
+ _annotation_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_dx_series_file]): Int
1879
+ _annotations_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_dx_series_file]): Int
1880
+ _transaction_logs_count(
1881
+ id: ID
1882
+ type: String
1883
+ quick_search: ID
1884
+ project_id: [String]
1885
+ project: String
1886
+ program: String
1887
+ order_by_asc: String
1888
+ order_by_desc: String
1889
+ related_cases: [String]
1890
+ first: Int
1891
+ last: Int
1892
+ offset: Int
1893
+ entities: [String]
1894
+ is_dry_run: Boolean
1895
+ closed: Boolean
1896
+
1897
+ """
1898
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
1899
+ """
1900
+ committable: Boolean
1901
+ state: String
1902
+ committed_by: ID
1903
+ ): Int
1904
+ _transaction_logs(
1905
+ id: ID
1906
+ type: String
1907
+ quick_search: ID
1908
+ project_id: [String]
1909
+ project: String
1910
+ program: String
1911
+ order_by_asc: String
1912
+ order_by_desc: String
1913
+ related_cases: [String]
1914
+ first: Int
1915
+ last: Int
1916
+ offset: Int
1917
+ entities: [String]
1918
+ is_dry_run: Boolean
1919
+ closed: Boolean
1920
+
1921
+ """
1922
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
1923
+ """
1924
+ committable: Boolean
1925
+ state: String
1926
+ committed_by: ID
1927
+ ): [TransactionLog]
1928
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
1929
+ }
1930
+
1931
+ input NotPropertiesInput_dx_series_file {
1932
+ case_ids: [String]
1933
+ contrast_bolus_agent: [String]
1934
+ created_datetime: String
1935
+ data_category: String
1936
+ data_format: String
1937
+ data_type: String
1938
+ detector_type: String
1939
+ error_type: String
1940
+ file_name: String
1941
+ file_size: Float
1942
+ file_state: String
1943
+ image_data_modification_method: String
1944
+ image_data_modification_name: Float
1945
+ image_data_modified: Boolean
1946
+ image_type: [String]
1947
+ imager_pixel_spacing: [String]
1948
+ lossy_image_compression: String
1949
+ manufacturer: String
1950
+ manufacturer_model_name: String
1951
+ md5sum: String
1952
+ modality: String
1953
+ number_of_instances: Float
1954
+ object_id: String
1955
+ pixel_spacing: [String]
1956
+ project_id: String
1957
+ series_description: String
1958
+ series_uid: String
1959
+ spatial_resolution: Float
1960
+ state: String
1961
+ submitter_id: String
1962
+ updated_datetime: String
1963
+ view_position: [String]
1964
+ }
1965
+
1966
+ type mg_series_file implements Node {
1967
+ id: ID
1968
+ submitter_id: String
1969
+ type: String
1970
+ project_id: String
1971
+ created_datetime: String
1972
+ updated_datetime: String
1973
+ case_ids: [String]
1974
+ code_meaning: [String]
1975
+ contrast_bolus_agent: [String]
1976
+ data_category: String
1977
+ data_format: String
1978
+ data_type: String
1979
+ detector_type: String
1980
+ error_type: String
1981
+ file_name: String
1982
+ file_size: Float
1983
+ file_state: String
1984
+ image_data_modification_method: String
1985
+ image_data_modification_name: Float
1986
+ image_data_modified: Boolean
1987
+ image_type: [String]
1988
+ imager_pixel_spacing: [String]
1989
+ lossy_image_compression: String
1990
+ manufacturer: String
1991
+ manufacturer_model_name: String
1992
+ md5sum: String
1993
+ modality: String
1994
+ number_of_instances: Float
1995
+ object_id: String
1996
+ pixel_spacing: [String]
1997
+ series_description: String
1998
+ series_uid: String
1999
+ sop_class_name: [String]
2000
+ sop_class_uid: [String]
2001
+ spatial_resolution: Float
2002
+ state: String
2003
+ view_position: [String]
2004
+ core_metadata_collections(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): [core_metadata_collection]
2005
+ imaging_studies(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): [imaging_study]
2006
+ annotation_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): [annotation_file]
2007
+ annotations(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): [annotation]
2008
+ _core_metadata_collections_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], code_meaning: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], sop_class_name: [String], sop_class_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_mg_series_file]): Int
2009
+ _imaging_studies_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], code_meaning: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], sop_class_name: [String], sop_class_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_mg_series_file]): Int
2010
+ _annotation_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], code_meaning: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], sop_class_name: [String], sop_class_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_mg_series_file]): Int
2011
+ _annotations_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], code_meaning: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], sop_class_name: [String], sop_class_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_mg_series_file]): Int
2012
+ _transaction_logs_count(
2013
+ id: ID
2014
+ type: String
2015
+ quick_search: ID
2016
+ project_id: [String]
2017
+ project: String
2018
+ program: String
2019
+ order_by_asc: String
2020
+ order_by_desc: String
2021
+ related_cases: [String]
2022
+ first: Int
2023
+ last: Int
2024
+ offset: Int
2025
+ entities: [String]
2026
+ is_dry_run: Boolean
2027
+ closed: Boolean
2028
+
2029
+ """
2030
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
2031
+ """
2032
+ committable: Boolean
2033
+ state: String
2034
+ committed_by: ID
2035
+ ): Int
2036
+ _transaction_logs(
2037
+ id: ID
2038
+ type: String
2039
+ quick_search: ID
2040
+ project_id: [String]
2041
+ project: String
2042
+ program: String
2043
+ order_by_asc: String
2044
+ order_by_desc: String
2045
+ related_cases: [String]
2046
+ first: Int
2047
+ last: Int
2048
+ offset: Int
2049
+ entities: [String]
2050
+ is_dry_run: Boolean
2051
+ closed: Boolean
2052
+
2053
+ """
2054
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
2055
+ """
2056
+ committable: Boolean
2057
+ state: String
2058
+ committed_by: ID
2059
+ ): [TransactionLog]
2060
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
2061
+ }
2062
+
2063
+ input NotPropertiesInput_mg_series_file {
2064
+ case_ids: [String]
2065
+ code_meaning: [String]
2066
+ contrast_bolus_agent: [String]
2067
+ created_datetime: String
2068
+ data_category: String
2069
+ data_format: String
2070
+ data_type: String
2071
+ detector_type: String
2072
+ error_type: String
2073
+ file_name: String
2074
+ file_size: Float
2075
+ file_state: String
2076
+ image_data_modification_method: String
2077
+ image_data_modification_name: Float
2078
+ image_data_modified: Boolean
2079
+ image_type: [String]
2080
+ imager_pixel_spacing: [String]
2081
+ lossy_image_compression: String
2082
+ manufacturer: String
2083
+ manufacturer_model_name: String
2084
+ md5sum: String
2085
+ modality: String
2086
+ number_of_instances: Float
2087
+ object_id: String
2088
+ pixel_spacing: [String]
2089
+ project_id: String
2090
+ series_description: String
2091
+ series_uid: String
2092
+ sop_class_name: [String]
2093
+ sop_class_uid: [String]
2094
+ spatial_resolution: Float
2095
+ state: String
2096
+ submitter_id: String
2097
+ updated_datetime: String
2098
+ view_position: [String]
2099
+ }
2100
+
2101
+ type mr_series_file implements Node {
2102
+ id: ID
2103
+ submitter_id: String
2104
+ type: String
2105
+ project_id: String
2106
+ created_datetime: String
2107
+ updated_datetime: String
2108
+ angio_flag: [String]
2109
+ case_ids: [String]
2110
+ contrast_bolus_agent: [String]
2111
+ data_category: String
2112
+ data_format: String
2113
+ data_type: String
2114
+ diffusion_b_value: [String]
2115
+ diffusion_gradient_orientation: String
2116
+ echo_number: [String]
2117
+ echo_time: [String]
2118
+ echo_train_length: [String]
2119
+ error_type: String
2120
+ file_name: String
2121
+ file_size: Float
2122
+ file_state: String
2123
+ image_data_modification_method: String
2124
+ image_data_modification_name: Float
2125
+ image_data_modified: Boolean
2126
+ image_type: [String]
2127
+ imaged_nucleus: [String]
2128
+ imager_pixel_spacing: [String]
2129
+ lossy_image_compression: String
2130
+ magnetic_field_strength: [String]
2131
+ manufacturer: String
2132
+ manufacturer_model_name: String
2133
+ md5sum: String
2134
+ modality: String
2135
+ mr_acquisition_type: [String]
2136
+ number_of_instances: Float
2137
+ number_of_temporal_positions: [String]
2138
+ object_id: String
2139
+ pixel_spacing: [String]
2140
+ repetition_time: [String]
2141
+ scan_options: [String]
2142
+ scanning_sequence: [String]
2143
+ sequence_name: [String]
2144
+ sequence_variant: [String]
2145
+ series_description: String
2146
+ series_uid: String
2147
+ slice_thickness: [String]
2148
+ software_version: String
2149
+ spacing_between_slices: [String]
2150
+ state: String
2151
+ core_metadata_collections(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): [core_metadata_collection]
2152
+ imaging_studies(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): [imaging_study]
2153
+ annotation_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): [annotation_file]
2154
+ annotations(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): [annotation]
2155
+ _core_metadata_collections_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], angio_flag: [String], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], diffusion_b_value: [String], diffusion_gradient_orientation: [String], echo_number: [String], echo_time: [String], echo_train_length: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imaged_nucleus: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], magnetic_field_strength: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], mr_acquisition_type: [String], number_of_instances: [Float], number_of_temporal_positions: [String], object_id: [String], pixel_spacing: [String], project_id: [String], repetition_time: [String], scan_options: [String], scanning_sequence: [String], sequence_name: [String], sequence_variant: [String], series_description: [String], series_uid: [String], slice_thickness: [String], software_version: [String], spacing_between_slices: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_mr_series_file]): Int
2156
+ _imaging_studies_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], angio_flag: [String], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], diffusion_b_value: [String], diffusion_gradient_orientation: [String], echo_number: [String], echo_time: [String], echo_train_length: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imaged_nucleus: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], magnetic_field_strength: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], mr_acquisition_type: [String], number_of_instances: [Float], number_of_temporal_positions: [String], object_id: [String], pixel_spacing: [String], project_id: [String], repetition_time: [String], scan_options: [String], scanning_sequence: [String], sequence_name: [String], sequence_variant: [String], series_description: [String], series_uid: [String], slice_thickness: [String], software_version: [String], spacing_between_slices: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_mr_series_file]): Int
2157
+ _annotation_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], angio_flag: [String], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], diffusion_b_value: [String], diffusion_gradient_orientation: [String], echo_number: [String], echo_time: [String], echo_train_length: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imaged_nucleus: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], magnetic_field_strength: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], mr_acquisition_type: [String], number_of_instances: [Float], number_of_temporal_positions: [String], object_id: [String], pixel_spacing: [String], project_id: [String], repetition_time: [String], scan_options: [String], scanning_sequence: [String], sequence_name: [String], sequence_variant: [String], series_description: [String], series_uid: [String], slice_thickness: [String], software_version: [String], spacing_between_slices: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_mr_series_file]): Int
2158
+ _annotations_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], angio_flag: [String], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], diffusion_b_value: [String], diffusion_gradient_orientation: [String], echo_number: [String], echo_time: [String], echo_train_length: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imaged_nucleus: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], magnetic_field_strength: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], mr_acquisition_type: [String], number_of_instances: [Float], number_of_temporal_positions: [String], object_id: [String], pixel_spacing: [String], project_id: [String], repetition_time: [String], scan_options: [String], scanning_sequence: [String], sequence_name: [String], sequence_variant: [String], series_description: [String], series_uid: [String], slice_thickness: [String], software_version: [String], spacing_between_slices: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_mr_series_file]): Int
2159
+ _transaction_logs_count(
2160
+ id: ID
2161
+ type: String
2162
+ quick_search: ID
2163
+ project_id: [String]
2164
+ project: String
2165
+ program: String
2166
+ order_by_asc: String
2167
+ order_by_desc: String
2168
+ related_cases: [String]
2169
+ first: Int
2170
+ last: Int
2171
+ offset: Int
2172
+ entities: [String]
2173
+ is_dry_run: Boolean
2174
+ closed: Boolean
2175
+
2176
+ """
2177
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
2178
+ """
2179
+ committable: Boolean
2180
+ state: String
2181
+ committed_by: ID
2182
+ ): Int
2183
+ _transaction_logs(
2184
+ id: ID
2185
+ type: String
2186
+ quick_search: ID
2187
+ project_id: [String]
2188
+ project: String
2189
+ program: String
2190
+ order_by_asc: String
2191
+ order_by_desc: String
2192
+ related_cases: [String]
2193
+ first: Int
2194
+ last: Int
2195
+ offset: Int
2196
+ entities: [String]
2197
+ is_dry_run: Boolean
2198
+ closed: Boolean
2199
+
2200
+ """
2201
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
2202
+ """
2203
+ committable: Boolean
2204
+ state: String
2205
+ committed_by: ID
2206
+ ): [TransactionLog]
2207
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
2208
+ }
2209
+
2210
+ input NotPropertiesInput_mr_series_file {
2211
+ angio_flag: [String]
2212
+ case_ids: [String]
2213
+ contrast_bolus_agent: [String]
2214
+ created_datetime: String
2215
+ data_category: String
2216
+ data_format: String
2217
+ data_type: String
2218
+ diffusion_b_value: [String]
2219
+ diffusion_gradient_orientation: String
2220
+ echo_number: [String]
2221
+ echo_time: [String]
2222
+ echo_train_length: [String]
2223
+ error_type: String
2224
+ file_name: String
2225
+ file_size: Float
2226
+ file_state: String
2227
+ image_data_modification_method: String
2228
+ image_data_modification_name: Float
2229
+ image_data_modified: Boolean
2230
+ image_type: [String]
2231
+ imaged_nucleus: [String]
2232
+ imager_pixel_spacing: [String]
2233
+ lossy_image_compression: String
2234
+ magnetic_field_strength: [String]
2235
+ manufacturer: String
2236
+ manufacturer_model_name: String
2237
+ md5sum: String
2238
+ modality: String
2239
+ mr_acquisition_type: [String]
2240
+ number_of_instances: Float
2241
+ number_of_temporal_positions: [String]
2242
+ object_id: String
2243
+ pixel_spacing: [String]
2244
+ project_id: String
2245
+ repetition_time: [String]
2246
+ scan_options: [String]
2247
+ scanning_sequence: [String]
2248
+ sequence_name: [String]
2249
+ sequence_variant: [String]
2250
+ series_description: String
2251
+ series_uid: String
2252
+ slice_thickness: [String]
2253
+ software_version: String
2254
+ spacing_between_slices: [String]
2255
+ state: String
2256
+ submitter_id: String
2257
+ updated_datetime: String
2258
+ }
2259
+
2260
+ type nm_series_file implements Node {
2261
+ id: ID
2262
+ submitter_id: String
2263
+ type: String
2264
+ project_id: String
2265
+ created_datetime: String
2266
+ updated_datetime: String
2267
+ body_part_examined: [String]
2268
+ case_ids: [String]
2269
+ data_category: String
2270
+ data_format: String
2271
+ data_type: String
2272
+ error_type: String
2273
+ file_name: String
2274
+ file_size: Float
2275
+ file_state: String
2276
+ image_data_modification_method: String
2277
+ image_data_modification_name: Float
2278
+ image_data_modified: Boolean
2279
+ lossy_image_compression: String
2280
+ manufacturer: String
2281
+ manufacturer_model_name: String
2282
+ md5sum: String
2283
+ modality: String
2284
+ number_of_instances: Float
2285
+ object_id: String
2286
+ radiopharmaceutical: String
2287
+ series_description: String
2288
+ series_uid: String
2289
+ state: String
2290
+ core_metadata_collections(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): [core_metadata_collection]
2291
+ imaging_studies(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): [imaging_study]
2292
+ annotation_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): [annotation_file]
2293
+ annotations(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): [annotation]
2294
+ _core_metadata_collections_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], radiopharmaceutical: [String], series_description: [String], series_uid: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_nm_series_file]): Int
2295
+ _imaging_studies_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], radiopharmaceutical: [String], series_description: [String], series_uid: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_nm_series_file]): Int
2296
+ _annotation_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], radiopharmaceutical: [String], series_description: [String], series_uid: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_nm_series_file]): Int
2297
+ _annotations_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], radiopharmaceutical: [String], series_description: [String], series_uid: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_nm_series_file]): Int
2298
+ _transaction_logs_count(
2299
+ id: ID
2300
+ type: String
2301
+ quick_search: ID
2302
+ project_id: [String]
2303
+ project: String
2304
+ program: String
2305
+ order_by_asc: String
2306
+ order_by_desc: String
2307
+ related_cases: [String]
2308
+ first: Int
2309
+ last: Int
2310
+ offset: Int
2311
+ entities: [String]
2312
+ is_dry_run: Boolean
2313
+ closed: Boolean
2314
+
2315
+ """
2316
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
2317
+ """
2318
+ committable: Boolean
2319
+ state: String
2320
+ committed_by: ID
2321
+ ): Int
2322
+ _transaction_logs(
2323
+ id: ID
2324
+ type: String
2325
+ quick_search: ID
2326
+ project_id: [String]
2327
+ project: String
2328
+ program: String
2329
+ order_by_asc: String
2330
+ order_by_desc: String
2331
+ related_cases: [String]
2332
+ first: Int
2333
+ last: Int
2334
+ offset: Int
2335
+ entities: [String]
2336
+ is_dry_run: Boolean
2337
+ closed: Boolean
2338
+
2339
+ """
2340
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
2341
+ """
2342
+ committable: Boolean
2343
+ state: String
2344
+ committed_by: ID
2345
+ ): [TransactionLog]
2346
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
2347
+ }
2348
+
2349
+ input NotPropertiesInput_nm_series_file {
2350
+ body_part_examined: [String]
2351
+ case_ids: [String]
2352
+ created_datetime: String
2353
+ data_category: String
2354
+ data_format: String
2355
+ data_type: String
2356
+ error_type: String
2357
+ file_name: String
2358
+ file_size: Float
2359
+ file_state: String
2360
+ image_data_modification_method: String
2361
+ image_data_modification_name: Float
2362
+ image_data_modified: Boolean
2363
+ lossy_image_compression: String
2364
+ manufacturer: String
2365
+ manufacturer_model_name: String
2366
+ md5sum: String
2367
+ modality: String
2368
+ number_of_instances: Float
2369
+ object_id: String
2370
+ project_id: String
2371
+ radiopharmaceutical: String
2372
+ series_description: String
2373
+ series_uid: String
2374
+ state: String
2375
+ submitter_id: String
2376
+ updated_datetime: String
2377
+ }
2378
+
2379
+ input NotPropertiesInput_pt_series_file {
2380
+ body_part_examined: [String]
2381
+ case_ids: [String]
2382
+ created_datetime: String
2383
+ ct_images: Boolean
2384
+ data_category: String
2385
+ data_format: String
2386
+ data_type: String
2387
+ error_type: String
2388
+ file_name: String
2389
+ file_size: Float
2390
+ file_state: String
2391
+ image_data_modification_method: String
2392
+ image_data_modification_name: Float
2393
+ image_data_modified: Boolean
2394
+ lossy_image_compression: String
2395
+ manufacturer: String
2396
+ manufacturer_model_name: String
2397
+ md5sum: String
2398
+ modality: String
2399
+ number_of_instances: Float
2400
+ object_id: String
2401
+ project_id: String
2402
+ radiopharmaceutical: String
2403
+ series_description: String
2404
+ series_uid: String
2405
+ slice_thickness: [String]
2406
+ state: String
2407
+ submitter_id: String
2408
+ updated_datetime: String
2409
+ }
2410
+
2411
+ type rf_series_file implements Node {
2412
+ id: ID
2413
+ submitter_id: String
2414
+ type: String
2415
+ project_id: String
2416
+ created_datetime: String
2417
+ updated_datetime: String
2418
+ case_ids: [String]
2419
+ contrast_bolus_agent: [String]
2420
+ data_category: String
2421
+ data_format: String
2422
+ data_type: String
2423
+ detector_type: String
2424
+ error_type: String
2425
+ file_name: String
2426
+ file_size: Float
2427
+ file_state: String
2428
+ image_data_modification_method: String
2429
+ image_data_modification_name: Float
2430
+ image_data_modified: Boolean
2431
+ image_type: [String]
2432
+ imager_pixel_spacing: [String]
2433
+ lossy_image_compression: String
2434
+ manufacturer: String
2435
+ manufacturer_model_name: String
2436
+ md5sum: String
2437
+ modality: String
2438
+ number_of_instances: Float
2439
+ object_id: String
2440
+ pixel_spacing: [String]
2441
+ series_description: String
2442
+ series_uid: String
2443
+ spatial_resolution: Float
2444
+ state: String
2445
+ view_position: [String]
2446
+ core_metadata_collections(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): [core_metadata_collection]
2447
+ imaging_studies(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): [imaging_study]
2448
+ annotation_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): [annotation_file]
2449
+ annotations(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): [annotation]
2450
+ _core_metadata_collections_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_rf_series_file]): Int
2451
+ _imaging_studies_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_rf_series_file]): Int
2452
+ _annotation_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_rf_series_file]): Int
2453
+ _annotations_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_rf_series_file]): Int
2454
+ _transaction_logs_count(
2455
+ id: ID
2456
+ type: String
2457
+ quick_search: ID
2458
+ project_id: [String]
2459
+ project: String
2460
+ program: String
2461
+ order_by_asc: String
2462
+ order_by_desc: String
2463
+ related_cases: [String]
2464
+ first: Int
2465
+ last: Int
2466
+ offset: Int
2467
+ entities: [String]
2468
+ is_dry_run: Boolean
2469
+ closed: Boolean
2470
+
2471
+ """
2472
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
2473
+ """
2474
+ committable: Boolean
2475
+ state: String
2476
+ committed_by: ID
2477
+ ): Int
2478
+ _transaction_logs(
2479
+ id: ID
2480
+ type: String
2481
+ quick_search: ID
2482
+ project_id: [String]
2483
+ project: String
2484
+ program: String
2485
+ order_by_asc: String
2486
+ order_by_desc: String
2487
+ related_cases: [String]
2488
+ first: Int
2489
+ last: Int
2490
+ offset: Int
2491
+ entities: [String]
2492
+ is_dry_run: Boolean
2493
+ closed: Boolean
2494
+
2495
+ """
2496
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
2497
+ """
2498
+ committable: Boolean
2499
+ state: String
2500
+ committed_by: ID
2501
+ ): [TransactionLog]
2502
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
2503
+ }
2504
+
2505
+ input NotPropertiesInput_rf_series_file {
2506
+ case_ids: [String]
2507
+ contrast_bolus_agent: [String]
2508
+ created_datetime: String
2509
+ data_category: String
2510
+ data_format: String
2511
+ data_type: String
2512
+ detector_type: String
2513
+ error_type: String
2514
+ file_name: String
2515
+ file_size: Float
2516
+ file_state: String
2517
+ image_data_modification_method: String
2518
+ image_data_modification_name: Float
2519
+ image_data_modified: Boolean
2520
+ image_type: [String]
2521
+ imager_pixel_spacing: [String]
2522
+ lossy_image_compression: String
2523
+ manufacturer: String
2524
+ manufacturer_model_name: String
2525
+ md5sum: String
2526
+ modality: String
2527
+ number_of_instances: Float
2528
+ object_id: String
2529
+ pixel_spacing: [String]
2530
+ project_id: String
2531
+ series_description: String
2532
+ series_uid: String
2533
+ spatial_resolution: Float
2534
+ state: String
2535
+ submitter_id: String
2536
+ updated_datetime: String
2537
+ view_position: [String]
2538
+ }
2539
+
2540
+ type us_series_file implements Node {
2541
+ id: ID
2542
+ submitter_id: String
2543
+ type: String
2544
+ project_id: String
2545
+ created_datetime: String
2546
+ updated_datetime: String
2547
+ case_ids: [String]
2548
+ data_category: String
2549
+ data_format: String
2550
+ data_type: String
2551
+ error_type: String
2552
+ file_name: String
2553
+ file_size: Float
2554
+ file_state: String
2555
+ image_data_modification_method: String
2556
+ image_data_modification_name: Float
2557
+ image_data_modified: Boolean
2558
+ lossy_image_compression: String
2559
+ manufacturer: String
2560
+ manufacturer_model_name: String
2561
+ md5sum: String
2562
+ modality: String
2563
+ number_of_instances: Float
2564
+ object_id: String
2565
+ region_spatial_format: [String]
2566
+ series_description: String
2567
+ series_uid: String
2568
+ state: String
2569
+ transducer_type: String
2570
+ core_metadata_collections(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): [core_metadata_collection]
2571
+ imaging_studies(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): [imaging_study]
2572
+ annotation_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): [annotation_file]
2573
+ annotations(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): [annotation]
2574
+ _core_metadata_collections_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], region_spatial_format: [String], series_description: [String], series_uid: [String], state: [String], transducer_type: [String], updated_datetime: [String], not: [NotPropertiesInput_us_series_file]): Int
2575
+ _imaging_studies_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], region_spatial_format: [String], series_description: [String], series_uid: [String], state: [String], transducer_type: [String], updated_datetime: [String], not: [NotPropertiesInput_us_series_file]): Int
2576
+ _annotation_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], region_spatial_format: [String], series_description: [String], series_uid: [String], state: [String], transducer_type: [String], updated_datetime: [String], not: [NotPropertiesInput_us_series_file]): Int
2577
+ _annotations_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], region_spatial_format: [String], series_description: [String], series_uid: [String], state: [String], transducer_type: [String], updated_datetime: [String], not: [NotPropertiesInput_us_series_file]): Int
2578
+ _transaction_logs_count(
2579
+ id: ID
2580
+ type: String
2581
+ quick_search: ID
2582
+ project_id: [String]
2583
+ project: String
2584
+ program: String
2585
+ order_by_asc: String
2586
+ order_by_desc: String
2587
+ related_cases: [String]
2588
+ first: Int
2589
+ last: Int
2590
+ offset: Int
2591
+ entities: [String]
2592
+ is_dry_run: Boolean
2593
+ closed: Boolean
2594
+
2595
+ """
2596
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
2597
+ """
2598
+ committable: Boolean
2599
+ state: String
2600
+ committed_by: ID
2601
+ ): Int
2602
+ _transaction_logs(
2603
+ id: ID
2604
+ type: String
2605
+ quick_search: ID
2606
+ project_id: [String]
2607
+ project: String
2608
+ program: String
2609
+ order_by_asc: String
2610
+ order_by_desc: String
2611
+ related_cases: [String]
2612
+ first: Int
2613
+ last: Int
2614
+ offset: Int
2615
+ entities: [String]
2616
+ is_dry_run: Boolean
2617
+ closed: Boolean
2618
+
2619
+ """
2620
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
2621
+ """
2622
+ committable: Boolean
2623
+ state: String
2624
+ committed_by: ID
2625
+ ): [TransactionLog]
2626
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
2627
+ }
2628
+
2629
+ input NotPropertiesInput_us_series_file {
2630
+ case_ids: [String]
2631
+ created_datetime: String
2632
+ data_category: String
2633
+ data_format: String
2634
+ data_type: String
2635
+ error_type: String
2636
+ file_name: String
2637
+ file_size: Float
2638
+ file_state: String
2639
+ image_data_modification_method: String
2640
+ image_data_modification_name: Float
2641
+ image_data_modified: Boolean
2642
+ lossy_image_compression: String
2643
+ manufacturer: String
2644
+ manufacturer_model_name: String
2645
+ md5sum: String
2646
+ modality: String
2647
+ number_of_instances: Float
2648
+ object_id: String
2649
+ project_id: String
2650
+ region_spatial_format: [String]
2651
+ series_description: String
2652
+ series_uid: String
2653
+ state: String
2654
+ submitter_id: String
2655
+ transducer_type: String
2656
+ updated_datetime: String
2657
+ }
2658
+
2659
+ type xa_series_file implements Node {
2660
+ id: ID
2661
+ submitter_id: String
2662
+ type: String
2663
+ project_id: String
2664
+ created_datetime: String
2665
+ updated_datetime: String
2666
+ body_part_examined: [String]
2667
+ case_ids: [String]
2668
+ contrast_bolus_agent: [String]
2669
+ data_category: String
2670
+ data_format: String
2671
+ data_type: String
2672
+ detector_type: String
2673
+ error_type: String
2674
+ file_name: String
2675
+ file_size: Float
2676
+ file_state: String
2677
+ image_data_modification_method: String
2678
+ image_data_modification_name: Float
2679
+ image_data_modified: Boolean
2680
+ image_type: [String]
2681
+ imager_pixel_spacing: [String]
2682
+ lossy_image_compression: String
2683
+ manufacturer: String
2684
+ manufacturer_model_name: String
2685
+ md5sum: String
2686
+ modality: String
2687
+ number_of_instances: Float
2688
+ object_id: String
2689
+ pixel_spacing: [String]
2690
+ radiation_setting: [String]
2691
+ series_description: String
2692
+ series_uid: String
2693
+ spatial_resolution: Float
2694
+ state: String
2695
+ view_position: [String]
2696
+ core_metadata_collections(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): [core_metadata_collection]
2697
+ imaging_studies(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): [imaging_study]
2698
+ annotation_files(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): [annotation_file]
2699
+ annotations(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): [annotation]
2700
+ _core_metadata_collections_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], radiation_setting: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_xa_series_file]): Int
2701
+ _imaging_studies_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], radiation_setting: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_xa_series_file]): Int
2702
+ _annotation_files_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], radiation_setting: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_xa_series_file]): Int
2703
+ _annotations_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], radiation_setting: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_xa_series_file]): Int
2704
+ _transaction_logs_count(
2705
+ id: ID
2706
+ type: String
2707
+ quick_search: ID
2708
+ project_id: [String]
2709
+ project: String
2710
+ program: String
2711
+ order_by_asc: String
2712
+ order_by_desc: String
2713
+ related_cases: [String]
2714
+ first: Int
2715
+ last: Int
2716
+ offset: Int
2717
+ entities: [String]
2718
+ is_dry_run: Boolean
2719
+ closed: Boolean
2720
+
2721
+ """
2722
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
2723
+ """
2724
+ committable: Boolean
2725
+ state: String
2726
+ committed_by: ID
2727
+ ): Int
2728
+ _transaction_logs(
2729
+ id: ID
2730
+ type: String
2731
+ quick_search: ID
2732
+ project_id: [String]
2733
+ project: String
2734
+ program: String
2735
+ order_by_asc: String
2736
+ order_by_desc: String
2737
+ related_cases: [String]
2738
+ first: Int
2739
+ last: Int
2740
+ offset: Int
2741
+ entities: [String]
2742
+ is_dry_run: Boolean
2743
+ closed: Boolean
2744
+
2745
+ """
2746
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
2747
+ """
2748
+ committable: Boolean
2749
+ state: String
2750
+ committed_by: ID
2751
+ ): [TransactionLog]
2752
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
2753
+ }
2754
+
2755
+ input NotPropertiesInput_xa_series_file {
2756
+ body_part_examined: [String]
2757
+ case_ids: [String]
2758
+ contrast_bolus_agent: [String]
2759
+ created_datetime: String
2760
+ data_category: String
2761
+ data_format: String
2762
+ data_type: String
2763
+ detector_type: String
2764
+ error_type: String
2765
+ file_name: String
2766
+ file_size: Float
2767
+ file_state: String
2768
+ image_data_modification_method: String
2769
+ image_data_modification_name: Float
2770
+ image_data_modified: Boolean
2771
+ image_type: [String]
2772
+ imager_pixel_spacing: [String]
2773
+ lossy_image_compression: String
2774
+ manufacturer: String
2775
+ manufacturer_model_name: String
2776
+ md5sum: String
2777
+ modality: String
2778
+ number_of_instances: Float
2779
+ object_id: String
2780
+ pixel_spacing: [String]
2781
+ project_id: String
2782
+ radiation_setting: [String]
2783
+ series_description: String
2784
+ series_uid: String
2785
+ spatial_resolution: Float
2786
+ state: String
2787
+ submitter_id: String
2788
+ updated_datetime: String
2789
+ view_position: [String]
2790
+ }
2791
+
2792
+ type dicom_annotation_file implements Node {
2793
+ id: ID
2794
+ submitter_id: String
2795
+ type: String
2796
+ project_id: String
2797
+ created_datetime: String
2798
+ updated_datetime: String
2799
+ annotation_method: String
2800
+ annotation_name: String
2801
+ annotator_id: String
2802
+ case_ids: [String]
2803
+ data_category: String
2804
+ data_format: String
2805
+ data_type: String
2806
+ error_type: String
2807
+ file_name: String
2808
+ file_size: Float
2809
+ file_state: String
2810
+ manufacturer: String
2811
+ manufacturer_model_name: String
2812
+ md5sum: String
2813
+ modality: String
2814
+ object_id: String
2815
+ series_description: String
2816
+ series_uid: String
2817
+ software_versions: String
2818
+ state: String
2819
+ core_metadata_collections(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): [core_metadata_collection]
2820
+ imaging_studies(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): [imaging_study]
2821
+ annotations(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): [annotation]
2822
+ _core_metadata_collections_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], object_id: [String], project_id: [String], series_description: [String], series_uid: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dicom_annotation_file]): Int
2823
+ _imaging_studies_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], object_id: [String], project_id: [String], series_description: [String], series_uid: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dicom_annotation_file]): Int
2824
+ _annotations_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], object_id: [String], project_id: [String], series_description: [String], series_uid: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dicom_annotation_file]): Int
2825
+ _transaction_logs_count(
2826
+ id: ID
2827
+ type: String
2828
+ quick_search: ID
2829
+ project_id: [String]
2830
+ project: String
2831
+ program: String
2832
+ order_by_asc: String
2833
+ order_by_desc: String
2834
+ related_cases: [String]
2835
+ first: Int
2836
+ last: Int
2837
+ offset: Int
2838
+ entities: [String]
2839
+ is_dry_run: Boolean
2840
+ closed: Boolean
2841
+
2842
+ """
2843
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
2844
+ """
2845
+ committable: Boolean
2846
+ state: String
2847
+ committed_by: ID
2848
+ ): Int
2849
+ _transaction_logs(
2850
+ id: ID
2851
+ type: String
2852
+ quick_search: ID
2853
+ project_id: [String]
2854
+ project: String
2855
+ program: String
2856
+ order_by_asc: String
2857
+ order_by_desc: String
2858
+ related_cases: [String]
2859
+ first: Int
2860
+ last: Int
2861
+ offset: Int
2862
+ entities: [String]
2863
+ is_dry_run: Boolean
2864
+ closed: Boolean
2865
+
2866
+ """
2867
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
2868
+ """
2869
+ committable: Boolean
2870
+ state: String
2871
+ committed_by: ID
2872
+ ): [TransactionLog]
2873
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
2874
+ }
2875
+
2876
+ input NotPropertiesInput_dicom_annotation_file {
2877
+ annotation_method: String
2878
+ annotation_name: String
2879
+ annotator_id: String
2880
+ case_ids: [String]
2881
+ created_datetime: String
2882
+ data_category: String
2883
+ data_format: String
2884
+ data_type: String
2885
+ error_type: String
2886
+ file_name: String
2887
+ file_size: Float
2888
+ file_state: String
2889
+ manufacturer: String
2890
+ manufacturer_model_name: String
2891
+ md5sum: String
2892
+ modality: String
2893
+ object_id: String
2894
+ project_id: String
2895
+ series_description: String
2896
+ series_uid: String
2897
+ software_versions: String
2898
+ state: String
2899
+ submitter_id: String
2900
+ updated_datetime: String
2901
+ }
2902
+
2903
+ type radiology_report implements Node {
2904
+ id: ID
2905
+ submitter_id: String
2906
+ type: String
2907
+ project_id: String
2908
+ created_datetime: String
2909
+ updated_datetime: String
2910
+ body_part_examined: [String]
2911
+ case_ids: [String]
2912
+ data_category: String
2913
+ data_format: String
2914
+ data_type: String
2915
+ error_type: String
2916
+ file_name: String
2917
+ file_size: Float
2918
+ file_state: String
2919
+ md5sum: String
2920
+ modality: String
2921
+ object_id: String
2922
+ report_generation_method: String
2923
+ report_modification_method: String
2924
+ state: String
2925
+ study_description: String
2926
+ core_metadata_collections(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): [core_metadata_collection]
2927
+ datasets(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], created_datetime: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], disease_type: [String], full_name: [String], license: [String], longitudinal: [Boolean], primary_site: [String], project_id: [String], publication_citation: [String], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dataset]): [dataset]
2928
+ cases(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_index: [Float], age_at_index_gt89: [String], case_ids: [String], country_of_residence: [String], covid19_positive: [String], created_datetime: [String], ethnicity: [String], gen3_linked_subjects_available: [Boolean], icu_indicator: [Boolean], index_event: [String], linked_external_data: [String], long_covid_diagnosis: [String], project_id: [String], race: [String], sex: [String], site_id: [String], state: [String], token_record_id: [String], treatment_info: [Boolean], updated_datetime: [String], ventilator_indicator: [Boolean], zip: [String], not: [NotPropertiesInput_case]): [case]
2929
+ imaging_studies(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): [imaging_study]
2930
+ _core_metadata_collections_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], md5sum: [String], modality: [String], object_id: [String], project_id: [String], report_generation_method: [String], report_modification_method: [String], state: [String], study_description: [String], updated_datetime: [String], not: [NotPropertiesInput_radiology_report]): Int
2931
+ _datasets_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], md5sum: [String], modality: [String], object_id: [String], project_id: [String], report_generation_method: [String], report_modification_method: [String], state: [String], study_description: [String], updated_datetime: [String], not: [NotPropertiesInput_radiology_report]): Int
2932
+ _cases_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], md5sum: [String], modality: [String], object_id: [String], project_id: [String], report_generation_method: [String], report_modification_method: [String], state: [String], study_description: [String], updated_datetime: [String], not: [NotPropertiesInput_radiology_report]): Int
2933
+ _imaging_studies_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], md5sum: [String], modality: [String], object_id: [String], project_id: [String], report_generation_method: [String], report_modification_method: [String], state: [String], study_description: [String], updated_datetime: [String], not: [NotPropertiesInput_radiology_report]): Int
2934
+ _transaction_logs_count(
2935
+ id: ID
2936
+ type: String
2937
+ quick_search: ID
2938
+ project_id: [String]
2939
+ project: String
2940
+ program: String
2941
+ order_by_asc: String
2942
+ order_by_desc: String
2943
+ related_cases: [String]
2944
+ first: Int
2945
+ last: Int
2946
+ offset: Int
2947
+ entities: [String]
2948
+ is_dry_run: Boolean
2949
+ closed: Boolean
2950
+
2951
+ """
2952
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
2953
+ """
2954
+ committable: Boolean
2955
+ state: String
2956
+ committed_by: ID
2957
+ ): Int
2958
+ _transaction_logs(
2959
+ id: ID
2960
+ type: String
2961
+ quick_search: ID
2962
+ project_id: [String]
2963
+ project: String
2964
+ program: String
2965
+ order_by_asc: String
2966
+ order_by_desc: String
2967
+ related_cases: [String]
2968
+ first: Int
2969
+ last: Int
2970
+ offset: Int
2971
+ entities: [String]
2972
+ is_dry_run: Boolean
2973
+ closed: Boolean
2974
+
2975
+ """
2976
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
2977
+ """
2978
+ committable: Boolean
2979
+ state: String
2980
+ committed_by: ID
2981
+ ): [TransactionLog]
2982
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
2983
+ }
2984
+
2985
+ input NotPropertiesInput_radiology_report {
2986
+ body_part_examined: [String]
2987
+ case_ids: [String]
2988
+ created_datetime: String
2989
+ data_category: String
2990
+ data_format: String
2991
+ data_type: String
2992
+ error_type: String
2993
+ file_name: String
2994
+ file_size: Float
2995
+ file_state: String
2996
+ md5sum: String
2997
+ modality: String
2998
+ object_id: String
2999
+ project_id: String
3000
+ report_generation_method: String
3001
+ report_modification_method: String
3002
+ state: String
3003
+ study_description: String
3004
+ submitter_id: String
3005
+ updated_datetime: String
3006
+ }
3007
+
3008
+ type supplementary_file implements Node {
3009
+ id: ID
3010
+ submitter_id: String
3011
+ type: String
3012
+ project_id: String
3013
+ created_datetime: String
3014
+ updated_datetime: String
3015
+ case_ids: [String]
3016
+ data_category: String
3017
+ data_format: String
3018
+ data_type: String
3019
+ error_type: String
3020
+ file_description: String
3021
+ file_name: String
3022
+ file_size: Float
3023
+ file_state: String
3024
+ md5sum: String
3025
+ object_id: String
3026
+ state: String
3027
+ core_metadata_collections(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): [core_metadata_collection]
3028
+ datasets(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], created_datetime: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], disease_type: [String], full_name: [String], license: [String], longitudinal: [Boolean], primary_site: [String], project_id: [String], publication_citation: [String], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dataset]): [dataset]
3029
+ _core_metadata_collections_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_description: [String], file_name: [String], file_size: [Float], file_state: [String], md5sum: [String], object_id: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_supplementary_file]): Int
3030
+ _datasets_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_description: [String], file_name: [String], file_size: [Float], file_state: [String], md5sum: [String], object_id: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_supplementary_file]): Int
3031
+ _transaction_logs_count(
3032
+ id: ID
3033
+ type: String
3034
+ quick_search: ID
3035
+ project_id: [String]
3036
+ project: String
3037
+ program: String
3038
+ order_by_asc: String
3039
+ order_by_desc: String
3040
+ related_cases: [String]
3041
+ first: Int
3042
+ last: Int
3043
+ offset: Int
3044
+ entities: [String]
3045
+ is_dry_run: Boolean
3046
+ closed: Boolean
3047
+
3048
+ """
3049
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
3050
+ """
3051
+ committable: Boolean
3052
+ state: String
3053
+ committed_by: ID
3054
+ ): Int
3055
+ _transaction_logs(
3056
+ id: ID
3057
+ type: String
3058
+ quick_search: ID
3059
+ project_id: [String]
3060
+ project: String
3061
+ program: String
3062
+ order_by_asc: String
3063
+ order_by_desc: String
3064
+ related_cases: [String]
3065
+ first: Int
3066
+ last: Int
3067
+ offset: Int
3068
+ entities: [String]
3069
+ is_dry_run: Boolean
3070
+ closed: Boolean
3071
+
3072
+ """
3073
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
3074
+ """
3075
+ committable: Boolean
3076
+ state: String
3077
+ committed_by: ID
3078
+ ): [TransactionLog]
3079
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
3080
+ }
3081
+
3082
+ input NotPropertiesInput_supplementary_file {
3083
+ case_ids: [String]
3084
+ created_datetime: String
3085
+ data_category: String
3086
+ data_format: String
3087
+ data_type: String
3088
+ error_type: String
3089
+ file_description: String
3090
+ file_name: String
3091
+ file_size: Float
3092
+ file_state: String
3093
+ md5sum: String
3094
+ object_id: String
3095
+ project_id: String
3096
+ state: String
3097
+ submitter_id: String
3098
+ updated_datetime: String
3099
+ }
3100
+
3101
+ type medication implements Node {
3102
+ id: ID
3103
+ submitter_id: String
3104
+ type: String
3105
+ project_id: String
3106
+ created_datetime: String
3107
+ updated_datetime: String
3108
+ case_ids: [String]
3109
+ days_to_medication_end: Float
3110
+ days_to_medication_start: Float
3111
+ dose_sequence_number: Float
3112
+ medication_code: String
3113
+ medication_code_system: String
3114
+ medication_manufacturer: String
3115
+ medication_name: String
3116
+ medication_type: String
3117
+ state: String
3118
+ cases(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_index: [Float], age_at_index_gt89: [String], case_ids: [String], country_of_residence: [String], covid19_positive: [String], created_datetime: [String], ethnicity: [String], gen3_linked_subjects_available: [Boolean], icu_indicator: [Boolean], index_event: [String], linked_external_data: [String], long_covid_diagnosis: [String], project_id: [String], race: [String], sex: [String], site_id: [String], state: [String], token_record_id: [String], treatment_info: [Boolean], updated_datetime: [String], ventilator_indicator: [Boolean], zip: [String], not: [NotPropertiesInput_case]): [case]
3119
+ _cases_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], days_to_medication_end: [Float], days_to_medication_start: [Float], dose_sequence_number: [Float], medication_code: [String], medication_code_system: [String], medication_manufacturer: [String], medication_name: [String], medication_type: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_medication]): Int
3120
+ _transaction_logs_count(
3121
+ id: ID
3122
+ type: String
3123
+ quick_search: ID
3124
+ project_id: [String]
3125
+ project: String
3126
+ program: String
3127
+ order_by_asc: String
3128
+ order_by_desc: String
3129
+ related_cases: [String]
3130
+ first: Int
3131
+ last: Int
3132
+ offset: Int
3133
+ entities: [String]
3134
+ is_dry_run: Boolean
3135
+ closed: Boolean
3136
+
3137
+ """
3138
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
3139
+ """
3140
+ committable: Boolean
3141
+ state: String
3142
+ committed_by: ID
3143
+ ): Int
3144
+ _transaction_logs(
3145
+ id: ID
3146
+ type: String
3147
+ quick_search: ID
3148
+ project_id: [String]
3149
+ project: String
3150
+ program: String
3151
+ order_by_asc: String
3152
+ order_by_desc: String
3153
+ related_cases: [String]
3154
+ first: Int
3155
+ last: Int
3156
+ offset: Int
3157
+ entities: [String]
3158
+ is_dry_run: Boolean
3159
+ closed: Boolean
3160
+
3161
+ """
3162
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
3163
+ """
3164
+ committable: Boolean
3165
+ state: String
3166
+ committed_by: ID
3167
+ ): [TransactionLog]
3168
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
3169
+ }
3170
+
3171
+ input NotPropertiesInput_medication {
3172
+ case_ids: [String]
3173
+ created_datetime: String
3174
+ days_to_medication_end: Float
3175
+ days_to_medication_start: Float
3176
+ dose_sequence_number: Float
3177
+ medication_code: String
3178
+ medication_code_system: String
3179
+ medication_manufacturer: String
3180
+ medication_name: String
3181
+ medication_type: String
3182
+ project_id: String
3183
+ state: String
3184
+ submitter_id: String
3185
+ updated_datetime: String
3186
+ }
3187
+
3188
+ type condition implements Node {
3189
+ id: ID
3190
+ submitter_id: String
3191
+ type: String
3192
+ project_id: String
3193
+ created_datetime: String
3194
+ updated_datetime: String
3195
+ case_ids: [String]
3196
+ condition_code: String
3197
+ condition_code_system: String
3198
+ condition_name: String
3199
+ days_to_condition_end: Float
3200
+ days_to_condition_start: Float
3201
+ state: String
3202
+ cases(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_index: [Float], age_at_index_gt89: [String], case_ids: [String], country_of_residence: [String], covid19_positive: [String], created_datetime: [String], ethnicity: [String], gen3_linked_subjects_available: [Boolean], icu_indicator: [Boolean], index_event: [String], linked_external_data: [String], long_covid_diagnosis: [String], project_id: [String], race: [String], sex: [String], site_id: [String], state: [String], token_record_id: [String], treatment_info: [Boolean], updated_datetime: [String], ventilator_indicator: [Boolean], zip: [String], not: [NotPropertiesInput_case]): [case]
3203
+ procedures(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], breathing_support_type: [String], case_ids: [String], created_datetime: [String], days_to_procedure_end: [Float], days_to_procedure_start: [Float], procedure_name: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_procedure]): [procedure]
3204
+ measurements(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], project_id: [String], state: [String], test_days_from_index: [Float], test_method: [String], test_name: [String], test_result_text: [String], updated_datetime: [String], not: [NotPropertiesInput_measurement]): [measurement]
3205
+ _cases_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], condition_code: [String], condition_code_system: [String], condition_name: [String], created_datetime: [String], days_to_condition_end: [Float], days_to_condition_start: [Float], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_condition]): Int
3206
+ _procedures_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], condition_code: [String], condition_code_system: [String], condition_name: [String], created_datetime: [String], days_to_condition_end: [Float], days_to_condition_start: [Float], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_condition]): Int
3207
+ _measurements_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], condition_code: [String], condition_code_system: [String], condition_name: [String], created_datetime: [String], days_to_condition_end: [Float], days_to_condition_start: [Float], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_condition]): Int
3208
+ _transaction_logs_count(
3209
+ id: ID
3210
+ type: String
3211
+ quick_search: ID
3212
+ project_id: [String]
3213
+ project: String
3214
+ program: String
3215
+ order_by_asc: String
3216
+ order_by_desc: String
3217
+ related_cases: [String]
3218
+ first: Int
3219
+ last: Int
3220
+ offset: Int
3221
+ entities: [String]
3222
+ is_dry_run: Boolean
3223
+ closed: Boolean
3224
+
3225
+ """
3226
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
3227
+ """
3228
+ committable: Boolean
3229
+ state: String
3230
+ committed_by: ID
3231
+ ): Int
3232
+ _transaction_logs(
3233
+ id: ID
3234
+ type: String
3235
+ quick_search: ID
3236
+ project_id: [String]
3237
+ project: String
3238
+ program: String
3239
+ order_by_asc: String
3240
+ order_by_desc: String
3241
+ related_cases: [String]
3242
+ first: Int
3243
+ last: Int
3244
+ offset: Int
3245
+ entities: [String]
3246
+ is_dry_run: Boolean
3247
+ closed: Boolean
3248
+
3249
+ """
3250
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
3251
+ """
3252
+ committable: Boolean
3253
+ state: String
3254
+ committed_by: ID
3255
+ ): [TransactionLog]
3256
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
3257
+ }
3258
+
3259
+ type procedure implements Node {
3260
+ id: ID
3261
+ submitter_id: String
3262
+ type: String
3263
+ project_id: String
3264
+ created_datetime: String
3265
+ updated_datetime: String
3266
+ breathing_support_type: String
3267
+ case_ids: [String]
3268
+ days_to_procedure_end: Float
3269
+ days_to_procedure_start: Float
3270
+ procedure_name: String
3271
+ state: String
3272
+ conditions(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], condition_code: [String], condition_code_system: [String], condition_name: [String], created_datetime: [String], days_to_condition_end: [Float], days_to_condition_start: [Float], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_condition]): [condition]
3273
+ cases(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_index: [Float], age_at_index_gt89: [String], case_ids: [String], country_of_residence: [String], covid19_positive: [String], created_datetime: [String], ethnicity: [String], gen3_linked_subjects_available: [Boolean], icu_indicator: [Boolean], index_event: [String], linked_external_data: [String], long_covid_diagnosis: [String], project_id: [String], race: [String], sex: [String], site_id: [String], state: [String], token_record_id: [String], treatment_info: [Boolean], updated_datetime: [String], ventilator_indicator: [Boolean], zip: [String], not: [NotPropertiesInput_case]): [case]
3274
+ measurements(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], project_id: [String], state: [String], test_days_from_index: [Float], test_method: [String], test_name: [String], test_result_text: [String], updated_datetime: [String], not: [NotPropertiesInput_measurement]): [measurement]
3275
+ _conditions_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], breathing_support_type: [String], case_ids: [String], created_datetime: [String], days_to_procedure_end: [Float], days_to_procedure_start: [Float], procedure_name: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_procedure]): Int
3276
+ _cases_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], breathing_support_type: [String], case_ids: [String], created_datetime: [String], days_to_procedure_end: [Float], days_to_procedure_start: [Float], procedure_name: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_procedure]): Int
3277
+ _measurements_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], breathing_support_type: [String], case_ids: [String], created_datetime: [String], days_to_procedure_end: [Float], days_to_procedure_start: [Float], procedure_name: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_procedure]): Int
3278
+ _transaction_logs_count(
3279
+ id: ID
3280
+ type: String
3281
+ quick_search: ID
3282
+ project_id: [String]
3283
+ project: String
3284
+ program: String
3285
+ order_by_asc: String
3286
+ order_by_desc: String
3287
+ related_cases: [String]
3288
+ first: Int
3289
+ last: Int
3290
+ offset: Int
3291
+ entities: [String]
3292
+ is_dry_run: Boolean
3293
+ closed: Boolean
3294
+
3295
+ """
3296
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
3297
+ """
3298
+ committable: Boolean
3299
+ state: String
3300
+ committed_by: ID
3301
+ ): Int
3302
+ _transaction_logs(
3303
+ id: ID
3304
+ type: String
3305
+ quick_search: ID
3306
+ project_id: [String]
3307
+ project: String
3308
+ program: String
3309
+ order_by_asc: String
3310
+ order_by_desc: String
3311
+ related_cases: [String]
3312
+ first: Int
3313
+ last: Int
3314
+ offset: Int
3315
+ entities: [String]
3316
+ is_dry_run: Boolean
3317
+ closed: Boolean
3318
+
3319
+ """
3320
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
3321
+ """
3322
+ committable: Boolean
3323
+ state: String
3324
+ committed_by: ID
3325
+ ): [TransactionLog]
3326
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
3327
+ }
3328
+
3329
+ input NotPropertiesInput_condition {
3330
+ case_ids: [String]
3331
+ condition_code: String
3332
+ condition_code_system: String
3333
+ condition_name: String
3334
+ created_datetime: String
3335
+ days_to_condition_end: Float
3336
+ days_to_condition_start: Float
3337
+ project_id: String
3338
+ state: String
3339
+ submitter_id: String
3340
+ updated_datetime: String
3341
+ }
3342
+
3343
+ type measurement implements Node {
3344
+ id: ID
3345
+ submitter_id: String
3346
+ type: String
3347
+ project_id: String
3348
+ created_datetime: String
3349
+ updated_datetime: String
3350
+ case_ids: [String]
3351
+ state: String
3352
+ test_days_from_index: Float
3353
+ test_method: String
3354
+ test_name: String
3355
+ test_result_text: String
3356
+ conditions(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], condition_code: [String], condition_code_system: [String], condition_name: [String], created_datetime: [String], days_to_condition_end: [Float], days_to_condition_start: [Float], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_condition]): [condition]
3357
+ procedures(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], breathing_support_type: [String], case_ids: [String], created_datetime: [String], days_to_procedure_end: [Float], days_to_procedure_start: [Float], procedure_name: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_procedure]): [procedure]
3358
+ cases(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_index: [Float], age_at_index_gt89: [String], case_ids: [String], country_of_residence: [String], covid19_positive: [String], created_datetime: [String], ethnicity: [String], gen3_linked_subjects_available: [Boolean], icu_indicator: [Boolean], index_event: [String], linked_external_data: [String], long_covid_diagnosis: [String], project_id: [String], race: [String], sex: [String], site_id: [String], state: [String], token_record_id: [String], treatment_info: [Boolean], updated_datetime: [String], ventilator_indicator: [Boolean], zip: [String], not: [NotPropertiesInput_case]): [case]
3359
+ _conditions_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], project_id: [String], state: [String], test_days_from_index: [Float], test_method: [String], test_name: [String], test_result_text: [String], updated_datetime: [String], not: [NotPropertiesInput_measurement]): Int
3360
+ _procedures_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], project_id: [String], state: [String], test_days_from_index: [Float], test_method: [String], test_name: [String], test_result_text: [String], updated_datetime: [String], not: [NotPropertiesInput_measurement]): Int
3361
+ _cases_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], project_id: [String], state: [String], test_days_from_index: [Float], test_method: [String], test_name: [String], test_result_text: [String], updated_datetime: [String], not: [NotPropertiesInput_measurement]): Int
3362
+ _transaction_logs_count(
3363
+ id: ID
3364
+ type: String
3365
+ quick_search: ID
3366
+ project_id: [String]
3367
+ project: String
3368
+ program: String
3369
+ order_by_asc: String
3370
+ order_by_desc: String
3371
+ related_cases: [String]
3372
+ first: Int
3373
+ last: Int
3374
+ offset: Int
3375
+ entities: [String]
3376
+ is_dry_run: Boolean
3377
+ closed: Boolean
3378
+
3379
+ """
3380
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
3381
+ """
3382
+ committable: Boolean
3383
+ state: String
3384
+ committed_by: ID
3385
+ ): Int
3386
+ _transaction_logs(
3387
+ id: ID
3388
+ type: String
3389
+ quick_search: ID
3390
+ project_id: [String]
3391
+ project: String
3392
+ program: String
3393
+ order_by_asc: String
3394
+ order_by_desc: String
3395
+ related_cases: [String]
3396
+ first: Int
3397
+ last: Int
3398
+ offset: Int
3399
+ entities: [String]
3400
+ is_dry_run: Boolean
3401
+ closed: Boolean
3402
+
3403
+ """
3404
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
3405
+ """
3406
+ committable: Boolean
3407
+ state: String
3408
+ committed_by: ID
3409
+ ): [TransactionLog]
3410
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
3411
+ }
3412
+
3413
+ input NotPropertiesInput_procedure {
3414
+ breathing_support_type: String
3415
+ case_ids: [String]
3416
+ created_datetime: String
3417
+ days_to_procedure_end: Float
3418
+ days_to_procedure_start: Float
3419
+ procedure_name: String
3420
+ project_id: String
3421
+ state: String
3422
+ submitter_id: String
3423
+ updated_datetime: String
3424
+ }
3425
+
3426
+ input NotPropertiesInput_measurement {
3427
+ case_ids: [String]
3428
+ created_datetime: String
3429
+ project_id: String
3430
+ state: String
3431
+ submitter_id: String
3432
+ test_days_from_index: Float
3433
+ test_method: String
3434
+ test_name: String
3435
+ test_result_text: String
3436
+ updated_datetime: String
3437
+ }
3438
+
3439
+ type observation implements Node {
3440
+ id: ID
3441
+ submitter_id: String
3442
+ type: String
3443
+ project_id: String
3444
+ created_datetime: String
3445
+ updated_datetime: String
3446
+ case_ids: [String]
3447
+ days_to_observation: Float
3448
+ observation_answer: String
3449
+ observation_name: String
3450
+ state: String
3451
+ cases(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_index: [Float], age_at_index_gt89: [String], case_ids: [String], country_of_residence: [String], covid19_positive: [String], created_datetime: [String], ethnicity: [String], gen3_linked_subjects_available: [Boolean], icu_indicator: [Boolean], index_event: [String], linked_external_data: [String], long_covid_diagnosis: [String], project_id: [String], race: [String], sex: [String], site_id: [String], state: [String], token_record_id: [String], treatment_info: [Boolean], updated_datetime: [String], ventilator_indicator: [Boolean], zip: [String], not: [NotPropertiesInput_case]): [case]
3452
+ _cases_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], days_to_observation: [Float], observation_answer: [String], observation_name: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_observation]): Int
3453
+ _transaction_logs_count(
3454
+ id: ID
3455
+ type: String
3456
+ quick_search: ID
3457
+ project_id: [String]
3458
+ project: String
3459
+ program: String
3460
+ order_by_asc: String
3461
+ order_by_desc: String
3462
+ related_cases: [String]
3463
+ first: Int
3464
+ last: Int
3465
+ offset: Int
3466
+ entities: [String]
3467
+ is_dry_run: Boolean
3468
+ closed: Boolean
3469
+
3470
+ """
3471
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
3472
+ """
3473
+ committable: Boolean
3474
+ state: String
3475
+ committed_by: ID
3476
+ ): Int
3477
+ _transaction_logs(
3478
+ id: ID
3479
+ type: String
3480
+ quick_search: ID
3481
+ project_id: [String]
3482
+ project: String
3483
+ program: String
3484
+ order_by_asc: String
3485
+ order_by_desc: String
3486
+ related_cases: [String]
3487
+ first: Int
3488
+ last: Int
3489
+ offset: Int
3490
+ entities: [String]
3491
+ is_dry_run: Boolean
3492
+ closed: Boolean
3493
+
3494
+ """
3495
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
3496
+ """
3497
+ committable: Boolean
3498
+ state: String
3499
+ committed_by: ID
3500
+ ): [TransactionLog]
3501
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
3502
+ }
3503
+
3504
+ input NotPropertiesInput_observation {
3505
+ case_ids: [String]
3506
+ created_datetime: String
3507
+ days_to_observation: Float
3508
+ observation_answer: String
3509
+ observation_name: String
3510
+ project_id: String
3511
+ state: String
3512
+ submitter_id: String
3513
+ updated_datetime: String
3514
+ }
3515
+
3516
+ type visit implements Node {
3517
+ id: ID
3518
+ submitter_id: String
3519
+ type: String
3520
+ project_id: String
3521
+ created_datetime: String
3522
+ updated_datetime: String
3523
+ case_ids: [String]
3524
+ days_to_hospital_admission: Float
3525
+ days_to_hospital_discharge: Float
3526
+ days_to_icu_admission: Float
3527
+ days_to_icu_discharge: Float
3528
+ discharge_type: String
3529
+ state: String
3530
+ cases(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_index: [Float], age_at_index_gt89: [String], case_ids: [String], country_of_residence: [String], covid19_positive: [String], created_datetime: [String], ethnicity: [String], gen3_linked_subjects_available: [Boolean], icu_indicator: [Boolean], index_event: [String], linked_external_data: [String], long_covid_diagnosis: [String], project_id: [String], race: [String], sex: [String], site_id: [String], state: [String], token_record_id: [String], treatment_info: [Boolean], updated_datetime: [String], ventilator_indicator: [Boolean], zip: [String], not: [NotPropertiesInput_case]): [case]
3531
+ _cases_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], days_to_hospital_admission: [Float], days_to_hospital_discharge: [Float], days_to_icu_admission: [Float], days_to_icu_discharge: [Float], discharge_type: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_visit]): Int
3532
+ _transaction_logs_count(
3533
+ id: ID
3534
+ type: String
3535
+ quick_search: ID
3536
+ project_id: [String]
3537
+ project: String
3538
+ program: String
3539
+ order_by_asc: String
3540
+ order_by_desc: String
3541
+ related_cases: [String]
3542
+ first: Int
3543
+ last: Int
3544
+ offset: Int
3545
+ entities: [String]
3546
+ is_dry_run: Boolean
3547
+ closed: Boolean
3548
+
3549
+ """
3550
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
3551
+ """
3552
+ committable: Boolean
3553
+ state: String
3554
+ committed_by: ID
3555
+ ): Int
3556
+ _transaction_logs(
3557
+ id: ID
3558
+ type: String
3559
+ quick_search: ID
3560
+ project_id: [String]
3561
+ project: String
3562
+ program: String
3563
+ order_by_asc: String
3564
+ order_by_desc: String
3565
+ related_cases: [String]
3566
+ first: Int
3567
+ last: Int
3568
+ offset: Int
3569
+ entities: [String]
3570
+ is_dry_run: Boolean
3571
+ closed: Boolean
3572
+
3573
+ """
3574
+ (committable: true) means (is_dry_run: true) AND (closed: false) AND (state: "SUCCEEDED") AND (committed_by is None). Note: committed_by is None cannot be represented in GraphQL, hence this argument.
3575
+ """
3576
+ committable: Boolean
3577
+ state: String
3578
+ committed_by: ID
3579
+ ): [TransactionLog]
3580
+ _links(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, project_id: String, category: String): [Node]
3581
+ }
3582
+
3583
+ input NotPropertiesInput_visit {
3584
+ case_ids: [String]
3585
+ created_datetime: String
3586
+ days_to_hospital_admission: Float
3587
+ days_to_hospital_discharge: Float
3588
+ days_to_icu_admission: Float
3589
+ days_to_icu_discharge: Float
3590
+ discharge_type: String
3591
+ project_id: String
3592
+ state: String
3593
+ submitter_id: String
3594
+ updated_datetime: String
3595
+ }
3596
+
3597
+ type DataNode {
3598
+ file_description: String
3599
+ annotation_long_name: String
3600
+ instance_uids: [String]
3601
+ annotation_method: String
3602
+ annotation_name: String
3603
+ annotator_id: String
3604
+ software_versions: String
3605
+ radiation_setting: [String]
3606
+ report_generation_method: String
3607
+ report_modification_method: String
3608
+ study_description: String
3609
+ region_spatial_format: [String]
3610
+ transducer_type: String
3611
+ acquisition_type: String
3612
+ convolution_kernel: [String]
3613
+ exposure_modulation_type: String
3614
+ patient_position: String
3615
+ code_meaning: [String]
3616
+ detector_type: String
3617
+ sop_class_name: [String]
3618
+ sop_class_uid: [String]
3619
+ spatial_resolution: Float
3620
+ view_position: [String]
3621
+ angio_flag: [String]
3622
+ contrast_bolus_agent: [String]
3623
+ diffusion_b_value: [String]
3624
+ diffusion_gradient_orientation: String
3625
+ echo_number: [String]
3626
+ echo_time: [String]
3627
+ echo_train_length: [String]
3628
+ image_type: [String]
3629
+ imaged_nucleus: [String]
3630
+ imager_pixel_spacing: [String]
3631
+ magnetic_field_strength: [String]
3632
+ mr_acquisition_type: [String]
3633
+ number_of_temporal_positions: [String]
3634
+ pixel_spacing: [String]
3635
+ repetition_time: [String]
3636
+ scan_options: [String]
3637
+ scanning_sequence: [String]
3638
+ sequence_name: [String]
3639
+ sequence_variant: [String]
3640
+ software_version: String
3641
+ spacing_between_slices: [String]
3642
+ body_part_examined: [String]
3643
+ case_ids: [String]
3644
+ created_datetime: String
3645
+ ct_images: Boolean
3646
+ data_category: String
3647
+ data_format: String
3648
+ data_type: String
3649
+ error_type: String
3650
+ file_name: String
3651
+ file_size: Float
3652
+ file_state: String
3653
+ image_data_modification_method: String
3654
+ image_data_modification_name: Float
3655
+ image_data_modified: Boolean
3656
+ lossy_image_compression: String
3657
+ manufacturer: String
3658
+ manufacturer_model_name: String
3659
+ md5sum: String
3660
+ modality: String
3661
+ number_of_instances: Float
3662
+ object_id: String
3663
+ project_id: String
3664
+ radiopharmaceutical: String
3665
+ series_description: String
3666
+ series_uid: String
3667
+ slice_thickness: [String]
3668
+ state: String
3669
+ submitter_id: String
3670
+ updated_datetime: String
3671
+ id: String
3672
+ type: String
3673
+ }
3674
+
3675
+ type NodeType {
3676
+ title: String
3677
+ constraints: String
3678
+ additionalProperties: String
3679
+ root: String
3680
+ program: String
3681
+ id: String
3682
+ submittable: String
3683
+ required: String
3684
+ category: String
3685
+ uniqueKeys: String
3686
+ nodeTerms: String
3687
+ validators: String
3688
+ project: String
3689
+ description: String
3690
+ links: String
3691
+ properties: String
3692
+ systemProperties: String
3693
+ namespace: String
3694
+ type: String
3695
+ }
3696
+
3697
+ type viewer {
3698
+ node(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, of_type: [String], project_id: String, category: String): [Node]
3699
+ data_release(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], created_datetime: [String], major_version: [Float], minor_version: [Float], name: [String], release_date: [String], released: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_data_release]): [data_release]
3700
+ _data_release_count(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], created_datetime: [String], major_version: [Float], minor_version: [Float], name: [String], release_date: [String], released: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_data_release]): Int
3701
+ root(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], schema_version: [String], not: [NotPropertiesInput_root]): [root]
3702
+ _root_count(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], schema_version: [String], not: [NotPropertiesInput_root]): Int
3703
+ imaging_study(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): [imaging_study]
3704
+ _imaging_study_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_imaging: [Float], age_at_imaging_gt89: [String], body_part_examined: [String], case_ids: [String], created_datetime: [String], days_from_study_to_neg_covid_test: [String], days_from_study_to_pos_covid_test: [String], days_to_study: [Float], image_data_modified: [Boolean], loinc_code: [String], loinc_contrast: [String], loinc_long_common_name: [String], loinc_method: [String], loinc_system: [String], project_id: [String], state: [String], study_description: [String], study_modality: [String], study_uid: [String], study_year: [Float], study_year_shifted: [Boolean], updated_datetime: [String], not: [NotPropertiesInput_imaging_study]): Int
3705
+ pt_series_file(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], ct_images: [Boolean], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], radiopharmaceutical: [String], series_description: [String], series_uid: [String], slice_thickness: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_pt_series_file]): [pt_series_file]
3706
+ _pt_series_file_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], ct_images: [Boolean], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], radiopharmaceutical: [String], series_description: [String], series_uid: [String], slice_thickness: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_pt_series_file]): Int
3707
+ dataset(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], created_datetime: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], disease_type: [String], full_name: [String], license: [String], longitudinal: [Boolean], primary_site: [String], project_id: [String], publication_citation: [String], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dataset]): [dataset]
3708
+ _dataset_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], created_datetime: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], disease_type: [String], full_name: [String], license: [String], longitudinal: [Boolean], primary_site: [String], project_id: [String], publication_citation: [String], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dataset]): Int
3709
+ medication(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], days_to_medication_end: [Float], days_to_medication_start: [Float], dose_sequence_number: [Float], medication_code: [String], medication_code_system: [String], medication_manufacturer: [String], medication_name: [String], medication_type: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_medication]): [medication]
3710
+ _medication_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], days_to_medication_end: [Float], days_to_medication_start: [Float], dose_sequence_number: [Float], medication_code: [String], medication_code_system: [String], medication_manufacturer: [String], medication_name: [String], medication_type: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_medication]): Int
3711
+ nm_series_file(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], radiopharmaceutical: [String], series_description: [String], series_uid: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_nm_series_file]): [nm_series_file]
3712
+ _nm_series_file_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], radiopharmaceutical: [String], series_description: [String], series_uid: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_nm_series_file]): Int
3713
+ annotation_file(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): [annotation_file]
3714
+ _annotation_file_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], instance_uids: [String], md5sum: [String], object_id: [String], project_id: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation_file]): Int
3715
+ dicom_annotation_file(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], object_id: [String], project_id: [String], series_description: [String], series_uid: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dicom_annotation_file]): [dicom_annotation_file]
3716
+ _dicom_annotation_file_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], object_id: [String], project_id: [String], series_description: [String], series_uid: [String], software_versions: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_dicom_annotation_file]): Int
3717
+ project(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], availability_mechanism: [String], availability_type: [String], code: [String], complete: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], date_collected: [String], dbgap_accession_number: [String], disease_type: [String], intended_release_date: [String], investigator_affiliation: [String], investigator_name: [String], license: [String], longitudinal: [Boolean], name: [String], primary_site: [String], publication_citation: [String], releasable: [Boolean], released: [Boolean], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], support_id: [String], support_source: [String], project_id: [String], not: [NotPropertiesInput_project]): [project]
3718
+ _project_count(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acknowledgement: [String], availability_mechanism: [String], availability_type: [String], code: [String], complete: [String], data_citation: [String], data_contributor: [String], data_description: [String], data_url_doi: [String], date_collected: [String], dbgap_accession_number: [String], disease_type: [String], intended_release_date: [String], investigator_affiliation: [String], investigator_name: [String], license: [String], longitudinal: [Boolean], name: [String], primary_site: [String], publication_citation: [String], releasable: [Boolean], released: [Boolean], research_description: [String], research_design: [String], research_objective: [String], research_setup: [String], state: [String], support_id: [String], support_source: [String], project_id: [String], not: [NotPropertiesInput_project]): Int
3719
+ mr_series_file(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], angio_flag: [String], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], diffusion_b_value: [String], diffusion_gradient_orientation: [String], echo_number: [String], echo_time: [String], echo_train_length: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imaged_nucleus: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], magnetic_field_strength: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], mr_acquisition_type: [String], number_of_instances: [Float], number_of_temporal_positions: [String], object_id: [String], pixel_spacing: [String], project_id: [String], repetition_time: [String], scan_options: [String], scanning_sequence: [String], sequence_name: [String], sequence_variant: [String], series_description: [String], series_uid: [String], slice_thickness: [String], software_version: [String], spacing_between_slices: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_mr_series_file]): [mr_series_file]
3720
+ _mr_series_file_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], angio_flag: [String], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], diffusion_b_value: [String], diffusion_gradient_orientation: [String], echo_number: [String], echo_time: [String], echo_train_length: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imaged_nucleus: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], magnetic_field_strength: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], mr_acquisition_type: [String], number_of_instances: [Float], number_of_temporal_positions: [String], object_id: [String], pixel_spacing: [String], project_id: [String], repetition_time: [String], scan_options: [String], scanning_sequence: [String], sequence_name: [String], sequence_variant: [String], series_description: [String], series_uid: [String], slice_thickness: [String], software_version: [String], spacing_between_slices: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_mr_series_file]): Int
3721
+ condition(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], condition_code: [String], condition_code_system: [String], condition_name: [String], created_datetime: [String], days_to_condition_end: [Float], days_to_condition_start: [Float], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_condition]): [condition]
3722
+ _condition_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], condition_code: [String], condition_code_system: [String], condition_name: [String], created_datetime: [String], days_to_condition_end: [Float], days_to_condition_start: [Float], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_condition]): Int
3723
+ cr_series_file(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_cr_series_file]): [cr_series_file]
3724
+ _cr_series_file_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_cr_series_file]): Int
3725
+ radiology_report(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], md5sum: [String], modality: [String], object_id: [String], project_id: [String], report_generation_method: [String], report_modification_method: [String], state: [String], study_description: [String], updated_datetime: [String], not: [NotPropertiesInput_radiology_report]): [radiology_report]
3726
+ _radiology_report_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], md5sum: [String], modality: [String], object_id: [String], project_id: [String], report_generation_method: [String], report_modification_method: [String], state: [String], study_description: [String], updated_datetime: [String], not: [NotPropertiesInput_radiology_report]): Int
3727
+ procedure(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], breathing_support_type: [String], case_ids: [String], created_datetime: [String], days_to_procedure_end: [Float], days_to_procedure_start: [Float], procedure_name: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_procedure]): [procedure]
3728
+ _procedure_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], breathing_support_type: [String], case_ids: [String], created_datetime: [String], days_to_procedure_end: [Float], days_to_procedure_start: [Float], procedure_name: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_procedure]): Int
3729
+ measurement(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], project_id: [String], state: [String], test_days_from_index: [Float], test_method: [String], test_name: [String], test_result_text: [String], updated_datetime: [String], not: [NotPropertiesInput_measurement]): [measurement]
3730
+ _measurement_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], project_id: [String], state: [String], test_days_from_index: [Float], test_method: [String], test_name: [String], test_result_text: [String], updated_datetime: [String], not: [NotPropertiesInput_measurement]): Int
3731
+ supplementary_file(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_description: [String], file_name: [String], file_size: [Float], file_state: [String], md5sum: [String], object_id: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_supplementary_file]): [supplementary_file]
3732
+ _supplementary_file_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_description: [String], file_name: [String], file_size: [Float], file_state: [String], md5sum: [String], object_id: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_supplementary_file]): Int
3733
+ xa_series_file(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], radiation_setting: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_xa_series_file]): [xa_series_file]
3734
+ _xa_series_file_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], body_part_examined: [String], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], radiation_setting: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_xa_series_file]): Int
3735
+ us_series_file(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], region_spatial_format: [String], series_description: [String], series_uid: [String], state: [String], transducer_type: [String], updated_datetime: [String], not: [NotPropertiesInput_us_series_file]): [us_series_file]
3736
+ _us_series_file_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], project_id: [String], region_spatial_format: [String], series_description: [String], series_uid: [String], state: [String], transducer_type: [String], updated_datetime: [String], not: [NotPropertiesInput_us_series_file]): Int
3737
+ mg_series_file(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], code_meaning: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], sop_class_name: [String], sop_class_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_mg_series_file]): [mg_series_file]
3738
+ _mg_series_file_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], code_meaning: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], sop_class_name: [String], sop_class_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_mg_series_file]): Int
3739
+ observation(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], days_to_observation: [Float], observation_answer: [String], observation_name: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_observation]): [observation]
3740
+ _observation_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], days_to_observation: [Float], observation_answer: [String], observation_name: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_observation]): Int
3741
+ visit(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], days_to_hospital_admission: [Float], days_to_hospital_discharge: [Float], days_to_icu_admission: [Float], days_to_icu_discharge: [Float], discharge_type: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_visit]): [visit]
3742
+ _visit_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], created_datetime: [String], days_to_hospital_admission: [Float], days_to_hospital_discharge: [Float], days_to_icu_admission: [Float], days_to_icu_discharge: [Float], discharge_type: [String], project_id: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_visit]): Int
3743
+ dx_series_file(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_dx_series_file]): [dx_series_file]
3744
+ _dx_series_file_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_dx_series_file]): Int
3745
+ annotation(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): [annotation]
3746
+ _annotation_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], airspace_disease_grading: [String], annotation_long_name: [String], annotation_method: [String], annotation_name: [String], annotator_id: [String], case_ids: [String], class_covid19_pneumonia: [String], created_datetime: [String], instance_uids: [String], midrc_mRALE_score: [Float], project_id: [String], sift_image_quality_index: [String], software_version: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_annotation]): Int
3747
+ case(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_index: [Float], age_at_index_gt89: [String], case_ids: [String], country_of_residence: [String], covid19_positive: [String], created_datetime: [String], ethnicity: [String], gen3_linked_subjects_available: [Boolean], icu_indicator: [Boolean], index_event: [String], linked_external_data: [String], long_covid_diagnosis: [String], project_id: [String], race: [String], sex: [String], site_id: [String], state: [String], token_record_id: [String], treatment_info: [Boolean], updated_datetime: [String], ventilator_indicator: [Boolean], zip: [String], not: [NotPropertiesInput_case]): [case]
3748
+ _case_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], age_at_index: [Float], age_at_index_gt89: [String], case_ids: [String], country_of_residence: [String], covid19_positive: [String], created_datetime: [String], ethnicity: [String], gen3_linked_subjects_available: [Boolean], icu_indicator: [Boolean], index_event: [String], linked_external_data: [String], long_covid_diagnosis: [String], project_id: [String], race: [String], sex: [String], site_id: [String], state: [String], token_record_id: [String], treatment_info: [Boolean], updated_datetime: [String], ventilator_indicator: [Boolean], zip: [String], not: [NotPropertiesInput_case]): Int
3749
+ core_metadata_collection(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): [core_metadata_collection]
3750
+ _core_metadata_collection_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contributor: [String], coverage: [String], created_datetime: [String], creator: [String], data_type: [String], date: [String], description: [String], format: [String], language: [String], project_id: [String], publisher: [String], relation: [String], rights: [String], source: [String], state: [String], subject: [String], title: [String], updated_datetime: [String], not: [NotPropertiesInput_core_metadata_collection]): Int
3751
+ rf_series_file(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_rf_series_file]): [rf_series_file]
3752
+ _rf_series_file_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], case_ids: [String], contrast_bolus_agent: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], detector_type: [String], error_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], spatial_resolution: [Float], state: [String], updated_datetime: [String], view_position: [String], not: [NotPropertiesInput_rf_series_file]): Int
3753
+ program(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], dbgap_accession_number: [String], name: [String], not: [NotPropertiesInput_program]): [program]
3754
+ _program_count(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], dbgap_accession_number: [String], name: [String], not: [NotPropertiesInput_program]): Int
3755
+ ct_series_file(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acquisition_type: [String], case_ids: [String], contrast_bolus_agent: [String], convolution_kernel: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], exposure_modulation_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], patient_position: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], slice_thickness: [String], spacing_between_slices: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_ct_series_file]): [ct_series_file]
3756
+ _ct_series_file_count(id: String, submitter_id: [String], ids: [String], quick_search: String, first: Int, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, with_links: [String], with_links_any: [String], without_links: [String], with_path_to: [WithPathToInput], with_path_to_any: [WithPathToInput], without_path_to: [WithPathToInput], acquisition_type: [String], case_ids: [String], contrast_bolus_agent: [String], convolution_kernel: [String], created_datetime: [String], data_category: [String], data_format: [String], data_type: [String], error_type: [String], exposure_modulation_type: [String], file_name: [String], file_size: [Float], file_state: [String], image_data_modification_method: [String], image_data_modification_name: [Float], image_data_modified: [Boolean], image_type: [String], lossy_image_compression: [String], manufacturer: [String], manufacturer_model_name: [String], md5sum: [String], modality: [String], number_of_instances: [Float], object_id: [String], patient_position: [String], pixel_spacing: [String], project_id: [String], series_description: [String], series_uid: [String], slice_thickness: [String], spacing_between_slices: [String], state: [String], updated_datetime: [String], not: [NotPropertiesInput_ct_series_file]): Int
3757
+ datanode(id: String, submitter_id: String, ids: [String], quick_search: String, first: Int = 10, offset: Int, created_before: String, created_after: String, updated_before: String, updated_after: String, order_by_asc: String, order_by_desc: String, case_ids: [String], created_datetime: String, data_category: String, data_format: String, data_type: String, error_type: String, file_description: String, file_name: String, file_size: Float, file_state: String, md5sum: String, object_id: String, project_id: String, state: String, updated_datetime: String, annotation_long_name: String, annotation_method: String, annotation_name: String, annotator_id: String, instance_uids: [String], software_versions: String, manufacturer: String, manufacturer_model_name: String, modality: String, series_description: String, series_uid: String, contrast_bolus_agent: [String], detector_type: String, image_data_modification_method: String, image_data_modification_name: Float, image_data_modified: Boolean, image_type: [String], imager_pixel_spacing: [String], lossy_image_compression: String, number_of_instances: Float, pixel_spacing: [String], spatial_resolution: Float, view_position: [String], body_part_examined: [String], radiation_setting: [String], report_generation_method: String, report_modification_method: String, study_description: String, region_spatial_format: [String], transducer_type: String, acquisition_type: String, convolution_kernel: [String], exposure_modulation_type: String, patient_position: String, slice_thickness: [String], spacing_between_slices: [String], code_meaning: [String], sop_class_name: [String], sop_class_uid: [String], radiopharmaceutical: String, angio_flag: [String], diffusion_b_value: [String], diffusion_gradient_orientation: String, echo_number: [String], echo_time: [String], echo_train_length: [String], imaged_nucleus: [String], magnetic_field_strength: [String], mr_acquisition_type: [String], number_of_temporal_positions: [String], repetition_time: [String], scan_options: [String], scanning_sequence: [String], sequence_name: [String], sequence_variant: [String], software_version: String, ct_images: Boolean, type: String, of_type: [String]): [DataNode]
3758
+ _node_type(first: Int = 10, order_by_asc: String, order_by_desc: String, title: String, constraints: String, additionalProperties: String, root: String, program: String, id: String, submittable: String, required: String, category: String, uniqueKeys: String, nodeTerms: String, validators: String, project: String, description: String, links: String, properties: String, systemProperties: String, namespace: String, type: String): [NodeType]
3759
+ }