Class TPatientLinkArray

Unit

Declaration

type TPatientLinkArray = class(TBSFHIRObjectArray)

Description

No description available, ancestor TBSFHIRObjectArray description follows

Hierarchy

Overview

Methods

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

Properties

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

Description

Methods

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

Properties

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

Generated by PasDoc 0.15.0.