core.pushtoagentoptions.returnack | Medplum
PushToAgentOptions.returnAck property
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)
Signature:
returnAck?: ReturnAckCategory;