Class TMedicationKnowledgeDrugCharacteristic

Unit

Declaration

type TMedicationKnowledgeDrugCharacteristic = 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 valueString : string read GetvalueString write SetvalueString;
Public property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement;
Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;
Public property valueBase64Binary : string read GetvalueBase64Binary write SetvalueBase64Binary;
Public property valueBase64BinaryElement : Tbase64Binary read GetvalueBase64BinaryElement write SetvalueBase64BinaryElement;
Public property valueAttachment : TAttachment read GetvalueAttachment write SetvalueAttachment;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

A code specifying which characteristic of the medicine is being described (for example, colour, shape, imprint).

Public property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;

Description of the characteristic. (choose any one of value*, but only one)

Public property valueString : string read GetvalueString write SetvalueString;

Description of the characteristic. (choose any one of value*, but only one)

Public property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement;
 
Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;

Description of the characteristic. (choose any one of value*, but only one)

Public property valueBase64Binary : string read GetvalueBase64Binary write SetvalueBase64Binary;

Description of the characteristic. (choose any one of value*, but only one)

Public property valueBase64BinaryElement : Tbase64Binary read GetvalueBase64BinaryElement write SetvalueBase64BinaryElement;
 
Public property valueAttachment : TAttachment read GetvalueAttachment write SetvalueAttachment;

Description of the characteristic. (choose any one of value*, but only one)


Generated by PasDoc 0.15.0.