Class TDosageDoseAndRate

Unit

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

Public constructor Create; override;

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property doseRange : TRange read GetdoseRange write SetdoseRange;
Public property doseQuantity : TQuantity read GetdoseQuantity write SetdoseQuantity;
Public property rateRatio : TRatio read GetrateRatio write SetrateRatio;
Public property rateRange : TRange read GetrateRange write SetrateRange;
Public property rateQuantity : TQuantity read GetrateQuantity write SetrateQuantity;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The kind of dose or rate specified, for example, ordered or calculated.

Public property doseRange : TRange read GetdoseRange write SetdoseRange;

Amount of medication per dose. (choose any one of dose*, but only one)

Public property doseQuantity : TQuantity read GetdoseQuantity write SetdoseQuantity;

Amount of medication per dose. (choose any one of dose*, but only one)

Public property rateRatio : TRatio read GetrateRatio write SetrateRatio;

Amount of medication per unit of time. (choose any one of rate*, but only one)

Public property rateRange : TRange read GetrateRange write SetrateRange;

Amount of medication per unit of time. (choose any one of rate*, but only one)

Public 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.