-
Notifications
You must be signed in to change notification settings - Fork 14
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
fit 530 titul #4603
Conversation
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>
@@ -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] =='Оперирующий врач': |
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] <225> reported by reviewdog 🐶
missing whitespace around operator
'Дата начала оперативного вмешательства', | ||
'Вид анестезиологического пособия', | ||
'Осложнения, возникшие в ходе оперативного вмешательства (операции)', | ||
'Оперирующий врач' |
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 🐶
'Оперирующий врач' | |
'Оперирующий врач', |
@@ -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] == 'Наименование оперативного вмешательства (операции)' : |
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 🐶
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] =='Оперирующий врач': |
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 🐶
if field[3] == 'Оперировал' or field[3] =='Оперирующий врач': | |
if field[3] == 'Оперировал' or field[3] == 'Оперирующий врач': |
fit 530 titul