Class TSubstanceDefinitionSourceMaterial

Unit

Declaration

type TSubstanceDefinitionSourceMaterial = class(TBackboneElement)

Description

The detailed description of a substance, typically at a level beyond what is used for prescribing.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property genus : TCodeableConcept read Getgenus write Setgenus;
Public property species : TCodeableConcept read Getspecies write Setspecies;
Public property part : TCodeableConcept read Getpart write Setpart;
Public property countryOfOrigin : TCodeableConceptArray read GetcountryOfOriginArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

A classification that provides the origin of the raw material. Example: cat hair would be an Animal source type.

Public property genus : TCodeableConcept read Getgenus write Setgenus;

The genus of an organism, typically referring to the Latin epithet of the genus element of the plant/animal scientific name.

Public property species : TCodeableConcept read Getspecies write Setspecies;

The species of an organism, typically referring to the Latin epithet of the species of the plant/animal.

Public property part : TCodeableConcept read Getpart write Setpart;

An anatomical origin of the source material within an organism.

Public property countryOfOrigin : TCodeableConceptArray read GetcountryOfOriginArray;

The country or countries where the material is harvested.


Generated by PasDoc 0.15.0.