Class TDosageDoseAndRate
Unit
bsFhir_r5
Declaration
type TDosageDoseAndRate = class(TBackboneType)
Description
Indicates how the medication is/was taken or should be taken by the patient. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The kind of dose or rate specified, for example, ordered or calculated.
|
|
property doseRange : TRange read GetdoseRange write SetdoseRange; |
Amount of medication per dose. (choose any one of dose*, but only one)
|
|
property doseQuantity : TQuantity read GetdoseQuantity write SetdoseQuantity; |
Amount of medication per dose. (choose any one of dose*, but only one)
|
|
property rateRatio : TRatio read GetrateRatio write SetrateRatio; |
Amount of medication per unit of time. (choose any one of rate*, but only one)
|
|
property rateRange : TRange read GetrateRange write SetrateRange; |
Amount of medication per unit of time. (choose any one of rate*, but only one)
|
|
property rateQuantity : TQuantity read GetrateQuantity write SetrateQuantity; |
Amount of medication per unit of time. (choose any one of rate*, but only one)
|
Generated by PasDoc 0.15.0.
|