Class TSubstanceSpecificationRelationship

Unit

Declaration

type TSubstanceSpecificationRelationship = 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 substance : TElement read Getsubstance write Setsubstance;
Public property relationship : TCodeableConcept read Getrelationship write Setrelationship;
Public property isDefining : boolean read GetisDefining write SetisDefining;
Public property isDefiningElement : Tboolean read GetisDefiningElement write SetisDefiningElement;
Public property amount : TElement read Getamount write Setamount;
Public property amountRatioLowLimit : TRatio read GetamountRatioLowLimit write SetamountRatioLowLimit;
Public property amountType : TCodeableConcept read GetamountType write SetamountType;
Public property source : TReferenceArray read GetsourceArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property substance : TElement read Getsubstance write Setsubstance;

A pointer to another substance, as a resource or just a representational code.

Public property relationship : TCodeableConcept read Getrelationship write Setrelationship;

For example "salt to parent", "active moiety", "starting material".

Public property isDefining : boolean read GetisDefining write SetisDefining;

For example where an enzyme strongly bonds with a particular substance, this is a defining relationship for that enzyme, out of several possible substance relationships.

Public property isDefiningElement : Tboolean read GetisDefiningElement write SetisDefiningElement;
 
Public property amount : TElement read Getamount write Setamount;

A numeric factor for the relationship, for instance to express that the salt of a substance has some percentage of the active substance in relation to some other.

Public property amountRatioLowLimit : TRatio read GetamountRatioLowLimit write SetamountRatioLowLimit;

For use when the numeric.

Public property amountType : TCodeableConcept read GetamountType write SetamountType;

An operator for the amount, for example "average", "approximately", "less than".

Public property source : TReferenceArray read GetsourceArray;

Supporting literature.


Generated by PasDoc 0.15.0.