Class TSubstancePolymer
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifier read Getidentifier write Setidentifier; |
A business idenfier for this polymer, but typically this is handled by a SubstanceDefinition identifier.
|
|
property class_ : TCodeableConcept read Getclass_ write Setclass_; |
Overall type of the polymer.
|
|
property geometry : TCodeableConcept read Getgeometry write Setgeometry; |
Polymer geometry, e.g. linear, branched, cross-linked, network or dendritic.
|
|
property copolymerConnectivity : TCodeableConceptArray read GetcopolymerConnectivityArray; |
Descrtibes the copolymer sequence type (polymer connectivity).
|
|
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.
|
|
property modificationElement : Tstring read GetmodificationElement write SetmodificationElement; |
|
Generated by PasDoc 0.15.0.
|