core.medicationcartitemresult
Home > @medplum/core > MedicationCartItemResult
MedicationCartItemResult interface
Per-item outcome from a cart remove/clear. removed = the vendor cart item was deleted; not-in-cart = the draft was not staged (nothing to remove); failed = the vendor delete failed (see error).
Signature:
export interface MedicationCartItemResult
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| string | (Optional) | |
| string | (Optional) | |
| 'removed' | 'not-in-cart' | 'failed' | ||
| string | (Optional) Vendor cart-item reference that was removed (ScriptSure MedCart |