core.ordersetsyncsequenceresult | Medplum
OrderSetSyncSequenceResult interface
Per-action outcome from the vendor-neutral $sync-orderset operation. A 'failed' row carries error and was NOT added to the vendor order set, so a later apply/signing session would open with fewer meds than the PlanDefinition requested — callers must surface these.
Signature:
export interface OrderSetSyncSequenceResult
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| actionTitle? | readonly |
string | (Optional) |
| activityDefinitionUrl? | readonly |
string | (Optional) |
| error? | readonly |
string | (Optional) |
| scriptSureOrderId? | readonly |
number | (Optional) |
| scriptSureSequenceId? | readonly |
number | (Optional) |
| status | readonly |
'synced' | 'failed' |