Class TAdministrableProductDefinitionWithdrawalPeriod
Unit
bsFhir_r4b
Declaration
type TAdministrableProductDefinitionWithdrawalPeriod = 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 tissue : TCodeableConcept read Gettissue write Settissue; |
Coded expression for the type of tissue for which the withdrawal period applies, e.g. meat, milk.
|
|
property value : TQuantity read Getvalue write Setvalue; |
A value for the time.
|
|
property supportingInformation : string read GetsupportingInformation write SetsupportingInformation; |
Extra information about the withdrawal period.
|
|
property supportingInformationElement : Tstring read GetsupportingInformationElement write SetsupportingInformationElement; |
|
Generated by PasDoc 0.15.0.
|