feat(apgar): add Apgar score tool for neonatal assessment#36
Merged
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #35
Test plan
dart format .— 0 changesflutter analyze— 0 issuesflutter test— 224 tests pass (7 new Apgar tests)propagate-version.sh --check— version in sync🤖 Generated with Claude Code