Class TMedicinalProductPharmaceuticalRouteOfAdministration
Unit
bsFhir_r4
Declaration
type TMedicinalProductPharmaceuticalRouteOfAdministration = class(TBackboneElement)
Description
A pharmaceutical product described in terms of its composition and dose form.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : TCodeableConcept read Getcode write Setcode; |
Coded expression for the route.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
Generated by PasDoc 0.15.0.
|