Class TSubstanceDefinitionCharacterization

Unit

Declaration

type TSubstanceDefinitionCharacterization = 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 technique : TCodeableConcept read Gettechnique write Settechnique;
Public property form : TCodeableConcept read Getform write Setform;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
Public property file_ : TAttachmentArray read Getfile_Array;

Description

Methods

Public constructor Create; override;
 

Properties

Public property technique : TCodeableConcept read Gettechnique write Settechnique;

The method used to elucidate the characterization of the drug substance. Example: HPLC.

Public property form : TCodeableConcept read Getform write Setform;

Describes the nature of the chemical entity and explains, for instance, whether this is a base or a salt form.

Public property description : string read Getdescription write Setdescription;

The description or justification in support of the interpretation of the data file.

Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
 
Public property file_ : TAttachmentArray read Getfile_Array;

The data produced by the analytical instrument or a pictorial representation of that data. Examples: a JCAMP, JDX, or ADX file, or a chromatogram or spectrum analysis.


Generated by PasDoc 0.15.0.