Class TSubstanceSpecification

Unit

Declaration

type TSubstanceSpecification = class(TDomainResource)

Description

The detailed description of a substance, typically at a level beyond what is used for prescribing. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property status : TCodeableConcept read Getstatus write Setstatus;
Public property domain : TCodeableConcept read Getdomain write Setdomain;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property source : TReferenceArray read GetsourceArray;
Public property comment : string read Getcomment write Setcomment;
Public property commentElement : Tstring read GetcommentElement write SetcommentElement;
Public property moiety : TSubstanceSpecificationMoietyArray read GetmoietyArray;
Public property property_ : TSubstanceSpecificationPropertyArray read Getproperty_Array;
Public property referenceInformation : TReference read GetreferenceInformation write SetreferenceInformation;
Public property structure : TSubstanceSpecificationStructure read Getstructure write Setstructure;
Public property code : TSubstanceSpecificationCodeArray read GetcodeArray;
Public property name_ : TSubstanceSpecificationNameArray read Getname_Array;
Public property molecularWeight : TSubstanceSpecificationMolecularWeightArray read GetmolecularWeightArray;
Public property relationship : TSubstanceSpecificationRelationshipArray read GetrelationshipArray;
Public property nucleicAcid : TReference read GetnucleicAcid write SetnucleicAcid;
Public property polymer : TReference read Getpolymer write Setpolymer;
Public property protein : TReference read Getprotein write Setprotein;
Public property sourceMaterial : TReference read GetsourceMaterial write SetsourceMaterial;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

Identifier by which this substance is known.

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

High level categorization, e.g. polymer or nucleic acid.

Public property status : TCodeableConcept read Getstatus write Setstatus;

Status of substance within the catalogue e.g. approved.

Public property domain : TCodeableConcept read Getdomain write Setdomain;

If the substance applies to only human or veterinary use.

Public property description : string read Getdescription write Setdescription;

Textual description of the substance.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property source : TReferenceArray read GetsourceArray;

Supporting literature.

Public property comment : string read Getcomment write Setcomment;

Textual comment about this record of a substance.

Public property commentElement : Tstring read GetcommentElement write SetcommentElement;
 
Public property moiety : TSubstanceSpecificationMoietyArray read GetmoietyArray;

Moiety, for structural modifications.

Public property property_ : TSubstanceSpecificationPropertyArray read Getproperty_Array;

General specifications for this substance, including how it is related to other substances.

Public property referenceInformation : TReference read GetreferenceInformation write SetreferenceInformation;

General information detailing this substance.

Public property structure : TSubstanceSpecificationStructure read Getstructure write Setstructure;

Structural information.

Public property code : TSubstanceSpecificationCodeArray read GetcodeArray;

Codes associated with the substance.

Public property name_ : TSubstanceSpecificationNameArray read Getname_Array;

Names applicable to this substance.

Public property molecularWeight : TSubstanceSpecificationMolecularWeightArray read GetmolecularWeightArray;

The molecular weight or weight range (for proteins, polymers or nucleic acids).

Public property relationship : TSubstanceSpecificationRelationshipArray read GetrelationshipArray;

A link between this substance and another, with details of the relationship.

Public property nucleicAcid : TReference read GetnucleicAcid write SetnucleicAcid;

Data items specific to nucleic acids.

Public property polymer : TReference read Getpolymer write Setpolymer;

Data items specific to polymers.

Public property protein : TReference read Getprotein write Setprotein;

Data items specific to proteins.

Public property sourceMaterial : TReference read GetsourceMaterial write SetsourceMaterial;

Material or taxonomic/anatomical source for the substance.


Generated by PasDoc 0.15.0.