Interface IBSHL7Message
Unit
BSHL7Object
Declaration
type IBSHL7Message = interface(IBSHL7Group)
Description
No description available, ancestor IBSHL7Group description follows No description available, ancestor IBSHL7Object description follows No description available, ancestor IBSTypedComposite description follows Attributes
- GUID['{8E923950-5BCD-48D4-B28F-CF6F088FCB00}']
Attributes
- GUID['{3AD1279B-B4F6-4046-A9D0-121774BDEDB1}']
Attributes
- GUID['{B6610F65-898A-4EA2-A105-026CA71CD4BF}']
Attributes
- GUID['{B6610F65-898A-4EA2-A105-026CA71CD4BF}']
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
function MessageType : BSString; |
|
 |
function TriggerEvent : BSString; |
|
 |
function ProcessingID : BSString; |
|
 |
function HL7Version : BSString; |
|
 |
function GetSegmentSeparator: Char; |
|
 |
procedure SetSegmentSeparator(const Value: Char); |
|
 |
function GetFieldSeparator: Char; |
|
 |
procedure SetFieldSeparator(const Value: Char); |
|
 |
function GetComponentSeparator: Char; |
|
 |
procedure SetComponentSeparator(const Value: Char); |
|
 |
function GetRepetitionSeparator: Char; |
|
 |
procedure SetRepetitionSeparator(const Value: Char); |
|
 |
function GetSubcomponentSeparator: Char; |
|
 |
procedure SetSubcomponentSeparator(const Value: Char); |
|
 |
function GetEscapeCharacter: Char; |
|
 |
procedure SetEscapeCharacter(const Value: Char); |
|
 |
function GetAsHL7:BSString; |
|
 |
procedure SetAsHL7(const Value:BSString); |
|
 |
function GetDefaultObx2Type:BSString; |
|
 |
procedure SetDefaultObx2Type(const AType:BSString); |
|
 |
function GetDefaultMfe5Type:BSString; |
|
 |
procedure SetDefaultMfe5Type(const AType:BSString); |
|
 |
function GetAsXML:BSString; |
|
 |
function IsValid:Boolean; |
|
 |
procedure LoadFromFile(const AFileName:BSString); |
|
 |
procedure LoadFromStream(const AStream:TStream); |
|
Properties
 |
property AsXML : BSString read GetAsXML; |
|
Generated by PasDoc 0.14.0.
|