Class TbsMSA_251
Unit
BSHL7DT251
Declaration
type TbsMSA_251 = class(TbsHL7Segment)
Description
Message Acknowledgment The MSA segment contains information sent while acknowledging another message.
Hierarchy
Overview
Properties
Description
Properties
|
property AcknowledgmentCode : TbsID_251 read GetAcknowledgmentCode write SetAcknowledgmentCode; |
Acknowledgment Code, Min : 1, Max : 1
|
|
property MessageControlID : TbsST_251 read GetMessageControlID write SetMessageControlID; |
Message Control ID, Min : 1, Max : 1
|
|
property TextMessage : TbsST_251 read GetTextMessage write SetTextMessage; |
Text Message, Min : 0, Max : 1
|
|
property ExpectedSequenceNumber : TbsNM_251 read GetExpectedSequenceNumber write SetExpectedSequenceNumber; |
Expected Sequence Number, Min : 0, Max : 1
|
|
property DelayedAcknowledgmentType : TbsID_251 read GetDelayedAcknowledgmentType write SetDelayedAcknowledgmentType; |
Delayed Acknowledgment Type, Min : 0, Max : 1
|
|
property ErrorCondition : TbsCE_251 read GetErrorCondition write SetErrorCondition; |
Error Condition, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|