Class TCodeSystemFilterArray

Unit

Declaration

type TCodeSystemFilterArray = class(TBSFHIRObjectArray)

Description

No description available, ancestor TBSFHIRObjectArray description follows

Hierarchy

Overview

Methods

Public function Add: TCodeSystemFilter;
Public function Last: TCodeSystemFilter;
Public function GetItem(const AIndex:Integer) : TCodeSystemFilter;
Public procedure SetItem(const AIndex:Integer; const AValue: TCodeSystemFilter);

Properties

Public property Items[constAIndex:integer]: TCodeSystemFilter read GetItem write SetItem;

Description

Methods

Public function Add: TCodeSystemFilter;
 
Public function Last: TCodeSystemFilter;
 
Public function GetItem(const AIndex:Integer) : TCodeSystemFilter;
 
Public procedure SetItem(const AIndex:Integer; const AValue: TCodeSystemFilter);
 

Properties

Public property Items[constAIndex:integer]: TCodeSystemFilter read GetItem write SetItem;
 

Generated by PasDoc 0.15.0.