core.pushtoagentoptions | Medplum
PushToAgentOptions interface
Signature:
export interface PushToAgentOptions extends MedplumRequestOptions
Extends: MedplumRequestOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| returnAck? | ReturnAckCategory | (Optional) The ACK-level that the agent should wait for when sending HL7 messages. - 'first': Return on the first ACK message received (default) - 'application': Wait for application-level ACK (AA), skipping commit ACKs (CA) |
|
| waitTimeout? | number | (Optional) Time to wait before request timeout in milliseconds; defaults to 10000 (10 s) |