Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsMSH_28
Unit
BSHL7DT28
Declaration
type TbsMSH_28 = 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 MessageProfileIdentifierRepCount : Integer; |
|
Properties
|
property FieldSeparator : TbsST_28 read GetFieldSeparator write SetFieldSeparator; |
Field Separator, Min : 1, Max : 1
|
|
property EncodingCharacters : TbsST_28 read GetEncodingCharacters write SetEncodingCharacters; |
Encoding Characters, Min : 1, Max : 1
|
|
property SendingApplication : TbsHD_28 read GetSendingApplication write SetSendingApplication; |
Sending Application, Min : 0, Max : 1
|
|
property SendingFacility : TbsHD_28 read GetSendingFacility write SetSendingFacility; |
Sending Facility, Min : 0, Max : 1
|
|
property ReceivingApplication : TbsHD_28 read GetReceivingApplication write SetReceivingApplication; |
Receiving Application, Min : 0, Max : 1
|
|
property ReceivingFacility : TbsHD_28 read GetReceivingFacility write SetReceivingFacility; |
Receiving Facility, Min : 0, Max : 1
|
|
property DateTimeOfMessage : TbsDTM_28 read GetDateTimeOfMessage write SetDateTimeOfMessage; |
Date/Time Of Message, Min : 1, Max : 1
|
|
property Security : TbsST_28 read GetSecurity write SetSecurity; |
Security, Min : 0, Max : 1
|
|
property MessageType : TbsMSG_28 read GetMessageType write SetMessageType; |
Message Type, Min : 1, Max : 1
|
|
property MessageControlId : TbsST_28 read GetMessageControlId write SetMessageControlId; |
Message Control Id, Min : 1, Max : 1
|
|
property ProcessingId : TbsPT_28 read GetProcessingId write SetProcessingId; |
Processing Id, Min : 1, Max : 1
|
|
property VersionId : TbsVID_28 read GetVersionId write SetVersionId; |
Version Id, Min : 1, Max : 1
|
|
property SequenceNumber : TbsNM_28 read GetSequenceNumber write SetSequenceNumber; |
Sequence Number, Min : 0, Max : 1
|
|
property ContinuationPointer : TbsST_28 read GetContinuationPointer write SetContinuationPointer; |
Continuation Pointer, Min : 0, Max : 1
|
|
property AcceptAcknowledgmentType : TbsID_28 read GetAcceptAcknowledgmentType write SetAcceptAcknowledgmentType; |
Accept Acknowledgment Type, Min : 0, Max : 1
|
|
property ApplicationAcknowledgmentType : TbsID_28 read GetApplicationAcknowledgmentType write SetApplicationAcknowledgmentType; |
Application Acknowledgment Type, Min : 0, Max : 1
|
|
property CountryCode : TbsID_28 read GetCountryCode write SetCountryCode; |
Country Code, Min : 0, Max : 1
|
|
property CharacterSet[RepCount:Integer]: TbsID_28 read GetCharacterSet write SetCharacterSet; |
Character Set, Min : 0, Max : *
|
|
property PrincipalLanguageOfMessage : TbsCWE_28 read GetPrincipalLanguageOfMessage write SetPrincipalLanguageOfMessage; |
Principal Language Of Message, Min : 0, Max : 1
|
|
property AlternateCharacterSetHandlingScheme : TbsID_28 read GetAlternateCharacterSetHandlingScheme write SetAlternateCharacterSetHandlingScheme; |
Alternate Character Set Handling Scheme, Min : 0, Max : 1
|
|
property MessageProfileIdentifier[RepCount:Integer]: TbsEI_28 read GetMessageProfileIdentifier write SetMessageProfileIdentifier; |
Message Profile Identifier, Min : 0, Max : *
|
|
property SendingResponsibleOrganization : TbsXON_28 read GetSendingResponsibleOrganization write SetSendingResponsibleOrganization; |
Sending Responsible Organization, Min : 0, Max : 1
|
|
property ReceivingResponsibleOrganization : TbsXON_28 read GetReceivingResponsibleOrganization write SetReceivingResponsibleOrganization; |
Receiving Responsible Organization, Min : 0, Max : 1
|
|
property SendingNetworkAddress : TbsHD_28 read GetSendingNetworkAddress write SetSendingNetworkAddress; |
Sending Network Address, Min : 0, Max : 1
|
|
property ReceivingNetworkAddress : TbsHD_28 read GetReceivingNetworkAddress write SetReceivingNetworkAddress; |
Receiving Network Address, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|