medicafe 0.250724.0__py3-none-any.whl → 0.250725.0__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 medicafe might be problematic. Click here for more details.

MediBot/MediBot.py CHANGED
@@ -1,5 +1,5 @@
1
1
  #MediBot.py
2
- import subprocess, os, tempfile, traceback, re, sys
2
+ import subprocess, os, tempfile, traceback, re, sys, time
3
3
  from collections import OrderedDict
4
4
  import MediBot_dataformat_library
5
5
  import MediBot_Preprocessor
@@ -396,9 +396,13 @@ if __name__ == "__main__":
396
396
  # Check if there are patients left to process
397
397
  if len(patients_to_process) == 0:
398
398
  print("\nAll patients have been processed. Continue anyway?: ", end='', flush=True)
399
+ # Small delay for Windows XP console buffer synchronization
400
+ time.sleep(0.1)
399
401
  proceed = input().lower().strip() in ['yes', 'y']
400
402
  else:
401
403
  print("\nDo you want to proceed with the {} remaining patient(s)? (yes/no): ".format(len(patients_to_process)), end='', flush=True)
404
+ # Small delay for Windows XP console buffer synchronization
405
+ time.sleep(0.1)
402
406
  proceed = input().lower().strip() in ['yes', 'y']
403
407
 
404
408
  # TODO: Here is where we need to add the step where we move to MediBot_Charges.
MediBot/MediBot_UI.py CHANGED
@@ -148,6 +148,8 @@ def display_patient_selection_menu(csv_data, reverse_mapping, proceed_as_medicar
148
148
 
149
149
  print("-" * 60)
150
150
  print("\nDo you want to proceed with the selected patients? (yes/no): ", end='', flush=True)
151
+ # Small delay for Windows XP console buffer synchronization
152
+ time.sleep(0.1)
151
153
  proceed = input().lower().strip() in ['yes', 'y']
152
154
 
153
155
  if not proceed:
@@ -158,6 +160,8 @@ def display_patient_selection_menu(csv_data, reverse_mapping, proceed_as_medicar
158
160
  while True:
159
161
  while True:
160
162
  print("\nEnter the number(s) of the patients you wish to proceed with \n(e.g., 1,3,5): ", end='', flush=True)
163
+ # Small delay for Windows XP console buffer synchronization
164
+ time.sleep(0.1)
161
165
  selection = input().strip()
162
166
  if not selection:
163
167
  print("Invalid entry. Please provide at least one number.")
@@ -233,6 +237,8 @@ def handle_user_interaction(interaction_mode, error_message):
233
237
  print("4: Exit script")
234
238
  print("-" * 60)
235
239
  print("Enter your choice (1/2/3/4): ", end='', flush=True)
240
+ # Small delay for Windows XP console buffer synchronization
241
+ time.sleep(0.1)
236
242
  choice = input().strip()
237
243
 
238
244
  if choice == '1':
@@ -267,6 +273,8 @@ def user_interaction(csv_data, interaction_mode, error_message, reverse_mapping)
267
273
  try:
268
274
  # Use a more explicit prompt format for Windows XP
269
275
  print("\nAm I processing Medicare patients? (yes/no): ", end='', flush=True)
276
+ # Small delay for Windows XP console buffer synchronization
277
+ time.sleep(0.1)
270
278
  response = input().lower().strip()
271
279
  if response:
272
280
  if response in ['yes', 'y']:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: medicafe
3
- Version: 0.250724.0
3
+ Version: 0.250725.0
4
4
  Summary: MediCafe
5
5
  Home-page: https://github.com/katanada2
6
6
  Author: Daniel Vidaud
@@ -1,11 +1,11 @@
1
1
  MediBot/MediBot.bat,sha256=anz5i-Td1k3HhRUvkCqHsw9lBLVmO6q9bt5kLTfr1Iw,13282
2
- MediBot/MediBot.py,sha256=PQvAlfc-B15tr3Lbv1tV16ws2P1B04x0uCJ725fOlEc,24283
2
+ MediBot/MediBot.py,sha256=6M5LcGeOBBWARHJ198aASZNkqLN_K_Ui-EWFNzCZ27w,24509
3
3
  MediBot/MediBot_Charges.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  MediBot/MediBot_Crosswalk_Library.py,sha256=Ix4QlAcg3O9Y6n6ZeSUtbmtV-_n-t0-jnefXDBFlhhI,51441
5
5
  MediBot/MediBot_Post.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  MediBot/MediBot_Preprocessor.py,sha256=Lc9uQnE5SAa0dQTOREdPV1QUB2cywXTHJ1h2w-fyeeQ,13331
7
7
  MediBot/MediBot_Preprocessor_lib.py,sha256=LXzV85uq7YoAWbZi88HzAs_GObl7vP8mhFbWZQbd0M8,45687
8
- MediBot/MediBot_UI.py,sha256=mJiLud8C6mztP4APA_LKgxj8dJ05YxLag47khhkLj20,13087
8
+ MediBot/MediBot_UI.py,sha256=hxofYVnphEyg2U5vt5yfwsH4Ql6C1HoGeNZs_5duxbU,13487
9
9
  MediBot/MediBot_dataformat_library.py,sha256=XNyeiOC6uJUp15UXP_rhtB3rMTPus9ZXDnz5zHNoRYM,8586
10
10
  MediBot/MediBot_docx_decoder.py,sha256=GbhX58pMAsWNhBF7B8AtWiNpUOB4bU0zAM81moXYkkE,27370
11
11
  MediBot/MediPost.py,sha256=C1hZJFr65rN6F_dckjdBxFC0vL2CoqY9W3YFqU5HXtE,336
@@ -49,8 +49,8 @@ MediLink/test.py,sha256=kSvvJRL_3fWuNS3_x4hToOnUljGLoeEw6SUTHQWQRJk,3108
49
49
  MediLink/test_cob_library.py,sha256=wUMv0-Y6fNsKcAs8Z9LwfmEBRO7oBzBAfWmmzwoNd1g,13841
50
50
  MediLink/test_validation.py,sha256=FJrfdUFK--xRScIzrHCg1JeGdm0uJEoRnq6CgkP2lwM,4154
51
51
  MediLink/webapp.html,sha256=JPKT559aFVBi1r42Hz7C77Jj0teZZRumPhBev8eSOLk,19806
52
- medicafe-0.250724.0.dist-info/LICENSE,sha256=65lb-vVujdQK7uMH3RRJSMwUW-WMrMEsc5sOaUn2xUk,1096
53
- medicafe-0.250724.0.dist-info/METADATA,sha256=wQblamJ71lD6awYx3z5wDMZ-PZYp3tCMg1z36lmlhMg,5501
54
- medicafe-0.250724.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
55
- medicafe-0.250724.0.dist-info/top_level.txt,sha256=3uOwR4q_SP8Gufk2uCHoKngAgbtdOwQC6Qjl7ViBa_c,17
56
- medicafe-0.250724.0.dist-info/RECORD,,
52
+ medicafe-0.250725.0.dist-info/LICENSE,sha256=65lb-vVujdQK7uMH3RRJSMwUW-WMrMEsc5sOaUn2xUk,1096
53
+ medicafe-0.250725.0.dist-info/METADATA,sha256=mDbGFIZyuhYdYW84OWmR12jZXqSkJLG_Zbm7GXKZVOk,5501
54
+ medicafe-0.250725.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
55
+ medicafe-0.250725.0.dist-info/top_level.txt,sha256=3uOwR4q_SP8Gufk2uCHoKngAgbtdOwQC6Qjl7ViBa_c,17
56
+ medicafe-0.250725.0.dist-info/RECORD,,