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