Class TMedicationKnowledgeDosage

Unit

Declaration

type TMedicationKnowledgeDosage = class(TBackboneElement)

Description

Information about a medication that is used to support knowledge.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property dosage : TDosageArray read GetdosageArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The type of dosage (for example, prophylaxis, maintenance, therapeutic, etc.).

Public property dosage : TDosageArray read GetdosageArray;

Dosage for the medication for the specific guidelines.


Generated by PasDoc 0.15.0.