Class TMedicinalProductCountryLanguage
Unit
bsFhir_r4
Declaration
type TMedicinalProductCountryLanguage = 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 country : TCodeableConcept read Getcountry write Setcountry; |
Country code for where this name applies.
|
 |
property jurisdiction : TCodeableConcept read Getjurisdiction write Setjurisdiction; |
Jurisdiction code for where this name applies.
|
 |
property language : TCodeableConcept read Getlanguage write Setlanguage; |
Language code for this name.
|
Generated by PasDoc 0.15.0.
|