Class TGenomicStudy
Unit
bsFhir_r5
Declaration
type TGenomicStudy = class(TDomainResource)
Description
A GenomicStudy is a set of analyses performed to analyze and generate genomic data. 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; |
Identifiers for this genomic study.
|
|
property status : string read Getstatus write Setstatus; |
The status of the genomic study.
|
|
property type_ : TCodeableConceptArray read Gettype_Array; |
The type of the study, e.g., Familial variant segregation, Functional variation detection, or Gene expression profiling.
|
|
property subject : TReference read Getsubject write Setsubject; |
The primary subject of the genomic study.
|
|
property encounter : TReference read Getencounter write Setencounter; |
The healthcare event with which this genomics study is associated.
|
|
property startDate : string read GetstartDate write SetstartDate; |
When the genomic study was started.
|
|
property startDateElement : TdateTime_ read GetstartDateElement write SetstartDateElement; |
|
|
property basedOn : TReferenceArray read GetbasedOnArray; |
Event resources that the genomic study is based on.
|
|
property referrer : TReference read Getreferrer write Setreferrer; |
Healthcare professional who requested or referred the genomic study.
|
|
property interpreter : TReferenceArray read GetinterpreterArray; |
Healthcare professionals who interpreted the genomic study.
|
|
property instantiatesCanonical : string read GetinstantiatesCanonical write SetinstantiatesCanonical; |
The defined protocol that describes the study.
|
|
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 study.
|
|
property instantiatesUriElement : Turi read GetinstantiatesUriElement write SetinstantiatesUriElement; |
|
|
property note : TAnnotationArray read GetnoteArray; |
Comments related to the genomic study.
|
|
property description : string read Getdescription write Setdescription; |
Description of the genomic study.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
property analysis : TGenomicStudyAnalysisArray read GetanalysisArray; |
The details about a specific analysis that was performed in this GenomicStudy.
|
Generated by PasDoc 0.15.0.
|