Class TbsMSA_22
Unit
BSHL7DT22
Declaration
type TbsMSA_22 = class(TbsHL7Segment)
Description
Message Acknowledgment The MSA segment contains information sent while acknowledging another message
Hierarchy
Overview
Properties
Description
Properties
|
property AcknowledgementCode : TbsID_22 read GetAcknowledgementCode write SetAcknowledgementCode; |
Acknowledgement Code, Min : 1, Max : 1
|
|
property MessageControlId : TbsST_22 read GetMessageControlId write SetMessageControlId; |
Message Control Id, Min : 1, Max : 1
|
|
property TextMessage : TbsST_22 read GetTextMessage write SetTextMessage; |
Text Message, Min : 0, Max : 1
|
|
property ExpectedSequenceNumber : TbsNM_22 read GetExpectedSequenceNumber write SetExpectedSequenceNumber; |
Expected Sequence Number, Min : 0, Max : 1
|
|
property DelayedAcknowledgementType : TbsID_22 read GetDelayedAcknowledgementType write SetDelayedAcknowledgementType; |
Delayed Acknowledgement Type, Min : 0, Max : 1
|
|
property ErrorCondition : TbsCE_22 read GetErrorCondition write SetErrorCondition; |
Error Condition, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|