Class TSubstanceDefinitionRepresentation

Unit

Declaration

type TSubstanceDefinitionRepresentation = 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 format : TCodeableConcept read Getformat write Setformat;
Public property document : TReference read Getdocument write Setdocument;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The kind of structural representation (e.g. full, partial).

Public property representation : string read Getrepresentation write Setrepresentation;

The structural representation or characterization as a text string in a standard format.

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. The logical content type rather than the physical file format of a document.

Public property document : TReference read Getdocument write Setdocument;

An attached file with the structural representation or characterization e.g. a molecular structure graphic of the substance, a JCAMP or AnIML file.


Generated by PasDoc 0.15.0.