Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsMSH_24
Unit
BSHL7DT24
Declaration
type TbsMSH_24 = class(TbsHL7Segment)
Description
Message Header The MSH segment defines the intent, source, destination, and some specifics of the syntax of a message.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function CharacterSetRepCount : Integer; |
|
|
function ConformanceStatementIDRepCount : Integer; |
|
Properties
|
property FieldSeparator : TbsST_24 read GetFieldSeparator write SetFieldSeparator; |
Field Separator, Min : 1, Max : 1
|
|
property EncodingCharacters : TbsST_24 read GetEncodingCharacters write SetEncodingCharacters; |
Encoding Characters, Min : 1, Max : 1
|
|
property SendingApplication : TbsHD_24 read GetSendingApplication write SetSendingApplication; |
Sending Application, Min : 0, Max : 1
|
|
property SendingFacility : TbsHD_24 read GetSendingFacility write SetSendingFacility; |
Sending Facility, Min : 0, Max : 1
|
|
property ReceivingApplication : TbsHD_24 read GetReceivingApplication write SetReceivingApplication; |
Receiving Application, Min : 0, Max : 1
|
|
property ReceivingFacility : TbsHD_24 read GetReceivingFacility write SetReceivingFacility; |
Receiving Facility, Min : 0, Max : 1
|
|
property DateTimeOfMessage : TbsTS_24 read GetDateTimeOfMessage write SetDateTimeOfMessage; |
Date/Time Of Message, Min : 1, Max : 1
|
|
property Security : TbsST_24 read GetSecurity write SetSecurity; |
Security, Min : 0, Max : 1
|
|
property MessageType : TbsMSG_24 read GetMessageType write SetMessageType; |
Message Type, Min : 1, Max : 1
|
|
property MessageControlID : TbsST_24 read GetMessageControlID write SetMessageControlID; |
Message Control ID, Min : 1, Max : 1
|
|
property ProcessingID : TbsPT_24 read GetProcessingID write SetProcessingID; |
Processing ID, Min : 1, Max : 1
|
|
property VersionID : TbsVID_24 read GetVersionID write SetVersionID; |
Version ID, Min : 1, Max : 1
|
|
property SequenceNumber : TbsNM_24 read GetSequenceNumber write SetSequenceNumber; |
Sequence Number, Min : 0, Max : 1
|
|
property ContinuationPointer : TbsST_24 read GetContinuationPointer write SetContinuationPointer; |
Continuation Pointer, Min : 0, Max : 1
|
|
property AcceptAcknowledgmentType : TbsID_24 read GetAcceptAcknowledgmentType write SetAcceptAcknowledgmentType; |
Accept Acknowledgment Type, Min : 0, Max : 1
|
|
property ApplicationAcknowledgmentType : TbsID_24 read GetApplicationAcknowledgmentType write SetApplicationAcknowledgmentType; |
Application Acknowledgment Type, Min : 0, Max : 1
|
|
property CountryCode : TbsID_24 read GetCountryCode write SetCountryCode; |
Country Code, Min : 0, Max : 1
|
|
property CharacterSet[RepCount:Integer]: TbsID_24 read GetCharacterSet write SetCharacterSet; |
Character Set, Min : 0, Max : *
|
|
property PrincipalLanguageOfMessage : TbsCE_24 read GetPrincipalLanguageOfMessage write SetPrincipalLanguageOfMessage; |
Principal Language Of Message, Min : 0, Max : 1
|
|
property AlternateCharacterSetHandlingScheme : TbsID_24 read GetAlternateCharacterSetHandlingScheme write SetAlternateCharacterSetHandlingScheme; |
Alternate Character Set Handling Scheme, Min : 0, Max : 1
|
|
property ConformanceStatementID[RepCount:Integer]: TbsID_24 read GetConformanceStatementID write SetConformanceStatementID; |
Conformance Statement ID, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|