pylantir 0.1.2__py3-none-any.whl → 0.1.3__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-rc97-post1"
pylantir/redcap_to_db.py CHANGED
@@ -192,7 +192,7 @@ def sync_redcap_to_db(
192
192
  # existing_entry.study_description = record.get("study_description")
193
193
  # existing_entry.station_name = record.get("station_name")
194
194
  else:
195
- logging.debug(f"Adding new worklist entry for PatientID {PatientID}")
195
+ logging.info(f"Adding new worklist entry for PatientID {PatientID} scheduled for {record.get('mri_date')} at {record.get('mri_time')}")
196
196
  new_entry = WorklistItem(
197
197
  study_instance_uid=generate_instance_uid(),
198
198
  patient_name=PatientName,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pylantir
3
- Version: 0.1.2
3
+ Version: 0.1.3
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=TGv-yvPCGOMmwppvQkaAlcSt-InvOfdq0v0xYV0S8fg,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=nHgZ-drWaZ29I7RNHZNot8wZRI2HANpCXCdoUWUeiPs,13442
6
+ pylantir/redcap_to_db.py,sha256=0LG8iJkidKFoGa0p5ruPpxj63lqnDt130MrZnHpkHXU,13508
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.2.dist-info/entry_points.txt,sha256=vxaxvfGppLqRt9_4sqNDdP6b2jlgpcHIwP7UQfrM1T0,50
11
- pylantir-0.1.2.dist-info/licenses/LICENSE,sha256=ws_MuBL-SCEBqPBFl9_FqZkaaydIJmxHrJG2parhU4M,1141
12
- pylantir-0.1.2.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
13
- pylantir-0.1.2.dist-info/METADATA,sha256=u0813w9nKYhpK8Jgn9ukNH5fvbei6n4veQFcTl5rJ9w,7585
14
- pylantir-0.1.2.dist-info/RECORD,,
10
+ pylantir-0.1.3.dist-info/entry_points.txt,sha256=vxaxvfGppLqRt9_4sqNDdP6b2jlgpcHIwP7UQfrM1T0,50
11
+ pylantir-0.1.3.dist-info/licenses/LICENSE,sha256=ws_MuBL-SCEBqPBFl9_FqZkaaydIJmxHrJG2parhU4M,1141
12
+ pylantir-0.1.3.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
13
+ pylantir-0.1.3.dist-info/METADATA,sha256=PIuZiLf-idLkLvL1PcevA44fHsheFcQ9upG8dqMsyuE,7585
14
+ pylantir-0.1.3.dist-info/RECORD,,