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

Hti #3331

Merged
merged 3 commits into from
Jan 4, 2024
Merged

Hti #3331

merged 3 commits into from
Jan 4, 2024

Conversation

urchinpro
Copy link
Collaborator

Описание изменений

ХТИ-направление

objs.append(Spacer(1, 0.2 * mm))
objs.append(Paragraph("______________________________________________________________________________________________________________________", styleCenter10))
objs.append(Spacer(1, 2.2 * mm))
objs.append(Paragraph(f"(наименование химико-токсикологической лаборатории – ХТЛ)", styleCenter10))
Copy link
Contributor

Choose a reason for hiding this comment

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

[flake8] <541> reported by reviewdog 🐶
f-string is missing placeholders

objs.append(Spacer(1, 5 * mm))
objs.append(Paragraph("______________________________________________________________________________________________________________________", styleCenter10))
objs.append(Spacer(1, 2.2 * mm))
objs.append(Paragraph(f"(наименование медицинской организации и его структурного подразделения, выдавшего направление)", styleCenter10))
Copy link
Contributor

Choose a reason for hiding this comment

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

[flake8] <541> reported by reviewdog 🐶
f-string is missing placeholders

objs.append(Spacer(1, 0.2 * mm))
objs.append(Paragraph("______________________________________________________________________________________________________________________", styleCenter10))
objs.append(Spacer(1, 2.2 * mm))
objs.append(Paragraph(f"(фамилия, имя, отчество освидетельствуемого, возраст)", styleCenter10))
Copy link
Contributor

Choose a reason for hiding this comment

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

[flake8] <541> reported by reviewdog 🐶
f-string is missing placeholders

objs.append(Spacer(1, 4 * mm))
objs.append(Paragraph(f"Дата и время отбора объекта {strdate(dir.data_sozdaniya)} ", style))
objs.append(Spacer(1, 4 * mm))
objs.append(Paragraph(f"Условия хранения объектов __________________________________________________________________________", style))
Copy link
Contributor

Choose a reason for hiding this comment

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

[flake8] <541> reported by reviewdog 🐶
f-string is missing placeholders

objs.append(Spacer(1, 4 * mm))
objs.append(Paragraph(f"Условия хранения объектов __________________________________________________________________________", style))
objs.append(Spacer(1, 4 * mm))
objs.append(Paragraph(f"Биологический объект и его количество и показатели МОЧА", style))
Copy link
Contributor

Choose a reason for hiding this comment

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

[flake8] <541> reported by reviewdog 🐶
f-string is missing placeholders

diagnosis = dir.diagnos.strip()[:35]
objs.append(Paragraph(f"Предварительный клинический диагноз: {diagnosis}", style))
objs.append(Spacer(1, 4 * mm))
objs.append(Paragraph(f"Цель химико-токсикологических исследований: <u>Обнаружены / Не обнаружены</u>", style))
Copy link
Contributor

Choose a reason for hiding this comment

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

[flake8] <541> reported by reviewdog 🐶
f-string is missing placeholders

objs.append(Spacer(1, 4 * mm))
objs.append(Paragraph(f'{"<br/>".join(test)}', styleLeading8))
objs.append(Spacer(1, 4 * mm))
objs.append(Paragraph(f"Дополнительные сведения ___________________________________________________________________________", style))
Copy link
Contributor

Choose a reason for hiding this comment

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

[flake8] <541> reported by reviewdog 🐶
f-string is missing placeholders

objs.append(Spacer(1, 4 * mm))
objs.append(Paragraph(f"Дополнительные сведения ___________________________________________________________________________", style))
objs.append(Spacer(1, 4 * mm))
objs.append(Paragraph(f"Дата и время отправки биологических объектов в ХТЛ", style))
Copy link
Contributor

Choose a reason for hiding this comment

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

[flake8] <541> reported by reviewdog 🐶
f-string is missing placeholders

@mikhailprivalov mikhailprivalov merged commit 068848a into develop Jan 4, 2024
5 checks passed
@delete-merged-branch delete-merged-branch bot deleted the HTI branch January 4, 2024 19:34
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