radboy 0.0.549__py3-none-any.whl → 0.0.550__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.
Potentially problematic release.
This version of radboy might be problematic. Click here for more details.
- radboy/HealthLog/HealthLog.py +36 -1
- radboy/HealthLog/__pycache__/HealthLog.cpython-313.pyc +0 -0
- radboy/__init__.py +1 -1
- radboy/__pycache__/__init__.cpython-313.pyc +0 -0
- {radboy-0.0.549.dist-info → radboy-0.0.550.dist-info}/METADATA +1 -1
- {radboy-0.0.549.dist-info → radboy-0.0.550.dist-info}/RECORD +8 -8
- {radboy-0.0.549.dist-info → radboy-0.0.550.dist-info}/WHEEL +0 -0
- {radboy-0.0.549.dist-info → radboy-0.0.550.dist-info}/top_level.txt +0 -0
radboy/HealthLog/HealthLog.py
CHANGED
|
@@ -26,6 +26,7 @@ import plotext as plt
|
|
|
26
26
|
import pint_pandas
|
|
27
27
|
import radboy.DB.ExerciseTracker as ET
|
|
28
28
|
import zipfile
|
|
29
|
+
from copy import copy
|
|
29
30
|
|
|
30
31
|
class HealthLogUi:
|
|
31
32
|
def edit_hlid(self):
|
|
@@ -532,7 +533,8 @@ class HealthLogUi:
|
|
|
532
533
|
return True
|
|
533
534
|
|
|
534
535
|
|
|
535
|
-
def showAllField(self,fields=[],not_none=[]):
|
|
536
|
+
def showAllField(self,fields=[],not_none=[],total_drg=True,total_fd=False):
|
|
537
|
+
unit_registry=pint.UnitRegistry()
|
|
536
538
|
try:
|
|
537
539
|
useDateRange=Prompt.__init2__(None,func=FormBuilderMkText,ptext="use a date range?",helpText="yes or no",data="boolean")
|
|
538
540
|
if useDateRange is None:
|
|
@@ -581,9 +583,26 @@ class HealthLogUi:
|
|
|
581
583
|
if x is None:
|
|
582
584
|
return
|
|
583
585
|
|
|
586
|
+
if total_drg or total_fd:
|
|
587
|
+
dummy={}
|
|
588
|
+
|
|
584
589
|
results=results.all()
|
|
585
590
|
ct=len(results)
|
|
586
591
|
for num,i in enumerate(results):
|
|
592
|
+
if total_drg or total_fd:
|
|
593
|
+
if total_drg:
|
|
594
|
+
if i.DrugConsumed in dummy:
|
|
595
|
+
#normalize the values first
|
|
596
|
+
old=unit_registry.Quantity(dummy[i.DrugConsumed].DrugQtyConsumed,dummy[i.DrugConsumed].DrugQtyConsumedUnitName)
|
|
597
|
+
new=unit_registry.Quantity(i.DrugQtyConsumed,i.DrugQtyConsumedUnitName)
|
|
598
|
+
f=old+new
|
|
599
|
+
dummy[i.DrugConsumed].DrugQtyConsumed=f.magnitude
|
|
600
|
+
dummy[i.DrugConsumed].DrugQtyConsumedUnitName=f.units
|
|
601
|
+
else:
|
|
602
|
+
dummy[i.DrugConsumed]=copy(i)
|
|
603
|
+
if total_fd:
|
|
604
|
+
pass
|
|
605
|
+
|
|
587
606
|
view=[]
|
|
588
607
|
for x in fields:
|
|
589
608
|
if getattr(i,str(x.name)) == None:
|
|
@@ -595,6 +614,22 @@ class HealthLogUi:
|
|
|
595
614
|
view.append(f'{color_date}{Style.bold}{str(x.name)}{Fore.deep_sky_blue_1}={color}{str(getattr(i,str(x.name)))}{Style.reset}')
|
|
596
615
|
msg=f"{Fore.light_green}{num}{Fore.light_yellow}/{num+1} of {Fore.light_red}{ct} ->{'|'.join(view)}"
|
|
597
616
|
print(msg)
|
|
617
|
+
if total_drg or total_fd:
|
|
618
|
+
print(f"{Fore.orange_red_1}Broken into Totals{Style.reset}")
|
|
619
|
+
ct=len(dummy)
|
|
620
|
+
view=[]
|
|
621
|
+
for num,i in enumerate(dummy):
|
|
622
|
+
i=dummy[i]
|
|
623
|
+
for x in fields:
|
|
624
|
+
if getattr(i,str(x.name)) == None:
|
|
625
|
+
color=f"{Fore.grey_15}"
|
|
626
|
+
color_date=f"{Fore.grey_15}"
|
|
627
|
+
else:
|
|
628
|
+
color=f"{Fore.sea_green_2}"
|
|
629
|
+
color_date=f"{Fore.green_3b}"
|
|
630
|
+
view.append(f'{color_date}{Style.bold}{str(x.name)}{Fore.deep_sky_blue_1}={color}{str(getattr(i,str(x.name)))}{Style.reset}')
|
|
631
|
+
msg=f"{Fore.light_green}{num}{Fore.light_yellow}/{num+1} of {Fore.light_red}{ct} ->{'|'.join(view)}"
|
|
632
|
+
print(msg)
|
|
598
633
|
except Exception as e:
|
|
599
634
|
print(e)
|
|
600
635
|
|
|
Binary file
|
radboy/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
VERSION='0.0.
|
|
1
|
+
VERSION='0.0.550'
|
|
Binary file
|
|
@@ -5,7 +5,7 @@ radboy/Holidays.txt,sha256=y-JZPihh5iaWKxMIHNXD39yVuVmf1vMs4FdNDcg0f1Y,3114
|
|
|
5
5
|
radboy/InventoryGlossary.txt,sha256=018-Yqca6DFb10jPdkUY-5qhkRlQN1k3rxoTaERQ-LA,91008
|
|
6
6
|
radboy/RecordMyCodes.py,sha256=Lt2reA6xchq3U7Y08DvkrHboZ25i1ts7X2E9gSIwcVg,41101
|
|
7
7
|
radboy/Run.py,sha256=JUoCTHnzQBv7n8PB2_i93ANdAC_iW__RkAge8esCnk4,76
|
|
8
|
-
radboy/__init__.py,sha256=
|
|
8
|
+
radboy/__init__.py,sha256=Uo0ml8ON2c3PWo3XJ2QFVH1x9bFF1N5J1QCKP8rn-88,17
|
|
9
9
|
radboy/api_key,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
10
|
radboy/case-export-2024-05-14-13-10-00.672971.xlsx,sha256=Wd592d_VLFmfUI9KKKSVjNwjV91euc1T7ATyvwvUhlg,5431
|
|
11
11
|
radboy/case-export-2024-05-14-13-13-22.540614.xlsx,sha256=OnGrhmScHfGp_mVaWW-LNMsqrQgyZDpiU3wV-2s3U5Q,5556
|
|
@@ -209,10 +209,10 @@ radboy/GeoTools/__pycache__/GeoClass.cpython-313.pyc,sha256=eZ6hpLKoic1XCb7BKKg-
|
|
|
209
209
|
radboy/GeoTools/__pycache__/OSMClass.cpython-312.pyc,sha256=5RoT8_wiI8R7yb_B9FWIC7mALdGNoqyWtkzsjM2pbh0,40387
|
|
210
210
|
radboy/GeoTools/__pycache__/__init__.cpython-312.pyc,sha256=Y7Xtrzwm44-xuY_4NK8aDjYfVmXIzUFWOyexJu9le8A,1238
|
|
211
211
|
radboy/GeoTools/__pycache__/__init__.cpython-313.pyc,sha256=-bk9eEIxWZgHYZHtNJbrpubDRWkbdYNkGr5J7sVhyIE,1238
|
|
212
|
-
radboy/HealthLog/HealthLog.py,sha256=
|
|
212
|
+
radboy/HealthLog/HealthLog.py,sha256=yiebZ60BC69NY3zpaYOHHCqKXqVQ8P3g8hknGseHyL0,35512
|
|
213
213
|
radboy/HealthLog/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
214
214
|
radboy/HealthLog/__pycache__/HealthLog.cpython-312.pyc,sha256=hTo4o7jo9L2yqPZgzuKUw_kon_PVcCuTRguELTuLrIo,27946
|
|
215
|
-
radboy/HealthLog/__pycache__/HealthLog.cpython-313.pyc,sha256=
|
|
215
|
+
radboy/HealthLog/__pycache__/HealthLog.cpython-313.pyc,sha256=5djdCx7nxK0Ks0S5XBRd9gE3PEA1KhW-CPXLLDaLOLE,55402
|
|
216
216
|
radboy/HealthLog/__pycache__/__init__.cpython-312.pyc,sha256=yZrYKBk31pGSjCRqmqzpX409iw-muC1zsNO2ObqkGlY,272
|
|
217
217
|
radboy/HealthLog/__pycache__/__init__.cpython-313.pyc,sha256=cqdZbEJKq9XVoVqDAwsW0pwwBBGSerJNWGlST3YVR3g,151
|
|
218
218
|
radboy/InListRestore/ILR.py,sha256=s8fbbHLKQSVJX1VaeyGE-vdIUGBEbOPX29kRIG2j2WY,16847
|
|
@@ -397,7 +397,7 @@ radboy/__pycache__/Run.cpython-311.pyc,sha256=G_UEfMtkLRjR6ZpGA_BJzGenuaCcP469Y9
|
|
|
397
397
|
radboy/__pycache__/Run.cpython-312.pyc,sha256=v4xolc3mHyla991XhpYBUbBHYT0bnJ1gE-lkFoQ4GFA,241
|
|
398
398
|
radboy/__pycache__/__init__.cpython-311.pyc,sha256=R-DVbUioMOW-Fnaq7FpT5F1a5p0q3b_RW-HpLRArCAY,242
|
|
399
399
|
radboy/__pycache__/__init__.cpython-312.pyc,sha256=FsFzLXOlTK8_7ixoPZzakkR8Wibt-DvXLFh-oG2QlPw,164
|
|
400
|
-
radboy/__pycache__/__init__.cpython-313.pyc,sha256=
|
|
400
|
+
radboy/__pycache__/__init__.cpython-313.pyc,sha256=JN7XVSYpMEm6MhCXLwNc5sqUwalfEbFKvEC-N2WOElQ,165
|
|
401
401
|
radboy/__pycache__/__init__.cpython-39.pyc,sha256=D48T6x6FUeKPfubo0sdS_ZUut3FmBvPMP7qT6rYBZzU,275
|
|
402
402
|
radboy/__pycache__/possibleCode.cpython-311.pyc,sha256=zFiHyzqD8gUnIWu4vtyMYIBposiRQqaRXfcT_fOl4rU,20882
|
|
403
403
|
radboy/__pycache__/possibleCode.cpython-312.pyc,sha256=tk_CO-AcsO3YZj5j6vEsw3g37UmEzWc5YgeWEoJEUg4,27922
|
|
@@ -424,7 +424,7 @@ radboy/tkGui/Images/__pycache__/__init__.cpython-311.pyc,sha256=tXBYpqbOlZ24B1BI
|
|
|
424
424
|
radboy/tkGui/__pycache__/BeginnersLuck.cpython-311.pyc,sha256=xLQOnV1wuqHGaub16mPX0dDMGU9ryCeLtNz5e517_GE,3004
|
|
425
425
|
radboy/tkGui/__pycache__/Review.cpython-311.pyc,sha256=wKq24iM6Xe2OampgZ7-8U6Nvmgs2y-qWOrGwtWhc75k,4047
|
|
426
426
|
radboy/tkGui/__pycache__/__init__.cpython-311.pyc,sha256=BX7DBn5qbvKTvlrKOP5gzTBPBTeTgSMjBW6EMl7N8e0,230
|
|
427
|
-
radboy-0.0.
|
|
428
|
-
radboy-0.0.
|
|
429
|
-
radboy-0.0.
|
|
430
|
-
radboy-0.0.
|
|
427
|
+
radboy-0.0.550.dist-info/METADATA,sha256=9FQaDQX1miON3qP6X7h_oSRdxjkC9vccbEQvSYWDMJc,1615
|
|
428
|
+
radboy-0.0.550.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
429
|
+
radboy-0.0.550.dist-info/top_level.txt,sha256=mlM0RWMUxGo1YHnlLmYrHOgGdK4XNRpr7nMFD5lR56c,7
|
|
430
|
+
radboy-0.0.550.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|