core.parameterstoordersetsyncresponse
Home > @medplum/core > parametersToOrderSetSyncResponse
parametersToOrderSetSyncResponse() function
Decodes the Parameters response from the $sync-orderset custom operation into a typed OrderSetSyncResponse, including the repeating per-action results rows the server previously dropped.
Signature:
export declare function parametersToOrderSetSyncResponse(params: Parameters): OrderSetSyncResponse;
Parameters
Parameter | Type | Description |
|---|---|---|
params | Parameters | The |
Returns:
A vendor-neutral OrderSetSyncResponse.