Class TSubstanceSpecificationIsotope
Unit
bsFhir_r4
Declaration
type TSubstanceSpecificationIsotope = class(TBackboneElement)
Description
The detailed description of a substance, typically at a level beyond what is used for prescribing.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifier read Getidentifier write Setidentifier; |
Substance identifier for each non-natural or radioisotope.
|
|
property name_ : TCodeableConcept read Getname_ write Setname_; |
Substance name for each non-natural or radioisotope.
|
|
property substitution : TCodeableConcept read Getsubstitution write Setsubstitution; |
The type of isotopic substitution present in a single substance.
|
|
property halfLife : TQuantity read GethalfLife write SethalfLife; |
Half life - for a non-natural nuclide.
|
|
property molecularWeight : TSubstanceSpecificationMolecularWeight read GetmolecularWeight write SetmolecularWeight; |
The molecular weight or weight range (for proteins, polymers or nucleic acids).
|
Generated by PasDoc 0.15.0.
|