Class TSubstancePolymer

Unit

Declaration

type TSubstancePolymer = class(TDomainResource)

Description

Properties of a substance specific to it being a polymer. 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 class_ : TCodeableConcept read Getclass_ write Setclass_;
Public property geometry : TCodeableConcept read Getgeometry write Setgeometry;
Public property copolymerConnectivity : TCodeableConceptArray read GetcopolymerConnectivityArray;
Public property modification : string read Getmodification write Setmodification;
Public property modificationElement : Tstring read GetmodificationElement write SetmodificationElement;
Public property monomerSet : TSubstancePolymerMonomerSetArray read GetmonomerSetArray;
Public property repeat_ : TSubstancePolymerRepeatArray read Getrepeat_Array;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

A business idenfier for this polymer, but typically this is handled by a SubstanceDefinition identifier.

Public property class_ : TCodeableConcept read Getclass_ write Setclass_;

Overall type of the polymer.

Public property geometry : TCodeableConcept read Getgeometry write Setgeometry;

Polymer geometry, e.g. linear, branched, cross-linked, network or dendritic.

Public property copolymerConnectivity : TCodeableConceptArray read GetcopolymerConnectivityArray;

Descrtibes the copolymer sequence type (polymer connectivity).

Public property modification : string read Getmodification write Setmodification;

Todo - this is intended to connect to a repeating full modification structure, also used by Protein and Nucleic Acid . String is just a placeholder.

Public property modificationElement : Tstring read GetmodificationElement write SetmodificationElement;
 
Public property monomerSet : TSubstancePolymerMonomerSetArray read GetmonomerSetArray;

Todo.

Public property repeat_ : TSubstancePolymerRepeatArray read Getrepeat_Array;

Specifies and quantifies the repeated units and their configuration.


Generated by PasDoc 0.15.0.