Class TMedicinalProductNamePart
Unit
bsFhir_r4
Declaration
type TMedicinalProductNamePart = 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
|
property part : string read Getpart write Setpart; |
|
property partElement : Tstring read GetpartElement write SetpartElement; |
|
property type_ : TCoding read Gettype_ write Settype_; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property part : string read Getpart write Setpart; |
A fragment of a product name.
|
|
property partElement : Tstring read GetpartElement write SetpartElement; |
|
|
property type_ : TCoding read Gettype_ write Settype_; |
Idenifying type for this part of the name (e.g. strength part).
|
Generated by PasDoc 0.15.0.
|