docs(ogar-emitter): record Pattern-C (Anamnese) boundary on the projection arm#213
Merged
Merged
Conversation
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_01f98724-5c85-4310-ac80-0220ca22c967) |
…ction arm Harvest of medcare-rs queries/anamnese.rs (2026-07-19) found the furnace's next entity is NOT Pattern A: it is a tuple-fold read (query_as::<(T,..)>, positional destructure, no named row struct). Records the exact distinct arm it needs (positional-tuple destructure, SQL-side CAST templating, clamp-and-cast) + the three hand-keep slag outliers (Gyn/Sexual/Alkohol), and corrects the worklist's "purest metal / id·patient_id·date·text ×14" label — those are query filters, not domain fields. Do-not-speculatively- pre-build: the arm lands when the loop reaches Anamnese. Doc-only; no code change (38 tests still green). Generated by Claude Code.
AdaWorldAPI
force-pushed
the
claude/a2ui-screen-addressing-continue-azizft
branch
from
July 19, 2026 10:53
71ff4fa to
6a013a3
Compare
AdaWorldAPI
marked this pull request as ready for review
July 19, 2026 12:09
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_655864e6-5c95-4070-9cbf-ef42c08e0a1c) |
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.
What
Records the measured Pattern-C (Anamnese) boundary as a forward-looking
note on the projection emitter's module doc (
ogar-emitter, added in #212).Why
A 2026-07-19 harvest of medcare-rs
queries/anamnese.rs(the furnace's nextentity, worklist row 2) found it is not Pattern A: it is a tuple-fold read
(
sqlx::query_as::<(T, …)>, positional destructure, no named row struct), sothe
impl From<Row>projection emitter does not cover it as-is. The note:CAST(… AS CHAR)templating, aclamp-and-casttransform),Gyn/Sexual/Alkohol— code→enum,[bool;7]arrays, name-keyedtry_getpast sqlx's 16-col cap),those are query filters, not domain fields,
loop reaches Anamnese (A records the C# fixture first).
Proof
Doc-only; no code change.
cargo test -p ogar-emitter→ 38 pass; fmt clean.