hl7 V2中Message Control ID的含义及应用

HL7 v2中的MSH,MSA段都有Message Control ID。

有几点需要注意:
1.所有的MessageControlID必须唯一
2.对于MSH中的MessageControlID, 发送方自己产生, 保证唯一性。(不管是不是Ack消息)
3.对于Ack消息, MSH中的Message control id和规则2相同(自己产生), 但MSA中MessageControlID 应为接收到的消息中MSH的message control id。
原文地址:https://www.cnblogs.com/muzizongheng/p/3227732.html