Variable: ACK_CONDITIONS
constACK_CONDITIONS:object
HL7 Table 0155: Accept/application acknowledgment conditions (MSH-15 /
MSH-16): AL Always · NE Never · ER Error/reject conditions only ·
SU Successful completion only. Exposed read-only for adapters that
surface the inbound sender's stated acknowledgment expectations.
Type Declaration
AL
readonlyAL:"AL"="AL"
ER
readonlyER:"ER"="ER"
NE
readonlyNE:"NE"="NE"
SU
readonlySU:"SU"="SU"
Example
import { ACK_CONDITIONS } from "@cosyte/hl7";
ACK_CONDITIONS.AL; // "AL" (Always)