Class TSubstancePolymerStructuralRepresentation

Unit

Declaration

type TSubstancePolymerStructuralRepresentation = class(TBackboneElement)

Description

Properties of a substance specific to it being a polymer.

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 format : TCodeableConcept read Getformat write Setformat;
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 standard format e.g. InChI, SMILES, MOLFILE, CDX, SDF, PDB, mmCIF.

Public property representationElement : Tstring read GetrepresentationElement write SetrepresentationElement;
 
Public property format : TCodeableConcept read Getformat write Setformat;

The format of the representation e.g. InChI, SMILES, MOLFILE, CDX, SDF, PDB, mmCIF.

Public property attachment : TAttachment read Getattachment write Setattachment;

An attached file with the structural representation.


Generated by PasDoc 0.15.0.