Class TMedicinalProductSpecialDesignation
Unit
bsFhir_r4
Declaration
type TMedicinalProductSpecialDesignation = class(TBackboneElement)
Description
Detailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use).
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
Identifier for the designation, or procedure number.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The type of special designation, e.g. orphan drug, minor use.
|
|
property intendedUse : TCodeableConcept read GetintendedUse write SetintendedUse; |
The intended use of the product, e.g. prevention, treatment.
|
|
property indication : TElement read Getindication write Setindication; |
Condition for which the medicinal use applies.
|
|
property status : TCodeableConcept read Getstatus write Setstatus; |
For example granted, pending, expired or withdrawn.
|
|
property date_ : string read Getdate_ write Setdate_; |
Date when the designation was granted.
|
|
property date_Element : TdateTime_ read Getdate_Element write Setdate_Element; |
|
|
property species : TCodeableConcept read Getspecies write Setspecies; |
Animal species for which this applies.
|
Generated by PasDoc 0.15.0.
|