Class TGenomicStudyAnalysis
Unit
bsFhir_r5
Declaration
type TGenomicStudyAnalysis = class(TBackboneElement)
Description
A GenomicStudy is a set of analyses performed to analyze and generate genomic data.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
Identifiers for the analysis event.
|
|
property methodType : TCodeableConceptArray read GetmethodTypeArray; |
Type of the methods used in the analysis, e.g., Fluorescence in situ hybridization (FISH), Karyotyping, or Microsatellite instability testing (MSI).
|
|
property changeType : TCodeableConceptArray read GetchangeTypeArray; |
Type of the genomic changes studied in the analysis, e.g., DNA, RNA, or amino acid change.
|
|
property genomeBuild : TCodeableConcept read GetgenomeBuild write SetgenomeBuild; |
The reference genome build that is used in this analysis.
|
|
property instantiatesCanonical : string read GetinstantiatesCanonical write SetinstantiatesCanonical; |
The defined protocol that describes the analysis.
|
|
property instantiatesCanonicalElement : Tcanonical read GetinstantiatesCanonicalElement write SetinstantiatesCanonicalElement; |
|
|
property instantiatesUri : string read GetinstantiatesUri write SetinstantiatesUri; |
The URL pointing to an externally maintained protocol that describes the analysis.
|
|
property instantiatesUriElement : Turi read GetinstantiatesUriElement write SetinstantiatesUriElement; |
|
|
property title : string read Gettitle write Settitle; |
Name of the analysis event (human friendly).
|
|
property titleElement : Tstring read GettitleElement write SettitleElement; |
|
|
property focus : TReferenceArray read GetfocusArray; |
The focus of a genomic analysis 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 GenomicStudy.subject would be the child (proband) and the GenomicStudy.analysis.focus of a specific analysis would be the parent.
|
|
property specimen : TReferenceArray read GetspecimenArray; |
The specimen used in the analysis event.
|
|
property date_ : string read Getdate_ write Setdate_; |
The date of the analysis event.
|
|
property date_Element : TdateTime_ read Getdate_Element write Setdate_Element; |
|
|
property note : TAnnotationArray read GetnoteArray; |
Any notes capture with the analysis event.
|
|
property protocolPerformed : TReference read GetprotocolPerformed write SetprotocolPerformed; |
The protocol that was performed for the analysis event.
|
|
property regionsStudied : TReferenceArray read GetregionsStudiedArray; |
The genomic regions to be studied in the analysis (BED file).
|
|
property regionsCalled : TReferenceArray read GetregionsCalledArray; |
Genomic regions actually called in the analysis event (BED file).
|
|
property device : TGenomicStudyDeviceArray read GetdeviceArray; |
Devices used for the analysis (e.g., instruments, software), with settings and parameters.
|
Generated by PasDoc 0.15.0.
|