Skip to main content

core.medicationcartmanageresponse

Home > @medplum/core > MedicationCartManageResponse

MedicationCartManageResponse interface

Vendor-neutral output from a cart remove/clear: the vendor patient id, the number of cart items actually removed, and the per-line outcomes (one for a remove, N for a clear).

Signature:

export interface MedicationCartManageResponse

Properties

Property

Modifiers

Type

Description

items

readonly

MedicationCartItemResult

removedCount

readonly

number

vendorPatientId

readonly

number

Vendor-side patient id (numeric in ScriptSure today).