Osztály THL7Record
Egység
Deklaráció
type THL7Record = class(TObject)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- THL7Record
Áttekintés
Metódusok
![]() |
function Create: THL7Record; |
![]() |
function CreateWithValue(AString: string): THL7Record; |
![]() |
function CreateWithType(AType: string): THL7Record; |
![]() |
function LoadFromString(AString: string): Boolean; |
![]() |
function ToString: string; |
![]() |
function AddField(AFieldName: string; AValue: Variant): THL7Field; |
![]() |
procedure DeleteField(AIndexOrName: Variant); |
![]() |
procedure Clear; |
![]() |
procedure ClearWithDefaults; |
![]() |
procedure SetupFieldNames(AType: string; AFieldNames: array of string); |
![]() |
procedure SetupFieldNamesFromString(AType: string; AFieldNames: string); |
Tulajdonságok
![]() |
property FieldCount: LongInt; |
![]() |
property RecordType: string; |
![]() |
property Fields[param1: Variant]: THL7Field; |
![]() |
property FieldNames[param1: LongInt]: string; |
Megjegyzés
Metódusok
![]() |
function Create: THL7Record; |
|
This item has no description. | |
![]() |
function CreateWithValue(AString: string): THL7Record; |
|
This item has no description. | |
![]() |
function CreateWithType(AType: string): THL7Record; |
|
This item has no description. | |
![]() |
function LoadFromString(AString: string): Boolean; |
|
This item has no description. | |
![]() |
function ToString: string; |
|
This item has no description. | |
![]() |
function AddField(AFieldName: string; AValue: Variant): THL7Field; |
|
This item has no description. | |
![]() |
procedure DeleteField(AIndexOrName: Variant); |
|
This item has no description. | |
![]() |
procedure Clear; |
|
This item has no description. | |
![]() |
procedure ClearWithDefaults; |
|
This item has no description. | |
![]() |
procedure SetupFieldNames(AType: string; AFieldNames: array of string); |
|
This item has no description. | |
![]() |
procedure SetupFieldNamesFromString(AType: string; AFieldNames: string); |
|
This item has no description. | |
Tulajdonságok
![]() |
property FieldCount: LongInt; |
|
This item has no description. | |
![]() |
property RecordType: string; |
|
This item has no description. | |
![]() |
property Fields[param1: Variant]: THL7Field; |
|
This item has no description. | |
![]() |
property FieldNames[param1: LongInt]: string; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
