Class TMedicationKnowledgeDosingGuideline
Unit
bsFhir_r5
Declaration
type TMedicationKnowledgeDosingGuideline = class(TBackboneElement)
Description
Information about a medication that is used to support knowledge.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property treatmentIntent : TCodeableConcept read GettreatmentIntent write SettreatmentIntent; |
The overall intention of the treatment, for example, prophylactic, supporative, curative, etc.
|
|
property administrationTreatment : TCodeableConcept read GetadministrationTreatment write SetadministrationTreatment; |
The type of the treatment that the guideline applies to, for example, long term therapy, first line treatment, etc.
|
|
property patientCharacteristic : TMedicationKnowledgePatientCharacteristicArray read GetpatientCharacteristicArray; |
Characteristics of the patient that are relevant to the administration guidelines (for example, height, weight, gender, etc.).
|
Generated by PasDoc 0.15.0.
|