pylantir 0.1.0__py3-none-any.whl → 0.1.1__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.
pylantir/__init__.py CHANGED
@@ -5,4 +5,4 @@
5
5
  """Python Package Template"""
6
6
  from __future__ import annotations
7
7
 
8
- __version__ = "0.0.2"
8
+ __version__ = "0.0.2-rc76-post1"
pylantir/redcap_to_db.py CHANGED
@@ -63,7 +63,9 @@ def fetch_redcap_entries(redcap_fields: list, interval: float) -> list:
63
63
  mri_rows = group[
64
64
  (group["redcap_repeat_instrument"] == "mri") &
65
65
  (group.get("mri_instance").notna()) &
66
- (group.get("mri_instance") != "")
66
+ (group.get("mri_instance") != "" ) &
67
+ (group.get("mri_date").notna()) &
68
+ (group.get("mri_time").notna())
67
69
  ]
68
70
 
69
71
  for _, mri_row in mri_rows.iterrows():
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pylantir
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Python - DICOM Modality WorkList
5
5
  Author-email: Milton Camacho <miltoncamachoicc@gmail.com>
6
6
  Requires-Python: >=3.11.1
@@ -1,14 +1,14 @@
1
- pylantir/__init__.py,sha256=kl2Et644PvUIvziU4BTxiTD1W4_g7E0xBYCHgPE6RZc,363
1
+ pylantir/__init__.py,sha256=eed6MscqD3GeVPx1JwDo0xYYOwQaOjVpFwvlb7NJTSA,374
2
2
  pylantir/db_setup.py,sha256=KTILsRrH7V5EaPqbCfOYYECM9mUB-AvOdjqjMM2H1n0,1333
3
3
  pylantir/models.py,sha256=bKgI0EN1VSYanPTOvEhEY2Zzqa0gDYLpVnE_KNQ6PEc,1780
4
4
  pylantir/mwl_server.py,sha256=GMJDcK0u_KM3oa6UqQ87NxMVye2pvG2cdkcI9k_iExg,10338
5
5
  pylantir/populate_db.py,sha256=KIbkVA-EAuTlDArXMFOHkjMmVfjlsTApj7S1wpUu1bM,2207
6
- pylantir/redcap_to_db.py,sha256=bHOKTgiGZYrke8KK3MUkR1W50w7YxS8szXVwBz5eW_U,13349
6
+ pylantir/redcap_to_db.py,sha256=uGjKAbvZr7DcWTQyBVWxwiIkW3RTB-u54q17EWAh9ck,13442
7
7
  pylantir/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  pylantir/cli/run.py,sha256=ZE-CIBTn3vp4APqs0U7wKW70RFM4ph-AuKkOrGbruu8,10321
9
9
  pylantir/config/mwl_config.json,sha256=v14HXu1ft1mwFyjsowHe3H1LXZGD6sAoYuGb9_4w2kA,1008
10
- pylantir-0.1.0.dist-info/entry_points.txt,sha256=vxaxvfGppLqRt9_4sqNDdP6b2jlgpcHIwP7UQfrM1T0,50
11
- pylantir-0.1.0.dist-info/licenses/LICENSE,sha256=ws_MuBL-SCEBqPBFl9_FqZkaaydIJmxHrJG2parhU4M,1141
12
- pylantir-0.1.0.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
13
- pylantir-0.1.0.dist-info/METADATA,sha256=j9vRexpSBt9a-rytlEmW0r8Oh9EsrpyUcCBpidrVoVs,7585
14
- pylantir-0.1.0.dist-info/RECORD,,
10
+ pylantir-0.1.1.dist-info/entry_points.txt,sha256=vxaxvfGppLqRt9_4sqNDdP6b2jlgpcHIwP7UQfrM1T0,50
11
+ pylantir-0.1.1.dist-info/licenses/LICENSE,sha256=ws_MuBL-SCEBqPBFl9_FqZkaaydIJmxHrJG2parhU4M,1141
12
+ pylantir-0.1.1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
13
+ pylantir-0.1.1.dist-info/METADATA,sha256=FLD6OFnJBDnSRSo2PJVB6Z5A_Laj5tCsmfw1at6LHb0,7585
14
+ pylantir-0.1.1.dist-info/RECORD,,