Class TMedicationKnowledgePatientCharacteristic

Unit

Declaration

type TMedicationKnowledgePatientCharacteristic = 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 valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;
Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;
Public property valueRange : TRange read GetvalueRange write SetvalueRange;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The categorization of the specific characteristic that is relevant to the administration guideline (e.g. height, weight, gender).

Public property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;

The specific characteristic (e.g. height, weight, gender, etc.). (choose any one of value*, but only one)

Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;

The specific characteristic (e.g. height, weight, gender, etc.). (choose any one of value*, but only one)

Public property valueRange : TRange read GetvalueRange write SetvalueRange;

The specific characteristic (e.g. height, weight, gender, etc.). (choose any one of value*, but only one)


Generated by PasDoc 0.15.0.