Class TMedicinalProductPharmaceuticalWithdrawalPeriod
Unit
bsFhir_r4
Declaration
type TMedicinalProductPharmaceuticalWithdrawalPeriod = class(TBackboneElement)
Description
A pharmaceutical product described in terms of its composition and dose form.
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 applues, 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.
|