Class TbsMSH_22

DescriptionHierarchyFieldsMethodsProperties

Unit

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

Public property FieldSeparator : TbsST_22 read GetFieldSeparator write SetFieldSeparator;
Public property EncodingCharacters : TbsST_22 read GetEncodingCharacters write SetEncodingCharacters;
Public property SendingApplication : TbsST_22 read GetSendingApplication write SetSendingApplication;
Public property SendingFacility : TbsST_22 read GetSendingFacility write SetSendingFacility;
Public property ReceivingApplication : TbsST_22 read GetReceivingApplication write SetReceivingApplication;
Public property ReceivingFacility : TbsST_22 read GetReceivingFacility write SetReceivingFacility;
Public property DateTimeOfMessage : TbsTS_22 read GetDateTimeOfMessage write SetDateTimeOfMessage;
Public property Security : TbsST_22 read GetSecurity write SetSecurity;
Public property MessageType : TbsCM_MSG_22 read GetMessageType write SetMessageType;
Public property MessageControlId : TbsST_22 read GetMessageControlId write SetMessageControlId;
Public property ProcessingId : TbsID_22 read GetProcessingId write SetProcessingId;
Public property VersionId : TbsID_22 read GetVersionId write SetVersionId;
Public property SequenceNumber : TbsNM_22 read GetSequenceNumber write SetSequenceNumber;
Public property ContinuationPointer : TbsST_22 read GetContinuationPointer write SetContinuationPointer;
Public property AcceptAcknowledgementType : TbsID_22 read GetAcceptAcknowledgementType write SetAcceptAcknowledgementType;
Public property ApplicationAcknowledgementType : TbsID_22 read GetApplicationAcknowledgementType write SetApplicationAcknowledgementType;
Public property CountryCode : TbsID_22 read GetCountryCode write SetCountryCode;

Description

Properties

Public property FieldSeparator : TbsST_22 read GetFieldSeparator write SetFieldSeparator;

Field Separator, Min : 1, Max : 1

Public property EncodingCharacters : TbsST_22 read GetEncodingCharacters write SetEncodingCharacters;

Encoding Characters, Min : 1, Max : 1

Public property SendingApplication : TbsST_22 read GetSendingApplication write SetSendingApplication;

Sending Application, Min : 0, Max : 1

Public property SendingFacility : TbsST_22 read GetSendingFacility write SetSendingFacility;

Sending Facility, Min : 0, Max : 1

Public property ReceivingApplication : TbsST_22 read GetReceivingApplication write SetReceivingApplication;

Receiving Application, Min : 0, Max : 1

Public property ReceivingFacility : TbsST_22 read GetReceivingFacility write SetReceivingFacility;

Receiving Facility, Min : 0, Max : 1

Public property DateTimeOfMessage : TbsTS_22 read GetDateTimeOfMessage write SetDateTimeOfMessage;

Date / Time Of Message, Min : 0, Max : 1

Public property Security : TbsST_22 read GetSecurity write SetSecurity;

Security, Min : 0, Max : 1

Public property MessageType : TbsCM_MSG_22 read GetMessageType write SetMessageType;

Message Type, Min : 1, Max : 1

Public property MessageControlId : TbsST_22 read GetMessageControlId write SetMessageControlId;

Message Control Id, Min : 1, Max : 1

Public property ProcessingId : TbsID_22 read GetProcessingId write SetProcessingId;

Processing Id, Min : 1, Max : 1

Public property VersionId : TbsID_22 read GetVersionId write SetVersionId;

Version Id, Min : 1, Max : 1

Public property SequenceNumber : TbsNM_22 read GetSequenceNumber write SetSequenceNumber;

Sequence Number, Min : 0, Max : 1

Public property ContinuationPointer : TbsST_22 read GetContinuationPointer write SetContinuationPointer;

Continuation Pointer, Min : 0, Max : 1

Public property AcceptAcknowledgementType : TbsID_22 read GetAcceptAcknowledgementType write SetAcceptAcknowledgementType;

Accept Acknowledgement Type, Min : 0, Max : 1

Public property ApplicationAcknowledgementType : TbsID_22 read GetApplicationAcknowledgementType write SetApplicationAcknowledgementType;

Application Acknowledgement Type, Min : 0, Max : 1

Public property CountryCode : TbsID_22 read GetCountryCode write SetCountryCode;

Country Code, Min : 0, Max : 1


Generated by PasDoc 0.14.0.