Class TAllergyIntoleranceParticipantArray

Unit

Declaration

type TAllergyIntoleranceParticipantArray = class(TBSFHIRObjectArray)

Description

No description available, ancestor TBSFHIRObjectArray description follows

Hierarchy

Overview

Methods

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

Properties

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

Description

Methods

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

Properties

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

Generated by PasDoc 0.15.0.