Class TMedicinalProductCountryLanguage

Unit

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

Public constructor Create; override;

Properties

Public property country : TCodeableConcept read Getcountry write Setcountry;
Public property jurisdiction : TCodeableConcept read Getjurisdiction write Setjurisdiction;
Public property language : TCodeableConcept read Getlanguage write Setlanguage;

Description

Methods

Public constructor Create; override;
 

Properties

Public property country : TCodeableConcept read Getcountry write Setcountry;

Country code for where this name applies.

Public property jurisdiction : TCodeableConcept read Getjurisdiction write Setjurisdiction;

Jurisdiction code for where this name applies.

Public property language : TCodeableConcept read Getlanguage write Setlanguage;

Language code for this name.


Generated by PasDoc 0.15.0.