qmenta-client 1.1.dev1468__py3-none-any.whl → 1.1.dev1492__py3-none-any.whl
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.
qmenta/client/Project.py
CHANGED
|
@@ -32,7 +32,7 @@ def convert_qc_value_to_qcstatus(value):
|
|
|
32
32
|
Returns
|
|
33
33
|
-------
|
|
34
34
|
QCStatus or Bool
|
|
35
|
-
QCStatus.PASS, QCStatus.FAIL or QCStatus.UNDETERMINED
|
|
35
|
+
QCStatus.PASS, QCStatus.FAIL or QCStatus.UNDETERMINED.
|
|
36
36
|
False if the Value cannot be convered.
|
|
37
37
|
"""
|
|
38
38
|
logger = logging.getLogger(logger_name)
|
|
@@ -226,7 +226,7 @@ class Project:
|
|
|
226
226
|
description="",
|
|
227
227
|
result=False,
|
|
228
228
|
name="",
|
|
229
|
-
input_data_type="
|
|
229
|
+
input_data_type="qmenta_medical_image_data:3.10",
|
|
230
230
|
add_to_container_id=0,
|
|
231
231
|
chunk_size=2**9,
|
|
232
232
|
split_data=False,
|
|
@@ -1937,7 +1937,7 @@ class Project:
|
|
|
1937
1937
|
session = self.get_subjects_metadata(
|
|
1938
1938
|
search_criteria={
|
|
1939
1939
|
"pars_patient_secret_name": f"string;{subject_name}",
|
|
1940
|
-
"pars_ssid": f"integer;eq|{ssid}",
|
|
1940
|
+
"pars_ssid": f"integer;eq|{ssid}" if str(ssid).isdigit() else f"string;{ssid}",
|
|
1941
1941
|
}
|
|
1942
1942
|
)
|
|
1943
1943
|
if len(session) < 1:
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
qmenta/__init__.py,sha256=ED6jHcYiuYpr_0vjGz0zx2lrrmJT9sDJCzIljoDfmlM,65
|
|
2
2
|
qmenta/client/Account.py,sha256=7BOWHtRbHdfpBYQqv9v2m2Fag13pExZSxFsjDA7UsW0,9500
|
|
3
3
|
qmenta/client/File.py,sha256=iCrzrd7rIfjjW2AgMgUoK-ZF2wf-95wCcPKxKw6PGyg,4816
|
|
4
|
-
qmenta/client/Project.py,sha256=
|
|
4
|
+
qmenta/client/Project.py,sha256=JQZc5BMWSdPEMGBp1gsZFbhjSbFg-0AoBJFXakddojw,86466
|
|
5
5
|
qmenta/client/Subject.py,sha256=b5sg9UFtn11bmPM-xFXP8aehOm_HGxnhgT7IPKbrZnE,8688
|
|
6
6
|
qmenta/client/__init__.py,sha256=Mtqe4zf8n3wuwMXSALENQgp5atQY5VcsyXWs2hjBs28,133
|
|
7
7
|
qmenta/client/utils.py,sha256=vWUAW0r9yDetdlwNo86sdzKn03FNGvwa7D9UtOA3TEc,2419
|
|
8
|
-
qmenta_client-1.1.
|
|
9
|
-
qmenta_client-1.1.
|
|
10
|
-
qmenta_client-1.1.
|
|
8
|
+
qmenta_client-1.1.dev1492.dist-info/METADATA,sha256=SSKZb9aDxY8X5qXEwBYyrDBLpU765M_7Z3zOJWC7UdM,672
|
|
9
|
+
qmenta_client-1.1.dev1492.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
|
10
|
+
qmenta_client-1.1.dev1492.dist-info/RECORD,,
|
|
File without changes
|