Section type to create a section object.
JavaScript
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 New Form Filling SDK is out! Refer to the Release notes for details.
Section type represents a clinical note section using LOINC codes for Ambient sessions
Section type to create a section object.
type Section = {
loinc: string;
isPBNSection?: boolean;
};
Was this page helpful?
Suggestions