Class TGenomicStudyInput
Unit
bsFhir_r5
Declaration
type TGenomicStudyInput = 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 file_ : TReference read Getfile_ write Setfile_; |
File containing input data.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Type of input data, e.g., BAM, CRAM, or FASTA.
|
|
property generatedByIdentifier : TIdentifier read GetgeneratedByIdentifier write SetgeneratedByIdentifier; |
The analysis event or other GenomicStudy that generated this input file. (choose any one of generatedBy*, but only one)
|
|
property generatedByReference : TReference read GetgeneratedByReference write SetgeneratedByReference; |
The analysis event or other GenomicStudy that generated this input file. (choose any one of generatedBy*, but only one)
|
Generated by PasDoc 0.15.0.
|