Class TAdministrableProductDefinitionProperty
Unit
bsFhir_r5
Declaration
type TAdministrableProductDefinitionProperty = class(TBackboneElement)
Description
A medicinal product in the final form which is suitable for administering to a patient (after any mixing of multiple components, dissolution etc. has been performed).
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
A code expressing the type of characteristic.
|
|
property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept; |
A value for the characteristic. (choose any one of value*, but only one)
|
|
property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity; |
A value for the characteristic. (choose any one of value*, but only one)
|
|
property valueDate : string read GetvalueDate write SetvalueDate; |
A value for the characteristic. (choose any one of value*, but only one)
|
|
property valueDateElement : Tdate_ read GetvalueDateElement write SetvalueDateElement; |
|
|
property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean; |
A value for the characteristic. (choose any one of value*, but only one)
|
|
property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement; |
|
|
property valueMarkdown : string read GetvalueMarkdown write SetvalueMarkdown; |
A value for the characteristic. (choose any one of value*, but only one)
|
|
property valueMarkdownElement : Tmarkdown read GetvalueMarkdownElement write SetvalueMarkdownElement; |
|
|
property valueAttachment : TAttachment read GetvalueAttachment write SetvalueAttachment; |
A value for the characteristic. (choose any one of value*, but only one)
|
|
property valueReference : TReference read GetvalueReference write SetvalueReference; |
A value for the characteristic. (choose any one of value*, but only one)
|
|
property status : TCodeableConcept read Getstatus write Setstatus; |
The status of characteristic e.g. assigned or pending.
|
Generated by PasDoc 0.15.0.
|