-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tube number 11symbols #3073
Tube number 11symbols #3073
Conversation
@@ -275,6 +275,16 @@ def resend_results(request): | |||
direction.post_confirmation() | |||
return status_response(True) | |||
|
|||
@login_required() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [flake8] <302> reported by reviewdog 🐶
expected 2 blank lines, found 1
ftp_orders/main.py
Outdated
doctor_name_confirm = obr.OBR_32.OBR_32_3.value | ||
doctor_patronymic_confirm = obr.OBR_32.OBR_32_4.value | ||
doctor_fio = f"{doctor_family_confirm} {doctor_name_confirm} {doctor_patronymic_confirm}" | ||
print(doctor_family_confirm, doctor_name_confirm, doctor_patronymic_confirm) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[flake8] <201> reported by reviewdog 🐶
print found.
integration_framework/views.py
Outdated
@@ -2505,6 +2505,7 @@ def directions_by_category_result_year(request): | |||
@api_view(['POST']) | |||
def results_by_direction(request): | |||
request_data = json.loads(request.body) | |||
print(request_data) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[flake8] <201> reported by reviewdog 🐶
print found.
statistic/views.py
Outdated
researches_sql = sql_func.statistics_research(research_id, start_date, end_date, hospital_id) | ||
else: | ||
researches_sql = sql_func.statistics_research_create_directions(research_id, start_date, end_date, hospital_id) | ||
print(researches_sql) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[flake8] <201> reported by reviewdog 🐶
print found.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
ftp_orders/main.py
Outdated
fractions = {"fsli": "", "title_fraction": "", "value": "", "refs": "", "units": "", "jpeg": "", "html": "", "doc_confirm": "", "date_confirm": "", | ||
"note_data": ""} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[black-format] reported by reviewdog 🐶
fractions = {"fsli": "", "title_fraction": "", "value": "", "refs": "", "units": "", "jpeg": "", "html": "", "doc_confirm": "", "date_confirm": "", | |
"note_data": ""} | |
fractions = {"fsli": "", "title_fraction": "", "value": "", "refs": "", "units": "", "jpeg": "", "html": "", "doc_confirm": "", "date_confirm": "", "note_data": ""} |
ftp_orders/main.py
Outdated
iss.lab_comment = "", | ||
iss.time_confirmation = None, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[black-format] reported by reviewdog 🐶
iss.lab_comment = "", | |
iss.time_confirmation = None, | |
iss.lab_comment = ("",) | |
iss.time_confirmation = (None,) |
ftp_orders/main.py
Outdated
iss.lab_comment = "", | ||
iss.time_confirmation = None, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[black-format] reported by reviewdog 🐶
iss.lab_comment = "", | |
iss.time_confirmation = None, | |
iss.lab_comment = ("",) | |
iss.time_confirmation = (None,) |
ftp_orders/main.py
Outdated
iss.time_save = current_time() | ||
iss.doc_confirmation_string = "" | ||
iss.save() | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[black-format] reported by reviewdog 🐶
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Tube number 11symbols