Class TMolecularSequence
Unit
bsFhir_r5
Declaration
type TMolecularSequence = class(TDomainResource)
Description
Representation of a molecular sequence. 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 : TIdentifierArray read GetidentifierArray; |
A unique identifier for this particular sequence instance.
|
|
property type_ : string read Gettype_ write Settype_; |
Amino Acid Sequence/ DNA Sequence / RNA Sequence.
|
|
property type_Element : TSequenceType read Gettype_Element write Settype_Element; |
|
|
property subject : TReference read Getsubject write Setsubject; |
Indicates the subject this sequence is associated too.
|
|
property focus : TReferenceArray read GetfocusArray; |
The actual focus of a molecular sequence when it is not the patient of record representing something or someone associated with the patient such as a spouse, parent, child, or sibling. For example, in trio testing, the subject would be the child (proband) and the focus would be the parent.
|
|
property specimen : TReference read Getspecimen write Setspecimen; |
Specimen used for sequencing.
|
|
property device : TReference read Getdevice write Setdevice; |
The method for sequencing, for example, chip information.
|
|
property performer : TReference read Getperformer write Setperformer; |
The organization or lab that should be responsible for this result.
|
|
property literal : string read Getliteral write Setliteral; |
Sequence that was observed.
|
|
property literalElement : Tstring read GetliteralElement write SetliteralElement; |
|
|
property formatted : TAttachmentArray read GetformattedArray; |
Sequence that was observed as file content. Can be an actual file contents, or referenced by a URL to an external system.
|
Generated by PasDoc 0.15.0.
|