Skip to content
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

fit 530 titul #4603

Merged
merged 9 commits into from
Dec 26, 2024
Merged

fit 530 titul #4603

merged 9 commits into from
Dec 26, 2024

Conversation

urchinpro
Copy link
Collaborator

fit 530 titul

urchinpro and others added 8 commits December 26, 2024 08:43
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>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@urchinpro urchinpro requested a review from Wellheor1 December 26, 2024 01:45
@@ -1176,7 +1181,7 @@ def hosp_get_operation_data(num_dir):
if field[3] == 'МКБ 10':
operation_data['mkb10'] = field[2]
continue
if field[3] == 'Оперировал':
if field[3] == 'Оперировал' or field[3] =='Оперирующий врач':
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [flake8] <225> reported by reviewdog 🐶
missing whitespace around operator

'Дата начала оперативного вмешательства',
'Вид анестезиологического пособия',
'Осложнения, возникшие в ходе оперативного вмешательства (операции)',
'Оперирующий врач'
Copy link
Contributor

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 🐶

Suggested change
'Оперирующий врач'
'Оперирующий врач',

@@ -1134,10 +1139,10 @@
operation_data['doc_code'] = ''
category_difficult = ''
for field in fields_operation:
if field[3] == 'Название операции' or field[3] == 'Название манипуляции':
if field[3] == 'Название операции' or field[3] == 'Название манипуляции' or field[3] == 'Наименование оперативного вмешательства (операции)' :
Copy link
Contributor

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 🐶

Suggested change
if field[3] == 'Название операции' or field[3] == 'Название манипуляции' or field[3] == 'Наименование оперативного вмешательства (операции)' :
if field[3] == 'Название операции' or field[3] == 'Название манипуляции' or field[3] == 'Наименование оперативного вмешательства (операции)':

@@ -1176,7 +1181,7 @@
if field[3] == 'МКБ 10':
operation_data['mkb10'] = field[2]
continue
if field[3] == 'Оперировал':
if field[3] == 'Оперировал' or field[3] =='Оперирующий врач':
Copy link
Contributor

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 🐶

Suggested change
if field[3] == 'Оперировал' or field[3] =='Оперирующий врач':
if field[3] == 'Оперировал' or field[3] == 'Оперирующий врач':

@Wellheor1 Wellheor1 merged commit 95cb2ad into develop Dec 26, 2024
5 checks passed
@Wellheor1 Wellheor1 deleted the fix530titul_and_operProto branch December 26, 2024 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants