Circle V2 API Docs
    Preparing search index...

    Class LegacyEMRDocumentBuilder

    Index

    Constructors

    Methods

    • Parameters

      • block: Block | Block[]

      Returns this

    • Parameters

      • title: string

      Returns this

    • Parameters

      • text: string
      • level: 1 | 2 | 3 | 4

      Returns this

    • Parameters

      • items: { label?: string; level?: 4 | 1 | 2 | 3; text: Value }[]

      Returns this

    • Parameters

      • textOrItem: string | { label?: string; level?: 4 | 1 | 2 | 3; text: Value }

      Returns this

    • Parameters

      • text: string

      Returns this

    • Parameters

      • title: string

      Returns this

    • Parameters

      • title: string

      Returns this

    • Start a new table with the given column headers. Subsequent addTableRow() calls append rows to this table.

      Parameters

      • columns: string[]

      Returns this

    • Append a row to the most recent table block. Pipe characters in cell values are escaped automatically.

      Parameters

      • cells: string[]

      Returns this

    • Returns string

    • Parameters

      • date: string | Date

      Returns string

    • Returns Block[]

    • Returns void