Class TbsMSH_25

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsMSH_25 = 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

Public function CharacterSetRepCount : Integer;
Public function MessageProfileIdentifierRepCount : Integer;

Properties

Public property FieldSeparator : TbsST_25 read GetFieldSeparator write SetFieldSeparator;
Public property EncodingCharacters : TbsST_25 read GetEncodingCharacters write SetEncodingCharacters;
Public property SendingApplication : TbsHD_25 read GetSendingApplication write SetSendingApplication;
Public property SendingFacility : TbsHD_25 read GetSendingFacility write SetSendingFacility;
Public property ReceivingApplication : TbsHD_25 read GetReceivingApplication write SetReceivingApplication;
Public property ReceivingFacility : TbsHD_25 read GetReceivingFacility write SetReceivingFacility;
Public property DateTimeOfMessage : TbsTS_25 read GetDateTimeOfMessage write SetDateTimeOfMessage;
Public property Security : TbsST_25 read GetSecurity write SetSecurity;
Public property MessageType : TbsMSG_25 read GetMessageType write SetMessageType;
Public property MessageControlID : TbsST_25 read GetMessageControlID write SetMessageControlID;
Public property ProcessingID : TbsPT_25 read GetProcessingID write SetProcessingID;
Public property VersionID : TbsVID_25 read GetVersionID write SetVersionID;
Public property SequenceNumber : TbsNM_25 read GetSequenceNumber write SetSequenceNumber;
Public property ContinuationPointer : TbsST_25 read GetContinuationPointer write SetContinuationPointer;
Public property AcceptAcknowledgmentType : TbsID_25 read GetAcceptAcknowledgmentType write SetAcceptAcknowledgmentType;
Public property ApplicationAcknowledgmentType : TbsID_25 read GetApplicationAcknowledgmentType write SetApplicationAcknowledgmentType;
Public property CountryCode : TbsID_25 read GetCountryCode write SetCountryCode;
Public property CharacterSet[RepCount:Integer]: TbsID_25 read GetCharacterSet write SetCharacterSet;
Public property PrincipalLanguageOfMessage : TbsCE_25 read GetPrincipalLanguageOfMessage write SetPrincipalLanguageOfMessage;
Public property AlternateCharacterSetHandlingScheme : TbsID_25 read GetAlternateCharacterSetHandlingScheme write SetAlternateCharacterSetHandlingScheme;
Public property MessageProfileIdentifier[RepCount:Integer]: TbsEI_25 read GetMessageProfileIdentifier write SetMessageProfileIdentifier;

Description

Methods

Public function CharacterSetRepCount : Integer;
 
Public function MessageProfileIdentifierRepCount : Integer;
 

Properties

Public property FieldSeparator : TbsST_25 read GetFieldSeparator write SetFieldSeparator;

Field Separator, Min : 1, Max : 1

Public property EncodingCharacters : TbsST_25 read GetEncodingCharacters write SetEncodingCharacters;

Encoding Characters, Min : 1, Max : 1

Public property SendingApplication : TbsHD_25 read GetSendingApplication write SetSendingApplication;

Sending Application, Min : 0, Max : 1

Public property SendingFacility : TbsHD_25 read GetSendingFacility write SetSendingFacility;

Sending Facility, Min : 0, Max : 1

Public property ReceivingApplication : TbsHD_25 read GetReceivingApplication write SetReceivingApplication;

Receiving Application, Min : 0, Max : 1

Public property ReceivingFacility : TbsHD_25 read GetReceivingFacility write SetReceivingFacility;

Receiving Facility, Min : 0, Max : 1

Public property DateTimeOfMessage : TbsTS_25 read GetDateTimeOfMessage write SetDateTimeOfMessage;

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

Public property Security : TbsST_25 read GetSecurity write SetSecurity;

Security, Min : 0, Max : 1

Public property MessageType : TbsMSG_25 read GetMessageType write SetMessageType;

Message Type, Min : 1, Max : 1

Public property MessageControlID : TbsST_25 read GetMessageControlID write SetMessageControlID;

Message Control ID, Min : 1, Max : 1

Public property ProcessingID : TbsPT_25 read GetProcessingID write SetProcessingID;

Processing ID, Min : 1, Max : 1

Public property VersionID : TbsVID_25 read GetVersionID write SetVersionID;

Version ID, Min : 1, Max : 1

Public property SequenceNumber : TbsNM_25 read GetSequenceNumber write SetSequenceNumber;

Sequence Number, Min : 0, Max : 1

Public property ContinuationPointer : TbsST_25 read GetContinuationPointer write SetContinuationPointer;

Continuation Pointer, Min : 0, Max : 1

Public property AcceptAcknowledgmentType : TbsID_25 read GetAcceptAcknowledgmentType write SetAcceptAcknowledgmentType;

Accept Acknowledgment Type, Min : 0, Max : 1

Public property ApplicationAcknowledgmentType : TbsID_25 read GetApplicationAcknowledgmentType write SetApplicationAcknowledgmentType;

Application Acknowledgment Type, Min : 0, Max : 1

Public property CountryCode : TbsID_25 read GetCountryCode write SetCountryCode;

Country Code, Min : 0, Max : 1

Public property CharacterSet[RepCount:Integer]: TbsID_25 read GetCharacterSet write SetCharacterSet;

Character Set, Min : 0, Max : *

Public property PrincipalLanguageOfMessage : TbsCE_25 read GetPrincipalLanguageOfMessage write SetPrincipalLanguageOfMessage;

Principal Language Of Message, Min : 0, Max : 1

Public property AlternateCharacterSetHandlingScheme : TbsID_25 read GetAlternateCharacterSetHandlingScheme write SetAlternateCharacterSetHandlingScheme;

Alternate Character Set Handling Scheme, Min : 0, Max : 1

Public property MessageProfileIdentifier[RepCount:Integer]: TbsEI_25 read GetMessageProfileIdentifier write SetMessageProfileIdentifier;

Message Profile Identifier, Min : 0, Max : *


Generated by PasDoc 0.14.0.