Class TBSHL7LibraryHelper

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TBSHL7LibraryHelper = class(TBSLibraryHelper)

Description

Hierarchy

  • TBSLibraryHelper
  • TBSHL7LibraryHelper

Overview

Methods

Public function CreateObject(ADefinition:TBSType):TBSValue;
Public function GetType(const AName, AVersion, AVendor : BSString):TBSHL7Definition;
Public procedure AddType(const Value:TBSHL7Definition);
Public function Exists(const AName, AVersion, AVendor : BSString):Boolean;
Public procedure ImplementType(AObject:TBSTypedComposite; ADefinition:TBSType);
Public procedure LoadFromFile(const AFileName:BSString);
Public procedure LoadFromStream(const AStream:TStream);

Properties

Public property OnLoadLibrary: TBSOnLoadLibray read FBSOnLoadLibrary write FBSOnLoadLibrary;

Description

Methods

Public function CreateObject(ADefinition:TBSType):TBSValue;
 
Public function GetType(const AName, AVersion, AVendor : BSString):TBSHL7Definition;

Gets specified definition. if type not exists returns nil.

Public procedure AddType(const Value:TBSHL7Definition);

Adds a definition

Public function Exists(const AName, AVersion, AVendor : BSString):Boolean;

Checks definition is exists.

Public procedure ImplementType(AObject:TBSTypedComposite; ADefinition:TBSType);
 
Public procedure LoadFromFile(const AFileName:BSString);
 
Public procedure LoadFromStream(const AStream:TStream);
 

Properties

Public property OnLoadLibrary: TBSOnLoadLibray read FBSOnLoadLibrary write FBSOnLoadLibrary;
 

Generated by PasDoc 0.14.0.