Osztály THL7Message
Egység
Deklaráció
type THL7Message = class(TObject)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- THL7Message
Áttekintés
Metódusok
![]() |
function Create: THL7Message; |
![]() |
function CreateWithValue(AString: string): THL7Message; |
![]() |
function LoadFromString(AString: string): Boolean; |
![]() |
function ToString: string; |
![]() |
function AddRecord(AType: string): THL7Record; |
![]() |
function AddEmptyRecord: THL7Record; |
![]() |
procedure DeleteRecord(AIndex: LongInt); |
![]() |
procedure Clear; |
![]() |
procedure SetupDefaults; |
![]() |
procedure SetupFromIni(AFileName: string); |
Tulajdonságok
![]() |
property RecordCount: LongInt; |
![]() |
property ACKMessageType: string; |
![]() |
property RecordCountOfType[param1: string]: LongInt; |
![]() |
property Records[param1: Variant]: THL7Record; |
![]() |
property RecordsOfType[param1: string,param2: LongInt]: THL7Record; |
Megjegyzés
Metódusok
![]() |
function Create: THL7Message; |
|
This item has no description. | |
![]() |
function CreateWithValue(AString: string): THL7Message; |
|
This item has no description. | |
![]() |
function LoadFromString(AString: string): Boolean; |
|
This item has no description. | |
![]() |
function ToString: string; |
|
This item has no description. | |
![]() |
function AddRecord(AType: string): THL7Record; |
|
This item has no description. | |
![]() |
function AddEmptyRecord: THL7Record; |
|
This item has no description. | |
![]() |
procedure DeleteRecord(AIndex: LongInt); |
|
This item has no description. | |
![]() |
procedure Clear; |
|
This item has no description. | |
![]() |
procedure SetupDefaults; |
|
This item has no description. | |
![]() |
procedure SetupFromIni(AFileName: string); |
|
This item has no description. | |
Tulajdonságok
![]() |
property RecordCount: LongInt; |
|
This item has no description. | |
![]() |
property ACKMessageType: string; |
|
This item has no description. | |
![]() |
property RecordCountOfType[param1: string]: LongInt; |
|
This item has no description. | |
![]() |
property Records[param1: Variant]: THL7Record; |
|
This item has no description. | |
![]() |
property RecordsOfType[param1: string,param2: LongInt]: THL7Record; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
