Class TMedicinalProductPharmaceuticalRouteOfAdministration

Unit

Declaration

type TMedicinalProductPharmaceuticalRouteOfAdministration = class(TBackboneElement)

Description

A pharmaceutical product described in terms of its composition and dose form.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property code : TCodeableConcept read Getcode write Setcode;
Public property firstDose : TQuantity read GetfirstDose write SetfirstDose;
Public property maxSingleDose : TQuantity read GetmaxSingleDose write SetmaxSingleDose;
Public property maxDosePerDay : TQuantity read GetmaxDosePerDay write SetmaxDosePerDay;
Public property maxDosePerTreatmentPeriod : TRatio read GetmaxDosePerTreatmentPeriod write SetmaxDosePerTreatmentPeriod;
Public property maxTreatmentPeriod : TDuration read GetmaxTreatmentPeriod write SetmaxTreatmentPeriod;
Public property targetSpecies : TMedicinalProductPharmaceuticalTargetSpeciesArray read GettargetSpeciesArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : TCodeableConcept read Getcode write Setcode;

Coded expression for the route.

Public property firstDose : TQuantity read GetfirstDose write SetfirstDose;

The first dose (dose quantity) administered in humans can be specified, for a product under investigation, using a numerical value and its unit of measurement.

Public property maxSingleDose : TQuantity read GetmaxSingleDose write SetmaxSingleDose;

The maximum single dose that can be administered as per the protocol of a clinical trial can be specified using a numerical value and its unit of measurement.

Public property maxDosePerDay : TQuantity read GetmaxDosePerDay write SetmaxDosePerDay;

The maximum dose per day (maximum dose quantity to be administered in any one 24-h period) that can be administered as per the protocol referenced in the clinical trial authorisation.

Public property maxDosePerTreatmentPeriod : TRatio read GetmaxDosePerTreatmentPeriod write SetmaxDosePerTreatmentPeriod;

The maximum dose per treatment period that can be administered as per the protocol referenced in the clinical trial authorisation.

Public property maxTreatmentPeriod : TDuration read GetmaxTreatmentPeriod write SetmaxTreatmentPeriod;

The maximum treatment period during which an Investigational Medicinal Product can be administered as per the protocol referenced in the clinical trial authorisation.

Public property targetSpecies : TMedicinalProductPharmaceuticalTargetSpeciesArray read GettargetSpeciesArray;

A species for which this route applies.


Generated by PasDoc 0.15.0.