Class TSubstanceSpecificationRepresentation

Unit

Declaration

type TSubstanceSpecificationRepresentation = 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 representation : string read Getrepresentation write Setrepresentation;
Public property representationElement : Tstring read GetrepresentationElement write SetrepresentationElement;
Public property attachment : TAttachment read Getattachment write Setattachment;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The type of structure (e.g. Full, Partial, Representative).

Public property representation : string read Getrepresentation write Setrepresentation;

The structural representation as text string in a format e.g. InChI, SMILES, MOLFILE, CDX.

Public property representationElement : Tstring read GetrepresentationElement write SetrepresentationElement;
 
Public property attachment : TAttachment read Getattachment write Setattachment;

An attached file with the structural representation.


Generated by PasDoc 0.15.0.