Class TDosageDoseAndRateArray

Unit

Declaration

type TDosageDoseAndRateArray = class(TBSFHIRObjectArray)

Description

No description available, ancestor TBSFHIRObjectArray description follows

Hierarchy

Overview

Methods

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

Properties

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

Description

Methods

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

Properties

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

Generated by PasDoc 0.15.0.