feat: Normen-Bibliothek auf 620+ erweitert + wave3 fixes

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-05-07 13:13:08 +02:00
parent 2e1e18d853
commit ba9558384f
8 changed files with 1188 additions and 606 deletions
@@ -326,5 +326,19 @@ func GetWave3cCNorms() []NormReference {
RelevantSections: []string{"Abschnitt 4", "Abschnitt 5"},
BeuthURL: "https://www.beuth.de/de/norm/din-en-1846-3",
},
// ── Dental supplementary ────────────────────────────────────────────
{
ID: "EN-ISO-21530", Number: "EN ISO 21530:2004",
TitleDE: "Zahnheilkunde — Werkstoffe fuer Mundmodelle",
NormType: "C",
ScopeDE: "Anforderungen an Werkstoffe und Pruefverfahren fuer zahnaerztliche Mundmodelle und Geraetezubehoer.",
MachineTypes: []string{"dental_equipment", "dental_unit"},
HazardCats: []string{"biological_hazard", "material_hazard"},
Tags: []string{"dental", "materials", "model"},
Mandatory: false,
RelevantSections: []string{"Abschnitt 4", "Abschnitt 5"},
BeuthURL: "https://www.beuth.de/de/norm/din-en-iso-21530",
},
}
}