Skip to content

feat(apgar): add Apgar score tool for neonatal assessment#36

Merged
vgpastor merged 3 commits intomainfrom
claude/zealous-mcclintock
Apr 5, 2026
Merged

feat(apgar): add Apgar score tool for neonatal assessment#36
vgpastor merged 3 commits intomainfrom
claude/zealous-mcclintock

Conversation

@vgpastor
Copy link
Copy Markdown
Contributor

@vgpastor vgpastor commented Apr 5, 2026

Summary

  • Add Apgar neonatal assessment tool with 5 parameters (Appearance, Pulse, Grimace, Activity, Respiration) scoring 0-10
  • Severity classification: Normal (7-10), Moderate depression (4-6), Severe depression (0-3)
  • Includes 7 clinical tests covering boundary cases and mixed scenarios
  • Bumps version to 0.1.17

Closes #35

Test plan

  • dart format . — 0 changes
  • flutter analyze — 0 issues
  • flutter test — 224 tests pass (7 new Apgar tests)
  • propagate-version.sh --check — version in sync

🤖 Generated with Claude Code

vgpastor and others added 3 commits April 1, 2026 07:08
Add a new clinical tool for calculating drug dilutions in emergencies.
Supports direct dose calculation (mg → mL), weight-based dosing
(pediatric/per kg), optional dilution preparation, and continuous
infusion rates. Includes 8 preset emergency drugs and 17 unit tests.

Closes #31

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add the Apgar neonatal assessment tool with 5 parameters (Appearance,
Pulse, Grimace, Activity, Respiration) scoring 0-10 with severity
classification (Normal 7-10, Moderate depression 4-6, Severe 0-3).

Closes #35

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…tock

# Conflicts:
#	assets/version.json
#	lib/features/home/presentation/tool_registry.dart
#	lib/shared/presentation/router/app_router.dart
#	pubspec.yaml
#	version.json
@vgpastor vgpastor merged commit 730041a into main Apr 5, 2026
1 check passed
@vgpastor vgpastor deleted the claude/zealous-mcclintock branch April 5, 2026 07:06
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.

feat(apgar): add Apgar score tool for neonatal assessment

1 participant