Class TAdministrableProductDefinitionProperty
Unit
bsFhir_r4b
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 value : TElement read Getvalue write Setvalue; |
A value for the characteristic.
|
|
property status : TCodeableConcept read Getstatus write Setstatus; |
The status of characteristic e.g. assigned or pending.
|
Generated by PasDoc 0.15.0.
|