Variable: astmProfiles
constastmProfiles:object
Namespace object exposing the built-in profiles: the conservative default
baseline plus the evidence-backed referenceCorpus (grounded firsthand in the
redistributable OSS reference corpus), each authored via the public
defineAstmProfile() API and carrying its cited provenance. Named per-vendor
profiles (cobas / Sysmex / …) are deferred pending a firsthand
vendor-attributed quirk document - the engine fully supports them; we do not ship
ungrounded ones.
Type Declaration
default
readonlydefault:AstmProfile
referenceCorpus
readonlyreferenceCorpus:AstmProfile
Example
import { parseAstmRecords, astmProfiles } from "@cosyte/astm";
const msg = parseAstmRecords(raw, { profile: astmProfiles.referenceCorpus });
msg.profile?.name; // "referenceCorpus"