Skip to content

@kaiord/core


@kaiord/core / getLabParameter

Function: getLabParameter()

getLabParameter(key): { canonicalRefHigh?: number; canonicalRefLow?: number; canonicalUnit: string; key: string; knownUnits?: object[]; loinc?: string; panel: "hemogram" | "biochemistry" | "lipids" | "hepatic" | "ions" | "iron" | "thyroid" | "vitamins" | "hormones" | "sports"; refBySex?: { female: { high?: number; low?: number; }; male: { high?: number; low?: number; }; }; } | undefined

Defined in: packages/core/src/domain/lab/lab-parameter-catalog.ts:37

Look up a core parameter by its canonical key.

Parameters

key

string

Returns

{ canonicalRefHigh?: number; canonicalRefLow?: number; canonicalUnit: string; key: string; knownUnits?: object[]; loinc?: string; panel: "hemogram" | "biochemistry" | "lipids" | "hepatic" | "ions" | "iron" | "thyroid" | "vitamins" | "hormones" | "sports"; refBySex?: { female: { high?: number; low?: number; }; male: { high?: number; low?: number; }; }; } | undefined