Class TMolecularSequence

Unit

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

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TSequenceType read Gettype_Element write Settype_Element;
Public property subject : TReference read Getsubject write Setsubject;
Public property focus : TReferenceArray read GetfocusArray;
Public property specimen : TReference read Getspecimen write Setspecimen;
Public property device : TReference read Getdevice write Setdevice;
Public property performer : TReference read Getperformer write Setperformer;
Public property literal : string read Getliteral write Setliteral;
Public property literalElement : Tstring read GetliteralElement write SetliteralElement;
Public property formatted : TAttachmentArray read GetformattedArray;
Public property relative : TMolecularSequenceRelativeArray read GetrelativeArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

A unique identifier for this particular sequence instance.

Public property type_ : string read Gettype_ write Settype_;

Amino Acid Sequence/ DNA Sequence / RNA Sequence.

Public property type_Element : TSequenceType read Gettype_Element write Settype_Element;
 
Public property subject : TReference read Getsubject write Setsubject;

Indicates the subject this sequence is associated too.

Public 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.

Public property specimen : TReference read Getspecimen write Setspecimen;

Specimen used for sequencing.

Public property device : TReference read Getdevice write Setdevice;

The method for sequencing, for example, chip information.

Public property performer : TReference read Getperformer write Setperformer;

The organization or lab that should be responsible for this result.

Public property literal : string read Getliteral write Setliteral;

Sequence that was observed.

Public property literalElement : Tstring read GetliteralElement write SetliteralElement;
 
Public 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.

Public property relative : TMolecularSequenceRelativeArray read GetrelativeArray;

A sequence defined relative to another sequence.


Generated by PasDoc 0.15.0.