|
|
Voice to Congress |
Every Healthcare administration tool in one place. Page version: 2026-08-01-healthcare-mcp-hub-with-diagnostics
| Page | What it does | Writes? | File |
|---|---|---|---|
| Report Card Status ../../../index.aspx?Path=90%20-%20Admin/110%20-%20Master%20Control%20Panel/Healthcare/060%20-%20Report%20Card%20Status | Read-only readiness check: which files exist, blockers, and the recommended ETL commands. | No | found 2026-08-05 09:50 |
| Rebuild Report Card ../../../90%20-%20Admin/110%20-%20Master%20Control%20Panel/Healthcare/060%20-%20Report%20Card%20Status/run_report_card.ASPX | Regenerates an issue's Report Card page. Archives the old one, checks scoring drift, then verifies the result against the database. | Yes - the published page | found 2026-08-05 09:50 |
| Direction Tagging Queue ../../../90%20-%20Admin/110%20-%20Master%20Control%20Panel/Healthcare/060%20-%20Report%20Card%20Status/run_tagging_queue.ASPX | Review confirmed bill-requirement connections one at a time and record whether the bill supports or opposes each requirement. | Yes - one connection per decision | found 2026-08-05 09:50 |
| Legislation Funding ../../../90%20-%20Admin/110%20-%20Master%20Control%20Panel/Healthcare/060%20-%20Report%20Card%20Status/run_legislation_funding.ASPX | Records which requirements a law bears on and how much money is attributable to each. Carries the procedure and builds the commands to paste. | No - it builds commands; the Command Prompt does the writing | found 2026-08-05 09:50 |
| Legislative Key Phrases ../../../90%20-%20Admin/110%20-%20Master%20Control%20Panel/Healthcare/060%20-%20Report%20Card%20Status/run_requirement_phrases.ASPX | View and edit the key phrases that decide which bills are matched to which requirement, and preview what a phrase would capture before adding it. | Yes - the issue registry, on Add, Remove or Sync | found 2026-08-05 09:50 |
| Report Card Diagnostics ../../../90%20-%20Admin/110%20-%20Master%20Control%20Panel/Healthcare/060%20-%20Report%20Card%20Status/run_diagnostics.ASPX | Runs the read-only checks: page verification, tagging note consistency, corpus balance, missing key phrases, alignment readiness and domain weights. | No - every tool listed is read-only | found 2026-08-05 09:50 |
| Alignment Relationship Weights ../../../90%20-%20Admin/110%20-%20Master%20Control%20Panel/Healthcare/060%20-%20Report%20Card%20Status/run_alignment_weights.ASPX | View, preview and set the four weights that decide how much sponsorship, cosponsorship and votes each count toward Policy Alignment. | Yes - on Save only | found 2026-07-30 16:30 |
| Page | What it is | Writes? | File |
|---|---|---|---|
| Healthcare Report Card ../../../index.aspx?Path=70%20-%20Report%20Card/Healthcare | The generated public page. Never hand-edit it - rebuild instead, so the change survives the next generation. | No - generated output | found 2026-08-05 09:49 |
run_report_card_v1_2026-07-28.ASPX is present and should not be used. It handles Healthcare only and predates the verification step. The current page reads its issue list from the orchestrator, so new issues appear without editing it.
Every script behind these pages already takes an --issue argument and reads the issue registry that knows the requirement codes, so nothing in the engines is tied to Healthcare. What is Healthcare-specific is the location of these pages and the folder they sit in. Serving another issue means moving or copying the pages, adding a registry entry to rebuild_report_card.py, and pointing the links at the new folder — not rewriting any logic.
Two lists are easy to confuse. The Direction Tagging Queue holds connections that already exist and are waiting for a judgement. Bills that match no requirement at all never appear there; those are found with the coverage and gaps diagnostics, and the answer is usually a missing key phrase or an unevaluated candidate rather than an unmade decision.
Scripts behind these pages live in C:\WEB\VoiceToCongress.com\70 - Report Card\_etl. The generator lives beside its output in C:\WEB\VoiceToCongress.com\70 - Report Card\Healthcare. Procedures are documented in HEALTHCARE_PROCEDURES_INVENTORY.md and open work in HEALTHCARE_REPORT_CARD_OPEN_ITEMS.md, both under _architecture\Source Documents\Healthcare.
Every page above runs nothing until a button on it is clicked. The pages do not modify data themselves - each one calls a single script that owns the validation, the audit trail and the transaction, so a page and its command line cannot drift apart.