Class TMedicationKnowledgeDrugCharacteristic
Unit
bsFhir_r5
Declaration
type TMedicationKnowledgeDrugCharacteristic = class(TBackboneElement)
Description
Information about a medication that is used to support knowledge.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
A code specifying which characteristic of the medicine is being described (for example, colour, shape, imprint).
|
|
property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept; |
Description of the characteristic. (choose any one of value*, but only one)
|
|
property valueString : string read GetvalueString write SetvalueString; |
Description of the characteristic. (choose any one of value*, but only one)
|
|
property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement; |
|
|
property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity; |
Description of the characteristic. (choose any one of value*, but only one)
|
|
property valueBase64Binary : string read GetvalueBase64Binary write SetvalueBase64Binary; |
Description of the characteristic. (choose any one of value*, but only one)
|
|
property valueBase64BinaryElement : Tbase64Binary read GetvalueBase64BinaryElement write SetvalueBase64BinaryElement; |
|
|
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.
|