Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsMSH_22
Unit
BSHL7DT22
Declaration
type TbsMSH_22 = class(TbsHL7Segment)
Description
Message Header The MSH segment defines the intent, source, destination, and some specifics of the syntax of a message. Note: If MSH-15 and MSH-16 are omitted (or are both null), the original Acknowledgement Mode rules are used.
Hierarchy
Overview
Properties
Description
Properties
|
property FieldSeparator : TbsST_22 read GetFieldSeparator write SetFieldSeparator; |
Field Separator, Min : 1, Max : 1
|
|
property EncodingCharacters : TbsST_22 read GetEncodingCharacters write SetEncodingCharacters; |
Encoding Characters, Min : 1, Max : 1
|
|
property SendingApplication : TbsST_22 read GetSendingApplication write SetSendingApplication; |
Sending Application, Min : 0, Max : 1
|
|
property SendingFacility : TbsST_22 read GetSendingFacility write SetSendingFacility; |
Sending Facility, Min : 0, Max : 1
|
|
property ReceivingApplication : TbsST_22 read GetReceivingApplication write SetReceivingApplication; |
Receiving Application, Min : 0, Max : 1
|
|
property ReceivingFacility : TbsST_22 read GetReceivingFacility write SetReceivingFacility; |
Receiving Facility, Min : 0, Max : 1
|
|
property DateTimeOfMessage : TbsTS_22 read GetDateTimeOfMessage write SetDateTimeOfMessage; |
Date / Time Of Message, Min : 0, Max : 1
|
|
property Security : TbsST_22 read GetSecurity write SetSecurity; |
Security, Min : 0, Max : 1
|
|
property MessageType : TbsCM_MSG_22 read GetMessageType write SetMessageType; |
Message Type, Min : 1, Max : 1
|
|
property MessageControlId : TbsST_22 read GetMessageControlId write SetMessageControlId; |
Message Control Id, Min : 1, Max : 1
|
|
property ProcessingId : TbsID_22 read GetProcessingId write SetProcessingId; |
Processing Id, Min : 1, Max : 1
|
|
property VersionId : TbsID_22 read GetVersionId write SetVersionId; |
Version Id, Min : 1, Max : 1
|
|
property SequenceNumber : TbsNM_22 read GetSequenceNumber write SetSequenceNumber; |
Sequence Number, Min : 0, Max : 1
|
|
property ContinuationPointer : TbsST_22 read GetContinuationPointer write SetContinuationPointer; |
Continuation Pointer, Min : 0, Max : 1
|
|
property AcceptAcknowledgementType : TbsID_22 read GetAcceptAcknowledgementType write SetAcceptAcknowledgementType; |
Accept Acknowledgement Type, Min : 0, Max : 1
|
|
property ApplicationAcknowledgementType : TbsID_22 read GetApplicationAcknowledgementType write SetApplicationAcknowledgementType; |
Application Acknowledgement Type, Min : 0, Max : 1
|
|
property CountryCode : TbsID_22 read GetCountryCode write SetCountryCode; |
Country Code, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|