Class TBSHL7LibraryHelper
Unit
BSHL7Object
Declaration
type TBSHL7LibraryHelper = class(TBSLibraryHelper)
Description
Hierarchy
- TBSLibraryHelper
- TBSHL7LibraryHelper
Overview
Methods
Properties
Description
Methods
|
function CreateObject(ADefinition:TBSType):TBSValue; |
|
|
function GetType(const AName, AVersion, AVendor : BSString):TBSHL7Definition; |
Gets specified definition. if type not exists returns nil.
|
|
function Exists(const AName, AVersion, AVendor : BSString):Boolean; |
Checks definition is exists.
|
|
procedure LoadFromFile(const AFileName:BSString); |
|
|
procedure LoadFromStream(const AStream:TStream); |
|
Properties
|
property OnLoadLibrary: TBSOnLoadLibray read FBSOnLoadLibrary write FBSOnLoadLibrary; |
|
Generated by PasDoc 0.14.0.
|